@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;
	margin: 20px;
	justify-content: center;
	height: 120px;
	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;
	font-family: 'Jost', sans-serif;

	
	
}


#header-content ul {
	
	display: block;	
	padding: 34px 0 0px;
	
}


#header-content li {

	display: inline;
	
}


#header-content a {
	
	padding: 10px 50px 20px;
	
}


#header-content a:link {
	
color: #034001;
	text-decoration: none;	
	
}






#banner {
	
	justify-content: center;
	position: relative;
	background-image: url("images/clear-lake-banner.jpg");
	width: 960px;
	margin:auto;
	height: 300px;
	margin: 10px;
	font-family: 'Jost', sans-serif;

	

	
}


#explore h1 {		
	text-align: center;
	font-size: 56px;	
	font-weight: 700;
	color: white;
	margin: 90px;
	font-family: 'Jost', sans-serif;

	
}

#explore h4 {		
	
	text-align: center;
	font-size: 26px;	
	font-weight: 700;
	color: white;
	margin: -80px;
	font-family: 'Jost', sans-serif;

}

#explore a {
	
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	background-color: #034001;
	text-decoration: none;
	display: inline-block;
	padding: 14px 25px;
	color: white;
	margin: 100px 0px 0px 350px;
	font-family: 'Jost', sans-serif;

	
}

#wrapper-white {
	
	display: flex;
	width: 960px;
	padding-top: 35px;
	padding-bottom: 20px;
	align-items: center;
	

		
	
}

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


}



#wrapper-white a {
	
	position: relative;
	font-size: 20px;
	font-weight: 700px;
	background-color: #034001;
	color: white;
	padding: 10px 20px;
	margin: 150px;
	text-decoration: none;
	left: 0%;
	font-family: 'Jost', sans-serif;

	
	
	
}

aside {
	
	width: 320px;
	padding-bottom: 130px;
	padding-left: 50px;
	
	
}

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

	
}

aside p {
	font-size: 18px;
    font-weight: 300;
    line-height: 150%;
	font-family: 'Jost', sans-serif;

		
}

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

#wrapper-trails h2 {
	
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #034001;
	margin: 50px;
	text-align: center;
	font-family: 'Jost', sans-serif;

}


#wrapper-trails h3 {
	
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #034001;
	text-align: center;
	font-family: 'Jost', sans-serif;

	
	
}


#wrapper-trails p {
	
	font-size: 18px;
    font-weight: 300;
    line-height: 150%;
	color: black;
	text-align: center;
	font-family: 'Jost', sans-serif;

}

#trail-content {
	
	column-count: 3;
	display: inline-block;
  	display: flex;
	text-align: center;
}




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

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



.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;
	text-align: center;
}



footer {
	
	background-color: #034001;
	flex-direction: column;
	
	width: 960px;
	margin: 50px;
	

	
}


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

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


#footer-content img {
	
	height: 50px;
	
}


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


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


#footer-left {
	
	text-align:left;
	float:left;
	
	
	
}


#footer-center {
	
	text-align:center;
	
	
}


#footer-right {
	
	float: right;
	text-align: right;
	margin: 20px;
	padding: 10px;
}

#footer-right h3 {
	
	
	text-align: right;
	
	
	
}