@charset "UTF-8";
/* CSS Document */
/* Header */
/* Class and ID Styles */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;700&display=swap');
body {
	background-color: #fff;
}
header {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
}
#header-content{
  height: 120px;
	margin: auto;
	position: relative;
}
#header-content img {
	height: 120px;
}
#nav {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 20px;
  font-weight: 300;
}
#nav ul{
  border-bottom: 6px solid #034001;

	width: 730px;
	position: absolute;
	bottom: 8px;
	right: 0;
}

nav ul {
	display: block;
	text-align: right;
	list-style-type: none;
}

nav li {
	display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
	font-size: 20px;
	color: #034001;
	padding: 0 30px;
	text-align: left;
}


nav a:link {
	text-decoration: none;
	color: #034001;
	padding: 10px 20px;
}

nav a:hover {
	color: #034001;
	border-bottom: 6px solid #034001;
	padding: 10px 20px 5px;
  
}


#banner {
  background-image: url("images/clear-lake-banner.jpg");
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner h1{
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
#banner h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
#banner a {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

#explore {
  max-width: 960px;
  margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
    display: flex;
}

#wrapper-white{
  display: flex;
  flex-wrap: wrap;
}

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

#aside {
  width: 320px;
}
#aside h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #034001;
}
#aside p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #6c3f21;
}

#trail-content {
  background-color: #f0ebe8;
  max-width: 960px;
  margin: 0 auto;
  display: inline-block;
}
.trailbox.column {
  width: 300px;
  vertical-align: top;
}
.trailbox {
  font-size: 28px;
  font-weight: 700;
  color: #034001;
  text-align: center;
}
.trail-box{
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #6c3f21;
}

#footer-content {
  background-color: #034001;
  max-width: 960px;
  margin: 0 auto;
}
#footer-left {
 font-size: 16px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;

}

footer-center {
	
	width: 100%;
	font-size: 12px;
	background-color: #034001;

}

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

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

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

#footer-left {
	width: 30%;
}

#footer-left a {
    color: #fff;
}

#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;
}
