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

html {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}

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

#header-content nav {

    position: absolute;
    left: 57.1428571429%; /*960/1680*/
    top: 99px;
}

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

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

#header-content a:link {
    padding: 10px auto;
}

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


/* Header End */

/* About Page Start */



#wrapper-about h1 {
    color: #034001;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 1.875em;
    margin-bottom: 16px;
    text-transform: capitalize;
    text-align: center;
}

#wrapper-about p {
    font-family: 'Jost', sans-serif;
    font-size: 1.375em;
    line-height: 150%;
    margin-top: 10px;
}


#spirit-content {
    width: 57.1428571429%; /*960/1680*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* About Page End*/

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

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

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

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

#explore a {
    font-size: 1.25em; /* 20/16 */
    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: 100%; /*960/1680 */
    margin: 0 auto;
}

section {
    width: 60.4166666667%; /*(580/960 works) (580/1680 does not)*/
    height: 340px;
    margin: 66px 2.08333333333%; /*20/960 */
    position: relative;   
}

section:hover .discover-content {
    transform: scale(1.25);
}

.discover-content {
    position: absolute;
    top: 45%;
    right: 20%;
    left: 20%;
    transition: .5s ease;
}

section img {
    opacity: 1;
    height: 340px;
   
    transition: 1s ease;
}

section:hover img {
    opacity: .5;
}

section a {
    font-size: 1.25em; /* 20/16 */
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #034001;
    border: 20px #034001 solid;
    font-family: 'Jost', sans-serif;
    display: block;
     /*280/1680*/
    text-align: center;
}

#spirit-content .trail-gallery:first-child {
    width: 65.625%; /* (600px (width of pic) + 30px (margin)) / 960px */
}

#spirit-content .trail-gallery {
    width: 31.25%; /* (300px / 960px */
}

#spirit-content img {
    width: 100%; 
}

aside {
    
    width: 33.3333333333%; /*320/960*/
    height: 340px;
    margin: 66px 2.08333333333%; /*20/960 */

}
aside h1 {
    font-size: 1.875em; /* 30/16 */
    color: #034001;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    margin-bottom: 6px;

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



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

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

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


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

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

.trail-box {
    display: inline-block;
    width: 17.8571428571%; /*300/1680*/
    vertical-align: top;
    margin: 6px 0.35714285714%; /*6/1680*/
    text-align: center;
}

/* Footer Start */

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

#footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0.53571428571%; /*9/1680*/
    
}



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

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

#footer-content img {
    height: 50px;
   margin: 9px 0.53571428571%; /*9/1680*/
}

#footer-left {
    display: inline-block;
    width: 17.8571428571%; /*300/1680*/
    
}

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

#footer-center {
    display: inline-block;
    width: 17.8571428571%; /*300/1680*/
    margin-right: 7.14285714286%; /*120/1680*/
    text-align: center;
}

#footer-right {
    display: inline-block;
    width: 17.8571428571%; /*300/1680*/
    
    
    
}

#footer-right h3 {
    text-align: right;
    margin-right: 1.96428571429%; 
}

footer p {
    font-size: 1em; /* 16/16 */
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 300;
    
}
.footercopyright {
    font-size: .9em;
    text-align: center;
    margin: 9px 0;
}

/* Footer End */


/*Slideshow*/

#slideshow-wrapper {
    width: 100%;
    height: 525px;
}

#slideshow {
    width: 100%;
    height: 525px;
    overflow: hidden;
    white-space: nowrap;
}

#slideshow img {
    width: 100%;
    height: 100%;
    display: inline-block;

}

.rectangle {
    display: inline-block;
    background-color: #f0ebe8;
    width: 26px;
    height: 5px;
    margin-right: 15px;
}

#rectangle-nav {
    margin-top: -50px;
    text-align: center;
}

/*Slideshow*/

/*PHP Table*/

#colspan2 {
    text-align: center;
    font-weight: 900;
}

table {
    border: #000 1px solid;
}

table, th, td {
    border:1px solid black;
  }



/*PHP Table*/





/* Media Queries */

@media only screen and (max-width: 1024px) {
   
    #header-content img {
       display: block;
       margin: auto;
    }
    
    #header-content nav {
        display: block;
        margin: auto;
    }

    #banner {
        height: 300px;
    }

    #slideshow{
        height: 300px;
    }

    #rectangle-nav {
        margin: -30px;
    }

    #explore h1 {
        top: 60px;
    }

    #explore h4 {
        top: 80px;
    }

    #explore a {
        top: 120px;
    }

    section img {
        height: 300px;
        width: 100%;
    }

    section a {
        font-size: 1em;
    }

    .discover-content {
        top: 35%;
    }
    
    aside h1 {
        font-size:  1.5em;
    }
    aside p {
        font-size: 1em;
    }

    .trail-box {
        margin: -30px -30px; 
        height: 300px;
        width: 60%;
    }

    #trail-content img {
         
        height: 150px;
    }

    #trail-content h3 {
        font-size: 1.25em;
    }

    #trail-content p {
        font-size: 1em;
        line-height: 150%;
        margin-bottom: 6px;
        
    }

    #trail-content {
        display: flex;
        flex-direction: column;
    }
    .trail-box {
        width: 60%;
    }

    #footer-right h3{
        text-align: left;
    }

    .footercopyright {
        font-size: .9em;
        text-align: center;
        margin: 9px 0;
    }
   
}


@media only all and (max-width: 480px) {
    #header-content nav li a {
        display: block;
    }

    .h1 {
        display: none;
    }

    .h4 {
        display: none;
    }

    #banner {
        height: 200px;
    }

    #slideshow{
        height: 200px;
    }


    #explore a {
        top: 90px;
        border: none;
        background-color: transparent;
    }
    
    #wrapper-white {
        display: flex;
        flex-direction: column;
    }

    section {
        width: 100%;
        margin: 16px auto; /*20/960 */
    }

    aside {
        width: 100%;
        margin: 0 auto; /*20/960 */
        text-align: center;
    }

    .trail-box {
        width: 100%;
        margin-bottom: auto;
        margin-top: auto;
    }

    #footer-content {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        padding: 16px 10%;

    }
    
    #footer-content img {
        height: 40px;
        margin: 12px 3%;
    }

    footer {
        width: 100%;
    }

    #footer-left {
       margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    #footer-center {
        margin: 0 auto;
        width: 100%;
    }

    #footer-right {
       margin: 0 auto;
        width: 100%;
    }

    #footer-right h3{
        text-align: center;
    }

    .footercopyright {
        font-size: .9em;
        text-align: center;
        margin: 9px 0;
    }
}