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

html {
    width: 100%;
    max-width: 1680px;
}

/* Header Start */
header {
    position: relative;
}
 
#header-content {
    width: 960px;
  margin: 12px auto;
  float: none;
  
 
}

#header-content nav {

    position: absolute;
    left: 960px;
    top: 99px;
}

#header-content nav li {
    display: block;
    float: left;
    margin-left: 33px;
}

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

#header-content a {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #034001;
    font-family: 'Jost', sans-serif;
}

/* Header End */

#banner {
 background-image: url(images/clear-lake-banner.jpg) ;
 width: 1680px;
 height: 525px;
}

#explore {
    text-align:center;
    position: relative;
    
}

#explore h1 {
    font-size: 56px;
    font-weight: 700;
    text-align:center;
    position: relative;
    color: #fff;
    margin-bottom: 6px;
    top: 180px;
    font-family: 'Jost', sans-serif;
}

#explore h4 {
    font-size: 26px;
    font-weight: 700;
    text-align:center;
    position: relative;
    color: #fff;
    margin-bottom: 6px;
    top: 200px;
    font-family: 'Jost', sans-serif;
}

#explore a {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    background-color: #034001;
    border: 20px #034001 solid;
    top: 240px;
    font-family: 'Jost', sans-serif;
}



#wrapper-white {
    display: flex;
    flex-direction: row;
    width: 960px;
    margin: 0 auto;
}

section {
    width: 580px;
    height: 340px;
    margin: 66px 20px;
    
}

section a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #034001;
    border: 20px #034001 solid;
    font-family: 'Jost', sans-serif;
    position: relative;
    top: -180px;
    left: 125px;
}

aside {
    
    width: 320px;
    height: 340px;
    margin: 66px 20px;

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

}
aside p{
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    color: #000;
    font-family: 'Jost', sans-serif;
}



#wrapper-trails {
    width: 1680px;
    display: inline-block;
    background-color: #f0ebe8;
    text-align: center;
    
}

#trail-content {
   display: flex;
    align-items: center;
    justify-content: center;
    
}

#wrapper-trails h2 {
    font-size: 28px;
    font-weight: 700;
    color: #034001;
    font-family: 'Jost', sans-serif;
    margin: 33px 0;
    text-transform: uppercase;
}


#trail-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #034001;
    font-family: 'Jost', sans-serif;
    margin: 12px 0;
}

#trail-content p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: 'Jost', sans-serif;
    margin-bottom: 20px;
    line-height: 33px;
}

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

/* Footer Start */

footer {
    background-color: #034001;
    width: 1680px;
    display: inline-block;
}

#footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 9px;
    
}



#footer-content h3 {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 700;
}

#footer-content p {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 300;
    margin: 18px 0;
}

#footer-content img {
    height: 50px;
   margin: 9px 9px;
}

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

#footer-left a {
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 300;
    margin: 18px 0;
    
}

#footer-center {
    display: inline-block;
    width: 300px;
    margin-right: 120px;
    text-align: center;
}

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

#footer-right h3 {
    text-align: right;
    margin-right: 33px;
}

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

/* Footer End */