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

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

#header-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 15px;
}

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

nav {
	position: absolute;
	bottom: 10px;
	right: 50px;
	text-align: center;
}

nav li {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
	display: inline;
	margin: 0px 30px;
}

li a {
	text-decoration: none;
	color: #034001;
}

li a:hover {
	border-bottom: 6px solid #034001;
}

#banner {
	width: 100%;
	background-image:url("images/clear-lake-banner.jpg");
	height: 420px;
}


#explore {
	position: relative;
	text-align: center;
	padding-top: 150px;
	font-weight: 700;
	color: #fff;
	font-family: 'Jost', sans-serif;
}

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

#explore h4 {
	font-size: 26px;
	margin: 10px 0px 30px;
}

#explore a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #034001;
	margin-top: 35px;
	padding: 10px 20px;
}

#wrapper-white {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	font-family: 'Jost', sans-serif;
	padding: 30px 0px;
}

#wrapper-white section {
	width: 580px;
	height: 340px;
	font-family: 'Jost', sans-serif;
	background-image: url("images/lake-wissota.jpg");
	position: relative;
	text-align: center;
}

#wrapper-white a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background-color: #034001;
	padding: 10px 20px;
	position: absolute;
	top: 140px;
	left: 150px
}

#wrapper-white aside {
	width: 320px;
	font-family: 'Jost', sans-serif;
	padding: 0px 10px;
	margin-left: 50px;
}

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

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

#wrapper-trails {
	background-color: #f0ebe8;
	text-align: center;
	padding: 30px 0 50px;
}

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

#trail-content {
	width: 960px;
	margin: 10px auto;
	font-family: 'Jost', sans-serif;
}

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

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

.trail-box h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 10px 15px;
	color: #034001;
}

.trail-box p {
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	line-height: 200%;
}

footer {
	background-color: #034001;
	padding: 30px 0px;
}

#footer-content {
	width: 960px;
	margin: 0px auto 20px;
	display: flex;
	font-family: 'Jost', sans-serif;
}

#footer-content h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}

#footer-content p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

#footer-content a {
	color: #fff;
	margin-top: 10px;
}

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

#footer-left {
	width: 320px;
}

#footer-center {
	width: 320px;
}

#footer-right {
	width: 320px;
	text-align: right;
}

footer p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
	line-height: 175%;
}