﻿body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    background-color: white;
}

#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.75em;
                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;
                    font-size: 0.8em;
                    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;
}

#Quotes {
    font-size:0.9em;
    color: darkgreen;
    margin: 0 50px 0 50px;
    text-align: center;
}

#Content {
    clear: both;
    width: 100%;
    margin: 0;
    min-height: 64vh;
    font-size: 0.9em;
    padding: 5px 15px;
}

#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: green;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 0.75em;
    font-weight: bold;
    padding: 15px 0;
}

#Chart1 {
    width: 95%;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: green;
    margin: 10px 0;
    padding: 0 0;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.4em;
    margin:0;
    padding: 10px 0;
}

h4 {
    font-size: 1.2em;
    margin: 0;
    padding: 10px 0 5px 0;
}

p {
    font-size: 1.1em;
    text-align: justify;
}

table {
    width: 95%
}
tr{
    vertical-align:top;
}
th {
    color: green;
    font-size: 1.1em;
    font-weight: bold;
}
td {
    padding: 2px 5px;
}

input {
    text-align: right;
}

ul {
    font-size: 1.1em;
    text-align: left;
}

#lblYear {
    font-size: inherit;
}

#Chart1 {
    padding:0 0;
}

.calendar {
    color: darkgreen;
    background-color: rgb(121 237 141);
    caption-side: top;
}