@charset "UTF-8";
/* CSS Document */	
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background-color: #E6E0E5;
}
p{
	font-family: 'Poppins', sans-serif;
	color:#3c3940;
	font-size: 13px;
	letter-spacing: 1px;	
}
h1{
	color:#E6E0E5;
	text-align: center;
	letter-spacing: 5px;
}
h2{
	text-align: center;
	color: #E6E0E5;
	letter-spacing: 3px;
}
h3{
	font-family: 'Poppins', sans-serif;
	color:#3c3940;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
}
h4{
	color:#0d0a0a;
	text-align: left;
	letter-spacing: 3px;
	font-size: 16px;
}
h5{
	color:#bfa288;
	text-align: center;
	font-size: larger;
	letter-spacing: 2px;
}
nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background-color:#3c3940;
	font-family: 'Poppins', sans-serif;
}
.nav-links, .dropbtn{
	display: flex;
	justify-content:space-around;
	width: 80%;
	font-family: 'Playfair Display', serif;
	z-index: 0;
}
a {
	color: #A66B56;
	text-decoration: none;
}
.wrapper{
	overflow-x: hidden;
	position: relative;
	}
.header{
	margin: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	width:100%;
	overflow-x: hidden;
	background-image:url("images/hills-cloudy.jpg");
	background-size: cover;
	background-position: center;
}
.nav-links{
	display: flex;
	justify-content:space-around;
	width: 50%;
}
.nav-links li{
	list-style: none;
}
.nav-links a{
	color: #E6E0E5;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 12px;
}
/* Dropdown button */
.dropdown .dropbtn {
	width:auto;
	font-size: 12px;
	letter-spacing: 3px;
	border: none;
	outline: none;
	color:#f0eff5;
	background-color:#3c3940;
  }
  /* Dropdown content (hidden by default) */
  .dropdown-content {
	padding-top:10px;
	display:none;
	position:absolute;
	background-color:#3c3940;
	min-width: 200px;
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	float: none;
	color: #f0eff5;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
	color: #0D0D0D;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
	display: inline-block;
  }
.burger {
	display:none;
}
.burger div{
	width: 25px;
	height: 2px;
	margin: 5px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.intro_Wrapper{
	width:95%;
	height:550px;
	margin:2.5%;
}
.intro{
	width: 45%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
}
.intro_right{
	width: 45%;
	height:auto;
	float: right;
	clear: none;
}
.intro_img{
	width:100%;
	height: auto;
	max-height:550px;
}
.city_grid{
	width: 100%;
	padding-top:2.5%;
	padding-bottom: 2.5%;
	background-color:#0d0a0a;
	color:#E6E0E5;	
}
.city_boxes{
	width: 100%;
	background-color:#E6E0E5;
	overflow: hidden;
}
.box{
	width: 30%;
	padding-left: 2%;
	padding-right:1%;
	padding-top: 3%;
	height: 30em;
	float: left;
	clear:none;
	text-align:justify;
}
.box_img{
	width:98%;
	padding-left:1%;
	padding-right:1%;
	max-height: 285px;
}
.footer_banner{
	width: 100%;
	overflow: hidden;
	background-color:#3c3940;
	padding-top: 1%;
	padding-bottom:2.5%;
	text-align: center;
	color: #E6E0E5;
}
.banner_img{
	width: 20%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top:2.5%;
	float:left;
	clear:none;
}
.copyright{
	padding: 1%;
	text-align: center;
}
.about_right{
	width: 45%;
	padding-left: 5%;
	letter-spacing: 1px;
	float: right;
	align-content: center;
}
.about_img{
	width:100%;
	height: auto;
	max-height:550px;
}
.contact_Wrapper{
	width:95%;
	overflow: hidden;
	margin:2.5%;
}
.contact{
	width: 45%;
	padding-top:1%;
	float: left;
	clear: none;
	text-align:center;
}
.contact h4{
	text-align: center;
}
.contact_right{
	width: 45%;
	max-height:225px;
	float: right;
	clear: none;
}
.contact_img{
	width: 80%;
	max-height:245px;
	padding-left: 10%;
}
.city_Wrapper{
	width:95%;
	overflow: hidden;
	margin:2.5%;
}
.city_intro{
	width: 45%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
}
.city_right{
	width: 50%;
	float: right;
	clear: none;
}
.motel_grid{
	width: 100%;
	padding-top:2.5%;
	padding-bottom: 2.5%;
	background-color:#0d0a0a;
	color:#E6E0E5;	
}
.motel_boxes{
	width: 100%;
	background-color:#E6E0E5;
	overflow: hidden;
}
.motel_box{
	width: 30%;
	height:40em;
	padding-left: 2%;
	padding-right:1%;
	padding-top: 3%;
	float: left;
	clear:none;
	text-align:justify;
}
.box_img{
	width:98%;
	height: auto;
	padding-left:1%;
	padding-right:1%;
}
.iframe-featured{
  position: relative;
  width: 97%;
  height: 100%;
  padding-bottom: 56.25%;
  padding-right: 3%;
  float: left;
}
.iframe-featured iframe{
  position: absolute;
  top:0;
  left: 5%;
  width: 95%;
  height: 100%;
}
.iframe-motel{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-motel iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 285px;
	}
@media screen and (max-width:768px){	
	.nav-links{
	position: absolute;
	right: 0px;
	height: 92vh;
	top: 4vh;
	background-color: #3c3940;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateX(100%);
	transition: transform 0.5s ease-in;
	}
	.nav-links li{
		opacity: 0;
	}
	.burger {
		display: block;
		cursor: pointer;
	}
	.nav-active {
		transform: translateX(0%);
	}
	.intro{
	width: 90%;
	padding: 5%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
}
	.intro_img{
		display: none;
	}
	.about_img{
		display:none;
	}
	.city_boxes{
	width: 100%;
	background-color:#E6E0E5;
	overflow: hidden;
	}
	.box{
	width: 97%;
	padding-left:1.5%;
	padding-right:1.5%;
	padding-top:3%;
	float: left;
	clear:none;
	text-align:justify;
	overflow: hidden;
}
	.contact{
	width: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	text-align:center;
}
	.contact_right{
	display:none;
}
	.footer_banner{
	overflow: hidden;
	}
	.banner_img{
	width: 45%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top:2.5%;
	float:left;
	clear:none;
}
	.city_Wrapper{
	width:95%;
	overflow: hidden;
	padding:2.5%;
}
	.city_intro{
	width: 95%;
	float:none;
	text-align: justify;
}
	.city_right{
	width: 90%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
	clear: none;	
	}
	.iframe-featured{
	position: relative;
 	width: 100%;
  	padding-bottom: 56.25%; 
  	height: 0;

}
	.iframe-featured iframe{
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
	.motel_box{
		width:90%;
		padding-top: 5%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.iframe-motel{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
	.iframe-motel iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
	}
	.about_right{
	display:none;
	}	
}
@media screen and (max-width: 424px){
	.banner_img{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top:2.5%;
	float:left;
	clear:none;
	}
}

	@keyframes navLinkFade{
		from{
			opacity:0;
			transform: translateX(50px);
		}
		to{
			opacity:1;
			transform: translateX(0px);
		}
	}
	.toggle .line1{
		transform: rotate(-45deg) translate(-5px,6px);
	}
	.toggle .line2{
		opacity: 0;
	}
	.toggle .line3{
		transform: rotate(45deg) translate(-5px,-6px);
	}