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

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



#header-content {
	position:relative;
	width: 960px;
	margin: 20px auto;
}

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

#header-content a {
	color: #034001;
	position: absolute;
	top: 100px;
	right: 0;
	height: 120px;
	border: 6px thick;
	text-size: 20px;
	display: block;
}



h1,h2,h3,h4, p {
	font-family: 'Jost', sans-serif;
}

h1 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	padding: 10px;
}

h3 { 
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}

h4 {
	font-size: 26px;
	font-weight: 700;
}

#banner {
	background-image: url("images/clear-lake-banner.jpg");
	height: 250px;
	margin-top: 10px;
	width: 100%;
	font-size: 56px;
}
 
#explore {
	text-align: center;
	position: relative;
	color: #fff;
	font-weight: 700;
	padding-top: 60px;
}

#wrapper-white {
	display: flex; 
	margin: 20px auto;
	width: 960px;
	text-align:center;
}


#wrapper-white section {
	background-image: url("images/lake-wissota.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 580px;
	height: 340px;
	padding-top: 100px;
}

section link {
	text-align: center;
}

#wrapper-white aside {
	width: 320px;
	color: #034001;
	font-weight: 300px;
	font-size: 18px;
}


p {
	line-height: 150%;
	padding: 10px;
}

#wrapper-trails {
	background-color: #f0ebe8;

}

#trail-content {
	width: 960px;
	margin: 20px auto;
	text-align:center;
	padding: 10px;
}

.trail-box {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}


#footer-content {
	width: 960px;
	text-align: center;
	display: flex;
}


footer{
	background: #034001;
	text-align: center;
	position: relative;
	
}
#footer-left {
	color: #fff;
	margin: 20px auto;
	text-align: center;
}
img {
	height: 50px;
	padding: 10px;
}

#footer-center {
	color: #fff;
	margin: 20px auto;
	text-align: center;
	
}

#footer-right {
	color: #fff;
	margin: 20px auto;
}

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


h2 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #034001;
}
