html body
{
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
	background-color: #F2B705
}

header
{
    z-index: 100;
    float: left;
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #F2B705;
    border-top: solid 7px #592115;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.landingImage {
	width: 100%;
  height: auto;
	background-size: cover;
}


#logoLink
{
    cursor: pointer;
}

#headerText
{
    z-index: 120;
    position: absolute;
    bottom: -10px;
    right: 0;
    margin-right: 20px;
    font-family: agency-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #592115;
}

.landingOverlay
{
	font-family: agency-fb-wide, sans-serif;
    font-size: 18px;
}

.landingOverlay h1
{
	font-size: 22px;
}

#headerText a
{
    color: #592115;
    text-decoration: none;
    margin-right: 20px;
    z-index: 120;
}

#headerText a:hover
{
    color: #D93D04;
}

#headerText a:visited
{
    color: #592115;
    text-decoration: none;
}

#footerHolder
{
    z-index: 100;
    border-top: #592115 7px solid;
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #D93D04;
    text-align: center;
    color: #592115;
    font-family: agency-fb-wide, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

#footerHolder a
{
    margin-right: 40px;
    margin-left: 40px;
    font-family: agency-fb-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #592115;
    text-decoration: none;
}

#footerHolder a:hover
{
    color: #F2B705;
}

#footerHolder a:visited
{
    color: white;
    text-decoration: none;
}

.sectionHeader
{
    position: fixed;
    width: 100%;
    height: 80px;
    box-shadow: 0 -4px 8px rgba(0,0,0,0.4);
    color: #592115;

}

.sectionHeaderTextDiv
{
    right: 80%;
    position: absolute;
    bottom: -8px;
    font-family: agency-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    text-decoration: none;
}

#textOverlay
{
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 40%;
  opacity:1;
  color: white;
  height: 100%;
  font-size: 20px;
  padding: 20px;
  padding-left: 80px;
  text-align: left;
}

#priceTable1
{
    width: 95%;
	display: none;
}

#priceTable2
{
    width: 95%;
	display: table;
}

@media only screen and (max-width : 900px ){
  #textOverlay
	{
	  position: absolute;
	  top: 0;
	  background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.5); /* Black see-through */
	  color: #F1F1F1;
	  width: 100%;
	  opacity:1;
	  height: 35%;
	  font-size: 20px;
	  padding: 20px;
	  padding-left: 80px;
	  text-align: left;
	}
	
	#priceTable1
	{
		width: 95%;
		display: table;
	}

	#priceTable2
	{
		width: 95%;
		display: none;
	}
}
#aboutAlert
{
	border-radius: 7px;
 	border: 2.5px solid #592115;
  	padding: 5px 20px;
  	width: 100%;
	
  	
	
}

#aboutHeader
{
    z-index: 40;
    background-color: #F29F05;
    position: fixed;
    bottom: 200px;
}

#aboutHeader:hover
{
    cursor: pointer;
    background-color: #592115;
    color: #F29F05;
}

#priceHeader
{
    z-index: 60;
    background-color: #F27405;
    position: fixed;
    bottom: 120px;
    overflow: hidden;
}

#priceHeader:hover
{
    background-color: #592115;
    cursor: pointer;
    color: #F29F05;
}

#contactHeader
{
    z-index: 80;
    background-color: #D93D04;
    position: fixed;
    bottom: 40px;
    overflow: hidden;
}

#contactHeader:hover
{
    background-color: #592115;
    cursor: pointer;
    color: #F29F05;
}

.sectionCont
{
    width: 100%;
    position: fixed;
    overflow: hidden;
}

#landingCont
{
    top: 80px;
	background-image: url("images/main_pages/main.jpg");
	height: 100% ;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}


#aboutCont
{
    z-index: 50;
    display: none;
    background-color: #F29F05;
    height: 0;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

#aboutCont::-webkit-scrollbar
{ width: 0 !important }

.aboutBody
{
	font-family: agency-fb-wide, sans-serif;
    font-size: 18px;

}

.aboutBody h1
{
	font-size: 22px;
		
}

#bottomAboutPadding 
{
	height: 300px
}

#pricesCont
{
    z-index: 70;
    display: none;
    background-color: #F27405;
    height: 0;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

#pricesCont::-webkit-scrollbar
{ width: 0 !important }

#contactCont
{
    z-index: 90;
    display: none;
    background-color: #D93D04;
    height: 0;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    font-family: agency-fb-wide, sans-serif;
    font-size: 18px;
	font-family: agency-fb-wide, sans-serif;
    font-size: 18px;
}

#contactCont::-webkit-scrollbar
{ width: 0 !important }

.innerCont
{
    opacity: 0;
}

#pricesInner
{
    font-family: agency-fb-wide, sans-serif;
    font-size: 18px;
	width: 100%;
}

.priceTableHold
{
    width: 100%;
}

#rightPricesBox
{
    float: right;
	margin-right: 0;
}

#leftPricesBox
{
    float: left;
}

.contactFormInput
{
    width: 200px;
    height: 30px;
    border: solid 2px #592115;
    background-color: #ECECEC;
    font-family: agency-fb-wide, sans-serif;
    font-size: 18px;
}

.contactFormInput:focus
{
    outline: none;
}

.contactFormMessage
{
    width: 600px;
    height: 100px;
    resize: none;
}

.contactFormSubmitButt
{
    float: right;
    margin-top: 5px;
    padding: 4px 35px;
    background-color: #F2B705;
    color: #592115;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: agency-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
}


.contactFormSubmitButt:hover
{
    color: white;
    background-color: rgba(29,50,81,1);
}






.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
	overflow: hidden;
	
	
}

.imageExpand:hover
{
	transform: scale(1.4);
	
}

.imageExpand {
	transition: transform .2s;
	height: 100%;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 140; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
	font-family: agency-fb-wide, sans-serif;
  
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


.test{
	height: 100%;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.contact_link  {
	color:#F2B705
}
.contact_link:hover  {
	color:#F27405
}

/* Style the container with a rounded border, grey background and some padding and margin */
.container {
  border-top: 3px solid #F2B705;
  
  padding: ;
  margin: 16px 0;
  text-align: left;
  font-size: 15px;
  
}

/* Clear floats after containers */
.container::after {
  content: "";
  clear: both;
  display: table;
}
.container h1 {
  font-size: 20px;
  margin-right: 15px;
  text-align: right;
	
}



/* Increase the font-size of a span element */
.container span {
  font-size: 20px;
  margin-right: 15px;
  text-align: right;
	
}
.container p {
  padding-top: 5px;
	font-size: 1em;
}

@media only screen and (max-height: 800px)
{
	.container p {
  padding-top: 5px;
	font-size: 0.6em;
	}

}

.testimonails {
	margin-top: 5px;
	
}

.test{
	position: relative;
	bottom: 10px;
	
}


	
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	height: 200px;
  
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;

}


}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
	


