@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');

body {
	display:flex;
	flex-direction: column;
	align-items: center;
}
#header-content{
	width: 960px;
	height: 120px;
	margin:auto;
	justify-content: center;
	position: relative;
	display: flex;
}
#header-content img{
	height:120px;
	position: relative;
	margin-right: auto;
}
#header-content nav{
	position: absolute;
	font-size: 20px;
	font-weight: 300;
	right: 0px;
	bottom: 0px;
	padding: 0px;
}
#header-content li{
	display: inline;
}
#header-content a{
	padding:10px 50px 20px;
}
#header-content a:link{
	text-decoration: none;
	color: #034001;
	font-family: 'Jost', sans-serif;
}

#banner{
	width: 960px;
	background-image: url("images/clear-lake-banner.jpg");
	justify-content: center;
	margin: auto;
	height:300px;
}

#banner a{
	text-align: center;
	position: relative;
	
}

#explore{
	width: 960px;
	text-align:center;
	}
#explore h1{
	font-size: 56px;
	font-weight: 700;
	color: #FFFFFF;
	align-content: center;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family: 'Jost', sans-serif;
}
#explore h4{
	font-size: 26px;
	font-weight: 700;
	color: #FFFFFF;
	padding-bottom: 20px;
}

#explore a{
	font-size: 20px;
	font-weight: 700;
	background-color: #034001;
	color: #FFFFFF;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	}

#wrapper-white a{
	font-size: 20px;
	font-weight: 700;
	background-color: #034001;
	color: #FFFFFF;
	padding: 10px 20px;
	text-decoration: none;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
#wrapper-white {
	display: flex;
	width: 960px;
	padding-top: 35px;
	padding-bottom: 20px;
	align-items: center;
	margin: auto;
	
}

#wrapper-white section{
	width: 580px;
	height: 340px;
	font-size: 20px;
	font-weight: 700;
	background-image: url("images/lake-wissota.jpg");
	display: flex;
	align-items: center;
	
}

aside{
	width: 320px;
	padding-left: 20px;
	
	
}
aside h1{
	font-size: 30px;
	font-weight: 700;
	color:#034001;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;

}

aside p{
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	
}

#wrapper-trails{
	background-color: #F0EBE8;
	width: 960px;
	margin: auto;
	
}

#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;
	display: inline-block;
	display: flex;
	text-align: center;
}

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

.trail-box{
	float: center;
	width: 300px;
	flex: auto;
}

.trail-box h3{
	color:#034001;
	font-size: 28px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Jost', sans-serif;
}
.trail-box p{
	font-size: 16px;
    font-weight: 300;
}

footer{
	background-color: #034001;
	width: 960px;
	display: flex;
	flex-direction: column;
	margin: auto;
	
}
#footer-content{
	width: 960px;
	display: flex;
	align-items: center; 
	margin: auto;
	justify-content: space-around;
}

#footer-left{
	font-family: 'Jost', sans-serif;
	
}

#footer-center{
	text-align: center;
	font-family: 'Jost', sans-serif;
	
}

#footer-content h3{
	font-size: 16px;
	color:#FFFFFF;
	font-weight: 700;
	font-family: 'Jost', sans-serif;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}


#footer-center img{
	height: 50px; 
	padding-left: 10px;
}

#footer-right{
	color: #FFFFFF;
	text-align: center;
	justify-content: space-around;
	font-family: 'Jost', sans-serif;
	
}

#footer-right img{
	height: 50px;
	padding-right: 10px;
	
}

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



	