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


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

body {
overflow-x: hidden;
}

header {
	padding: 12px 0;
	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:link {
	text-decoration: none;
	color: #034001;
	padding: 10px 20px;
}

nav a:hover {
	color: #034001;
	padding: 10px 20px;
    border-bottom: 5px solid #034001;
}
nav a {
	color: #034001;
	font-size: 23px;
	border-bottom: thick 6px #323F02;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
	padding: 10px 20px;
	
}

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

#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: 15px;
}

#explore a{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	color: white;
	background-color:#034001;
 	padding: 18px 35px;
	margin-top: 9px;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
}

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

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




#wrapper-white section a {
	position: relative;
	top: 50%;
	text-align: center;
	color: white;
	background-color: #034001;
	padding: 15px 30px;
	width: 350px;
	height: 50px;
	text-decoration: none;
	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;
	margin-bottom: 16px;
}

#wrapper-white aside p {
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Jost', sans-serif;
}

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

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

#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 {
	width: 100%;
	padding: 40px 0px 10px;
	font-size: 12px;
	background-color: #034001;

}

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

#footer-content {
	width: 960px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer p {
	color: white;
	font-family: 'Jost', sans-serif;
    font-weight: 300;
	
	}

#footer-left {
	width: 30%;
}

#footer-left a {
	color: white ;
}

#footer-center {
	
    width: 30%;
}

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

#footer-right {
	
	width: 30%;
	text-align: right;
	
}

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

