* {box-sizing: border-box;}
body{
    margin:0;
    padding:0;
    width:100%;
	background-color:#E9EBF2;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
    overflow:hidden;
}
h1{
	color: #f2f2f2;
	text-align: center;
    letter-spacing: 5px;
    font-size: 400%;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
header{
    margin: 0px;
    padding-top:15%;
	width:100%;
	overflow-x: hidden;
	background-image:url("images/lake.jpg");
	background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 0 1000px rgba(1, 38, 48, 0.233);
}
header h2{
	color:#fff;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom:15%;
}
nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background-color:#171F26;
}
a {
	color: #1F5373;
	text-decoration: none;
}
a:hover{
	color: #555931;
	cursor: pointer;
}
.nav-links{
	display: flex;
	justify-content:space-around;
	width: 70%;
}
.nav-links li{
	list-style: none;
}
.nav-links a{
	color: #E9EBF2;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 16px;
	text-transform: uppercase;
}
.nav-links a:hover{
	color: #555931;
}
.burger {
	display:none;
}
.burger div{
	width: 25px;
	height: 2px;
	margin: 5px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.intro{
	width:50%;
	padding:2.5%;
	overflow: hidden;
}
.intro h2{
	font-size: 60px;
	color:#171F26;
	letter-spacing:1px;
	
}
.intro p{
	color:#202614;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.intro img{
	padding-top:1%;
	padding-right:1%;
	padding-bottom:1%;
}
.properties{
	width:100%;
	background-color:#868C79;
	overflow:hidden;
}
.box{
	background-color:#E9EBF2;
	width:28%;
	height:40em;
	margin-left:2.5%;
	margin-top: 2%;
	margin-bottom:2%;
	padding:1%;
	float:left;
}
.box img{
	width:100%;
}
.box h3{
	color:#1F5373;
}
.box p{
	color:#171F26;
	font-size: 14px;
}
.box a{
	color:#1F5373;
	font-size: 14px;
}
.box a:hover{
	color:#555931;
}
.info{
	width:100%;
	background-color: #555931;
	padding-top: 5%;
	padding-bottom: 5%;

}
.info h3{
	color:#E9EBF2;
	font-size: 250%;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	text-align: left;
	letter-spacing: 2px;
	padding-left: 2.5%;;
}

#about{
	width:55%;
	padding-top: 1%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	color:#E9EBF2;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: justify;
}
#contact{
	width:35%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	float:right;
	clear:both;
	text-align: justify;
}
#contact h3{
	color:#E9EBF2;
}
#contact h2{
	color:#E9EBF2;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#contact a{
	color:#6B734D;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#contact a:hover{
	color:#E9EBF2;
}
#contact h4{
	color: #E9EBF2;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: left;
}
footer{
	background-color: #171F26;
	overflow: hidden;
}
footer h3{
	color: #E9EBF2;
	padding-top:1.5%;
	padding-left:2.5%;
	text-align: left;
	letter-spacing: 2px;
}
footer h4{
	color: #E9EBF2;
	padding-top:1.5%;
	text-align: center;
	letter-spacing: 2px;
}
.sites{
	width: 30%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	color: #E9EBF2;
	display: flex;
	flex-direction: column;
}
.sites a{
	color: #E9EBF2;
}
.sites a:hover{
	color:  #555931;
}
.social{
	width:95%;
	padding:2%;
	display:flex;
	justify-content: space-around;
}
.social a{
	color: #E9EBF2;
	font-size:40px;
}
.social a:hover{
	color: #555931;
}
.copyright{
	width:95%;
	padding:2.5%;
	text-align: center;
	color: #E9EBF2;
	font-size: 12px;
}
#myBtn {
	display: none; 
	position: fixed; 
	bottom: 20px; 
	right: 30px; 
	z-index: 99; 
	border: none; 
	outline: none; 
	background-color: #1F5373; 
	color: #E9EBF2; 
	cursor: pointer; 
	padding: 15px;
	border-radius:20px; 
	font-size: 18px; 
  }
  
  #myBtn:hover {
	background-color: #555931;
  }
/* Slideshow container */
.slideshow-container {
	width: 50%;
	padding:2.5%;
	position: relative;
	float:left;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	padding: 16px;
	color: #E9EBF2;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 5%;
	border-radius: 3px 0 0 3px;
  }
  
  /* Caption text */
  .text {
	color: #171F26;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 90%;
	text-align: center;
  }
  
  /* Fading animation */
  .fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
  }
  .weather{
	  width:100%;
	  clear:both;
  }

@media only screen and (max-width: 1200px) {
	.box{
		width:43%;
		margin-left:2.5%;
		margin-top: 2%;
		margin-bottom:2%;
		padding:1%;
		float:left;
		overflow-y: hidden;
		}
	}
@media only screen and (max-width: 800px) {
	.nav-links{
		position: absolute;
		right: 0px;
		height: 50vh;
		top: 46vh;
		background-color: #6B734D;
		display: flex;
		flex-direction: column;
		align-items: center;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		z-index:1;
		}
	.nav-links li{
		opacity: 0;
	}
	.burger {
		display: block;
		cursor: pointer;
	}
	.nav-active {
		transform: translateX(0%);
	}
	.properties{
		width:100%;
	}
	.box{
	width:95%;
	margin:2%;
	padding:2.5%;
	overflow-y: hidden;
	}
	.weather{
		z-index:0;
	}
	.intro img{
		display:none;
	}
	.slideshow-container {
		width: 95%;
		padding-left:5%;
		position: relative;
		float:left;
	  }
	.intro{
		width:95%;
		padding-left:5%;
	}
	.intro p{
		text-align: justify;
	}
	.sites{
		width:100%;
		text-align: center;
	}
	#about {
		width:100%;
	}
	#contact{
		width: 100%;
		float:none;
		text-align: center;
	}
	#contact h4{
		text-align: center;
	}
	footer h3{
		text-align: center;
		padding-top: 5%;
	}
}

@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);
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }