﻿body {
    margin: 0;
    background-color: #4e4646;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
}

#top {
    margin: 0 auto;
    width: 100%;
    background-color: #B51F44;
    min-height: 120px;
    min-height: 125px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 100;
}

#wrapper {
    margin: 0 auto;
    max-width: 1140px;
    min-height: 100%;
    background-color: transparent;
}

a {
    color: white;
}
    a:hover {
        color: goldenrod;
    }

h1, h2, h3, h4 {
    max-width: 100%;
    font-family: 'Dancing Script', cursive;
    text-shadow: 2pt 2pt 2pt black;
    padding: 10px 5px 10px 5px;
    margin: 0;
}
h1 {
    font-size: 4.0em;
}
h2 {
    font-size: 2.75em;
}
h3 {
    font-size: 2.5em;
    text-align:center;
}
h4 {
    font-size: 1.55em;
}

hr {
    border-color:lightslategrey
}

p {
    padding: 5px 5px;
    margin: 0 0;
    font-size: 1.30em;
}

ul {
    font-size: 1.30em;
    text-align: left;
}

#header {
    margin: 0 auto;
    max-width: 1140px;
    font-family: 'Dancing Script', cursive;
    font-size: 45pt;
    font-weight: bolder;
    color: white;
    text-shadow: 2px 2px 2px black;
    min-height: 120px;
    text-align: left;
    background-color: transparent;
    padding: 0 0 0 10px;
}

.title {
    float: right;
    text-align: right;
    padding: 50px 20px 0 10px;
    font-size: 27pt;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.left {
    float: left;
    width: 75%;
    display: inline-block;
    text-align: right;
}
.left .image {
    float: right;
    margin: 5px;
    border: 2px solid white;
}

.right {
    float:right;
    width: 75%;
}
.right .image {
    float: left;
    margin: 5px;
    border: 2px solid white;
}


#Menu {
    width: 100%;
    text-align: center;
    padding: 0;
    background-color: #B51F44;
}

    #Menu ul {
        display: inline-block;
        margin: 0;
        padding:0;
        list-style: none;
        text-align: center;
    }

        #Menu ul li {
            padding: 5px 1px 5px 1px;
            margin: 0;
            display: inline-block;
        }

            #Menu ul li a {
                font-family: Arial;
                display: block;
                font-weight: bold;
                font-size: 15pt;
                color: #B51F44;
                text-shadow: 1px 1px 1px white;
                border: 1px solid black;
                border-radius: 15px;
                background-color: lightgrey;
                text-decoration: none;
                outline: none;
                text-transform: uppercase;
            }

                #Menu ul li a:hover {
                    color: #B51F44;
                    background-color: white;
                    border: 1px solid #B6CCB1;
                }

                #Menu ul li a.selected {
                    color: dimgrey;
                    background-color: black;
                    border: 1px solid #ECE1DD;
               }

#content {
    clear: both;
    margin: 0;
    width: 100%;
    min-height: 80vh;
    background-color: transparent;
    overflow: auto;
    padding-bottom: 180px;
}

#footer {
    position: fixed;
    bottom: 0; /* negative value of footer height */
    min-height: 40px;
    clear: both;
    width: 100%;
    font-size: 10pt;
    background-color: #B51F44;
    color: white;
    text-shadow: 1px 1px 1px black;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 10pt;
    padding: 10px 0;
}

.btnlarge {
    width: 320px;
    height: 30px;
    border: 2px solid silver;
    border-radius: 10px;
    background-color: transparent;
    color: silver;
    font-size:12pt;
    font-weight: bold;
}
    .btnlarge:hover {
        background-color: silver;
        color: black;
        font-weight: bold;
    }

.txtbox {
    width: 320px;
    height:30px;
    border: 2px solid silver;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-size: 12pt;
}

.calendar {
    width: 320px;
}
