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

body {
	background-color: white; 
	font-family: 'Jost', sans-serif;
}

header {
	width: 100%;
	padding: 10px;
	position: relative;
	height: 150px;
 }

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

nav {
	position: absolute;
	top: 110px;
	right: 20%;
	font-size: 20px;
	font-weight: 300;
	float: right;
	text-decoration: none;
	;
	}

nav li {
  	display: inline;
	margin: 30px;
	border: 6px solid transparent;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav a {
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	color: #034001;
	border: 6px solid transparent;
	
}

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

#header-content img {
	height: 120px;
	float:left;
	padding: 5px}

#header-content nav {
	font-size: 20px;
	font-weight: 300;
	
}

#header-content a:hover {
	border-bottom: #034001;
	border-bottom-width: 6px;
}

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

#banner a {
	
	font-size: 20px;
	font-weight: 700;
	color: white;
	text-decoration: none;
	background-color:#034001;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	padding: 15px;
}

#explore {position:relative;
	text-align: center;
	color: white;
	margin: auto;
	height: 400px;
	width: auto;
	top: 50%;
	transform: translateY(-10%);

}

#explore h1{
	font-size: 56px;
	font-weight: 700;
	margin: auto;
	position: relative;
	padding-bottom: 13px;
	
	
}


#explore h4 {
	font-size: 26px;
	font-weight: 700;
	margin: auto;
	position: relative;
	padding-bottom: 13px;
		
	
}
#explore a href {
	position: relative;
		margin: auto;
		
	
}

#wrapper-white {
	width: 960px;
	margin: auto;
	height: 340px;
	display: flex;
	padding: 30px;
	
	
	
}

section {
	background-image: url("images/lake-wissota.jpg"); 
	float: left;
	width: 580px;
	height: 340px;
	position: relative;
	
	
	}
section a {
	font-size: 20px;
	font-weight: 700;
	color: white;
	text-decoration: none;
	background-color:#034001;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	padding: 15px;
	}

aside {
	
	float: left;
	position: relative;
	width: 320px;
	padding-left: 40px; }

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

aside p {
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	
}
#wrapper-trails {
	background-color: #f0ebe8;
	padding: 30px;
	
}

#wrapper-trails h2 {
	font-size: 30px;
	font-weight: 700;
	color: #034001;
	text-align: center;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 15px;
	
}
#trail-content {
	width: 960px;
	margin: auto;
	
}

.trail-box {
	
	width: 300px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px; 
	padding: 5px;
	
}

.trail-box h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	
}

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

footer {
	background-color: #034001;
	padding-bottom: 20px;
	
}

footer img {
	height: 40px;
	padding: 10px;
	
	
}

footer h3 {
	font-size: 16;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

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

#footer-left a {color: white;
}

#footer-content {
	width: 960px;
	margin: auto;
	padding: 30px;
	
}

#footer-left {
	float: left;
	vertical-align: top;
	display: inline-block;
	width: 300px;
	line-height: 30px;
}

#footer-center {
	margin: auto;
	vertical-align: top;
	display: inline-block;
	width: 300px;
}

#footer-right {
	float: right;
	vertical-align: top;
	display: inline-block;
	width: 300px;
	text-align: right;
}


