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

header {
    width: 100%;
    background-color: white;
}

body {
    font-family: Jost;
}

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

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

nav {
    position: absolute;
    left: 350px;
    top: 80px;
}

nav ul {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

nav li {
    display: inline-block;
    margin: 15px;
    padding-right: 80px;
}

nav a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 300;
}

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

#banner {
    width: 100%;
    height: 525px;
    background-image: url('./images/clear-lake-banner.jpg');
    background-size: cover;
    position: relative;
}

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

#explore h1 {
    font-size: 56px;
    font-weight: 700;
    color: white;
}

#explore h4 {
    font-size: 26px;
    font-weight: 700;
    color: white;
}

#explore a {
    transition: 0.25s ease;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-top: 10px;
    background-color: rgb(1, 76, 1);
    padding-top: 10px;
    width: 230px;
    height: 30px;
}

#explore a:hover {
    transition: 0.25s ease-out;
    font-size: 21px;
}

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

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

#wrapper-white section a{
    transition: 0.25s;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: white;
    background-color: #034001;
    display: block;
    padding-top: 10px;
    width: 260px;
    height: 30px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
}

#wrapper-white section a:hover {
    transition: 0.25s ease-out;
    font-size: 21px;
}

#wrapper-white aside {
    width: 320px;
}

#wrapper-white aside h1{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #034001;
}

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

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

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

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

.trail-box {
    width: 300px;
    height: 290px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.trail-box h3{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #034001;
    padding: 5px;
}

.trail-box p{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    line-height: 150%;
    bottom: 0;
}

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

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

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


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

#footer-left a{
    text-decoration: none;
    color: #fff;
}

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

#footer-left h3{
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

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

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

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

#footer-center h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

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

#footer-right a{
    text-decoration: none;
    color: #fff;
}

#footer-right h3{
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

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