@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Quicksand');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Wancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana&display=swap');


html{
	background-color: #EAE9E9;
	}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    

 .nav-item{
  display: inline-block; 
  padding-left: 10px;
  
}

#lodging img{
  width: 250px;

}

}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }

 .form-control{
  margin: 15px 0;
 }
}

@media (min-width: 1399px) and (max-width:  2500px){
   .services-row p{
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
  .services-row p{
    font-size: 15px;
  }

 }


@media screen and (min-width: 768px) and (max-width: 991.98px){
  .services-row p{
    font-size: 12px;
  }

}


@media screen and (min-width: 601px) and (max-width: 777.98px)  {

  #lodging img{
  	width:  350px;
  }
  input, select, textarea{
  	 width: 500px;
  }

}

/* If the screen size is 450px wide or more, set the font-size of <div> to 30px */
@media screen and (min-width: 450px) {

    #lodging img{
  	width: 200px;
  }

    input, select, textarea{
  	 width: 360px;
     padding-bottom: 20px;
  }
}

/* If the screen size is 449px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 449px) {

  #lodging img{
  	width: 350px;
  }

    input, select, textarea{
  	 width: 320px;
  }
}


.container-fluid{
overflow: hidden;
}


 .storybg{
  background-image: linear-gradient(180deg,  #a6a19f 50%,  #ffffff 50%);
	overflow-x: hidden;
	padding-bottom: 20px;
 }

.servicesbg{
  background-color: #D0D6C3;
  overflow-x: hidden;
  padding-bottom: 20px;
}

.testimonialbg{
  background-color: #cac7c5;
  overflow-x: hidden;
 
}

.lodgingbg{
  background-color: #b0aba9;
  overflow-x: hidden;
  padding-bottom: 20px;
}

.contactbg{
   background-color: #dcdad9;
  overflow-x: hidden;
  padding-bottom: 20px;
}


.navbar{
	padding-top: 0;
	padding-bottom: 0;
}

 .nav-item{
	display: inline-block; 
	padding-left: 25px;
	
}

.nav-link{
	color: white !important;
}

.navbar-brand img{
	width:  230px;
	height:  auto;
	padding-left: 20px;
}

.heroimg{
	background: url("heroimg2.jpeg") no-repeat center;
	-webkit-background-size: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:  810px;
}

#hero h1{
	color: #eeeee4;
  font-family: 'PT Sans', sans-serif !important;
	letter-spacing: 1px;
	font-weight: 700;
	padding-top: 15px;

}


#hero p{
	color: #f6f6f5;
	font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 2;
  font-size: 1.1rem;
  margin: 41px 0 0;
  text-align: left;
  font-weight: 400;
  padding-bottom: 50px;
}

#hero a{
  display: inline-block;
  outline: 0;
  border: solid #c2a98a;
  border-radius: 20%;
  cursor: pointer;
  transition: box-shadow 0.15s ease,transform 0.15s ease;
  will-change: box-shadow,transform;
  height: 48px;
  padding: 5px 30px;
  font-size: 18px;
  border-radius: 6px;
  color: #ffffff;
  transition: box-shadow 0.15s ease,transform 0.15s ease;
  text-decoration: none;
  margin-bottom: 40px;
 }


#hero a:hover {
  transform: translateY(-2px);
}

#hero a:active{
  transform: translateY(2px);
 }

#hero{
  margin-top: 90px;
  padding-top: 25px;
  

}

.about-section h2 {
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #b03b05;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}


.text p{
	color: #4a544e;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400px;
  font-size: 18px;
	letter-spacing: 1px;
	line-height: 25pt;
}

#about-section h5{
	font-family: Quicksand,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #475e62;
  padding-top: 30px;
  padding-bottom: 40px;

}

.about-section img{
  width: 570px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#services h5{
	font-family: Quicksand,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #475e62;
}

#services h2{
  padding-bottom:  30px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: 'Archivo Black', sans-serif;
}

.category{
  background-color: white;
}

#services a {
  cursor: pointer;
  transition: box-shadow 0.15s ease,transform 0.15s ease;
  will-change: box-shadow,transform;
  font-size: 17px;
  border-radius: 5px;
  color: #ffffff;
  transition: box-shadow 0.15s ease,transform 0.15s ease;
}

#services a:hover{
   transform: translateY(-3px);
   box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#services a:active{
  transform: translateY(3px);
}

.cabinimg h4, .tentimg h4, .rvimg h4{
  text-align: center;
  font-family: Quicksand,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  padding-top: 10px;
  color: #6e412e;
  font-weight: 600;
}

.cabinimg img{
    width: 220px;
    height: 170px;
  }

.tentimg img{
    width: 220px;
    height: 170px;
  }

.rvimg img{
    width: 220px;
    height: 170px;
  }

#reviews h5{
	font-family: Quicksand,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #475e62;
	
}

#reviews h1{
  font-family: 'Lusitana', serif;
	letter-spacing: 1px;
	color: #2b5c07;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
  padding-top: 30px;
}

.textborder{
  border: 10px solid #E6F7DD;
  height: 300px;
  margin-top: 70px;
}
.section h4{
  padding-top: 60px;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-weight: 700;
}

.p-text{
  font-family: 'Lato', sans-serif;
	font-size: 20px;
  font-weight: 600;
  display: inline-block;
  line-height: 2.5rem;
}

#lodging h5{
	font-family: Quicksand,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	padding-top: 30px;
	color: #475e62;
}


#lodging h1{
	font-family: 'Archivo-black', serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #2b5c07;
	padding-top: 20px;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.lodging-text p{
	color: #21130d;
	padding-top: 15px;
	padding-bottom: 40px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400px;
	letter-spacing: .5px;
  font-size: 17px;
  line-height: 27pt;

}

#lodging img{
	border-radius: 50%;
	width: 400px;
}



hr{
	border-top: 2px solid #F0F3F0;
}


#lodging a{

	display: inline-block;
	outline: 0;
	border: none;
	cursor: pointer;
	transition: box-shadow 0.15s ease,transform 0.15s ease;
	will-change: box-shadow,transform;
	background: #FCFCFD;
	box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
	height: 45px;
	padding: 0 30px;
	font-size: 18px;
	border-radius: 6px;
	color: #36395a;
	transition: box-shadow 0.15s ease,transform 0.15s ease;
	text-decoration: none;
	margin-bottom: 40px;
         
 }



#lodging a:hover {
          
  box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
  transform: translateY(-2px);
}

#lodging a:active{
  box-shadow: inset 0px 3px 7px #d6d6e7;
  transform: translateY(2px);
 }
                     


#lodging h4{
	padding-top: 8px;
	color: #1F3D21;
	font-size: 23px;
	text-align: center;

}


/* Contact Section*/

#contact-header h5{
	font-family: Quicksand,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #475e62;
	padding-bottom: 15px;
}


#contact p{
	text-align: center;
	color: #21130d;
	padding-bottom: 30px;
}

#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  font: 300 60px 'Oswald', sans-serif;
  color: #2b5c07;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  max-width: 900px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 370px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 1px 1px rgb(0, 0, 0, .08);
    transition: border-color ease-in-out .15s, box-shadow eas-in-out .15s;
    margin: 15px 0;
   
}
  }
  
.form-control, 
textarea {
  max-width: 400px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
}

/* Button*/

.send-text {
  display: block;
  font: 700 14px 'Lato', sans-serif;
  margin-top: 4px;
  letter-spacing: 2px;
}


.glow-on-hover {
    width: 10em;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #426944, #37D63F, #D6A837, #C59318, #DC541D, #22440D, #4AB881, #C3D6CD, #495751);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone Section */
.contact-list {
  list-style-type: none;
  margin-left: 30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #544e4a;
}

.place {
  margin-left: 15px;
}

.phone {
  margin-left: 15px;
}


.contact-text a {
  color: #544e4a;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


hr {
  border-color: rgba(255,255,255,.6);
  margin-left: 40px;
}


/* Services Page */

.services-page{
  background: #efeeea;
}


.services-hero{
  background: url("servicesbg.jpeg") no-repeat center;
  -webkit-background-size: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:  700px;
}


.amenities-bg{
background: #fff;
   
}

.footer-basic {
  padding:40px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}






