@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
/* CSS Document */

header{
	max-width: 960px;
	max-height: 130px;
	margin: 0 auto;
	padding-bottom: 130px;
}

#header-content{
	position: relative;
	width: 960px;
	margin: 0 auto;
	display: inline;
	float: left;
	
}

#header-content img{
	height: 120px;
	
}

#header-content nav{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 20px;
	font-weight: 300;
	padding-left: 240px;
	color: #034001;
}
nav ul li a:hover{
	border-bottom: #034001;
	border-bottom-width: 6px;
	color:#034001;
	background-color: transparent;
	text-decoration: none;
	
	
}

ul li{
	padding: 0 0 10px 120px;
	display: inline-block;
	color:#034001;
	background-color: transparent;
	text-decoration: none;
	
}

#banner{
	position: relative;
	background-image: url("images/clear-lake-banner.jpg");
	height: 450px;
	width: 100%;
	font-weight: 700;
	padding-bottom: 30px;
}

#explore{
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	top: 180px;
}

#explore h1{
	font-size: 56px;
}

#explore h4{
	font-size: 26px;
}

#explore a{
	font-size: 20px;
	color: #fff;
}

#wrapper-white{
	width: 960px;
	height: 340px;
	margin: 0 auto;
	padding: 60px 0;
}

section {
	position: relative;
	width: 580px;
	height: 340px;
	background-image: url("images/lake-wissota.jpg");
	float: left;
	
}

section a {
	position: absolute;
	width: 100%;
	top: 48%;
	color: #fff;
	text-align: center;
	
}

aside{
	width: 320px;
	float: left;
	padding-left: 60px;
	
}

aside h1{
	font-size: 30px;
	font-weight: 700;
	color: #034001;
	text-transform: uppercase;
}

aside p{
	font-size: 18px;
	font-weight: 300;
	
}


#wrapper-trails{
	background-color: #f0ebe8;
	margin: 0 auto;
	padding-bottom: 60px;
	
}

#wrapper-trails h2{
	color: #034001;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 35px;
	padding-top: 35px;
	text-align: center;
	font-family: 'Jost', sans-serif;
}



#trail-content{
	column-count: 3;
	width: 960px;
	display: block;
	margin: 0 auto;
	
	
}

#tail-content p{
	font-size: 16px;
	text-align: center;
	font-weight: 300;

}

.trail-box{
	width: 300px;
}

.trail-box img{
	vertical-align: top;
}

.trail-box h3{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #034001;
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: 'Jost', sans-serif;
	
	
}

footer{
	background-color: #034001;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

#footer-content{
	position: relative;
	width: 960px;
	margin: 0 auto;
	column-count: 3;
	display: flex;
	font-family: 'Jost', sans-serif;

}

#footer-content img{
	height: 50px;

}


#footer-content h3{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'Jost', sans-serif;
	
}

#footer-left{
	position: absolute;
	left: 0;
}

#footer-center{
	margin: 0 auto;
	
}

#footer-right{
	position: absolute;
	right: 0;
}

footer p{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	
}