﻿#Banner {
    width: 100%;
    min-height: 50px;
    margin: 0;
    top: 0;
    position: sticky;
    background-color: rgb(245 254 233 / 0.99);
    z-index: 100;
}

#Header {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    #Header .coy {
        float: left;
        max-width: 50%;
        min-width: 320px;
        min-height: 50px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 0.9em;
        font-weight: bold;
        color: darkseagreen;
        text-shadow: .5px .5px .5px green;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin: 2px 0;
        padding: 15px 0 5px 50px;
        border-top: 1px solid darkgreen;
        border-bottom: 1px solid darkgreen;
        background-image: url('../Images/Logo3.png');
        background-repeat: no-repeat;
        background-size: 48px;
    }

    #Header .nav {
        float: right;
        text-align: right;
        max-width: 85%;
        min-height: 30px;
        margin: 2px 0 0 0;
        padding: 9px 10px 5px 10px;
        border-top: 1px solid darkgreen;
        border-bottom: 1px solid darkgreen;
    }

        #Header .nav ul {
            display: inline-block;
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

            #Header .nav ul li {
                padding: 1px 0 3px 9px;
                display: inline-block;
            }

                #Header .nav ul li a {
                    font-family: Arial;
                    display: block;
                    font-family: 'Roboto', sans-serif;
                    font-size: 0.7em;
                    color: darkgreen;
                    background-color: transparent;
                    text-decoration: none;
                    outline: none;
                    text-transform: uppercase;
                    letter-spacing: .1em;
                    padding: 0 0 2px 0;
                }

                    #Header .nav ul li a:hover {
                        color: darkseagreen;
                        border-bottom: 1px solid darkgreen;
                    }

                    #Header .nav ul li a.select {
                        color: green;
                        font-weight: bold;
                        border-top: 1px solid green;
                        border-bottom: 1px solid green;
                    }

#Wrapper {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background-color: white;
}

#TopPic {
    clear: both;
    margin: 0 auto;
    width: 100vw;
    max-width: 1100px;
    height: 50vw;
    max-height: 400px;
    min-height: 250px;
    background-size: cover;
    font-size: 1.1em;
    text-align: center;
    text-shadow: 1px 1px 1px green;
    transition-duration: 2s;
}

#Content {
    clear: both;
    width: 100%;
    margin: 0;
    min-height: 64vh;
    font-size: 0.9em;
    padding: 5px 10px;
}

#Footer {
    clear: both;
    position: fixed;
    bottom: 0px; /* negative value of footer height */
    width: 100%;
    min-height: 30px;
    position: sticky;
    background-color: rgb(245 254 233 / 0.99);
    color: mediumseagreen;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: .75em;
    font-weight: bold;
    padding: 15px 0;
}
