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

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

header {
	width: 100%;
	
	
}

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

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

nav {
	position: absolute;
	font-weight: 300;
	left: 500px;
	top: 70px;
	font-family: 'Jost', sans-serif;
	
}

nav ul {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family: 'Jost', sans-serif;
}

nav li {
	display: inline-block;
	margin: 30px;
	font-family: 'Jost', sans-serif;
}

nav a {
	color: #034001;
	font-size: 19px;
	border-bottom: thick 6px #323F02;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
	
}

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

#explore {
	position: relative;
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: 30%;
}

#explore h1{
	font-size: 56px;
	font-weight: 700;
	color: white;
	font-family: 'Jost', sans-serif;
	margin: 5px;
}

#explore h4{
	font-size: 26px;
	font-weight: 700;
	color: white;
	font-family: 'Jost', sans-serif;
	margin: 5px;
}

#explore a{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	color: white;
	background-color: rgba(6,73,6,1.00);
	margin-top: 7px;
	padding-top: 7px;
	width: 220px;
	height: 25px;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
}

#wrapper-white {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 40px;
}

#wrapper-white section {
	background-image: url("images/lake-wissota.jpg");
	width: 580px;
	height: 340px;
	margin-right: auto;
}

#wrapper-white section a {
	display: block;
	text-align: center;
	color: white;
	background-color: rgba(6,73,6,1.00);
	margin-top: 25%;
	padding-top: 7px;
	width: 290px;
	height: 25px;
	text-decoration: none;
	margin-left: 27%;
	margin-right: 30%;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Jost', sans-serif;
	
}

#wrapper-white aside {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

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

#wrapper-white aside p {
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	margin-top: 10px;
}

#wrapper-trails {
	width: 100%;
	margin-top: 35px;
	background-color: #f0ebe8;
}

#wrapper-trails h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 40px;
	color: #034001;
}

#trail-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

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

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

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

}

.trail-box p {
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 5px;
	vertical-align: bottom;
	font-family: 'Jost', sans-serif;
	line-height: 25px;
}

footer {
	background-color: #034001;
	width: 100%;
}

footer p{
	font-size: 16px;
	color: white;
	font-weight: 300;
}

#footer-content {
	width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 30px;
}

#footer-left {
	width: 300px;
    position: relative;
    display: inline-block;
	line-height: 300%;
}

#footer-left h3{
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	text-align: left;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	
}

#footer-left p {
	font-size: 16px;
	color: white;
	font-weight: 300;
}

#footer-left a {
	font-size: 16px;
	color: white;
	font-weight: 300;
	text-decoration: none;
	margin-top: inherit;
}

#footer-center {
	width: 300px;
    position: relative;
    display: inline-block;
}

#footer-center h3 {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}

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

#footer-center a {
	text-decoration: none;
	color: white;
}

#footer-right {
	position: relative;
	display: inline-block;
	width: 300px;
}

#footer-right h3 {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
	margin-bottom: 55px;
}

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