/* ----------------------------------------- */
/* Globals and Resets - Do not alter         */
/* ----------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
    color: #000;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

.clear {
    clear: both;
}

.grayBackground {
    background-color: #393939;
}

.footerBackground {
    background-color: white;
}

.grayText {
    color: #393939;
}

.greenBackground {
    background-color: #A0C505;
}

.greenText {
    color: #A0C505;
}

/* -------------------------------------- */
/* Main Layout Divs                       */
/* -------------------------------------- */
#wrapper {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

#nav {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    height: 59px;
}

#homepage #headline {
    width: inherit;
    height: 200px;
}

#subpage #headline {
    width: inherit;
}

#content {
    width: 950px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

#homepage #leftCol {
    width: 100%;
    height: auto;
    float: left;
}

#subpage #leftCol {
    width: 100%;
    height: auto;
    float: left;
}

#header {
    background-color: white;
    height: 80px;
}

#footer {
    width: 100%;
    color: black;
    height: 40px;
}



/* -------------------------------------- */
/* Global Text Styles - Alter These       */
/* -------------------------------------- */
p {
    font-size: .9em;
    color: #858f97;
    line-height: 1.4em;
    padding: 0px 0px 10px 0px;
}
    /* Text Link Styles */
    p a:link {
        color: #858f97;
        padding: 2px;
        font-weight: bold;
    }

    p a:visited {
        color: #858f97;
    }

    p a:hover {
        color: #2e7aad;
        background: #ecf4f9;
        border-bottom: 1px solid #b3d1e5;
    }

    p a:active {
        color: #858f97;
    }
/* Headline Styles */
h1 {
    font-size: 1.6em;
    font-weight: bold;
}

h2 {
    font-size: 1em;
    font-weight: normal;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}

h5 {
    font-size: .9em;
    font-weight: bold;
}
/* Lists inside body copy */
#content ul {
    margin: 10px 0px 10px 20px;
}

    #content ul li {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 5px;
        list-style-image: url(../images/arrow.jpg);
        font-size: .9em;
        color: #858f97;
    }

        #content ul li a {
            color: #2e7aad;
            font-weight: bold;
            padding: 5px 5px 5px 0px;
        }

            #content ul li a:hover {
                color: #FFF;
                background: #2e7aad;
            }
/* add 'class="link"' to your <a> links to give it this style */
.link {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background: #ecf4f9;
    border-bottom: 2px solid #b3d1e5;
    color: #408bbe;
    font-weight: bold;
}

a:hover.link {
    background: #408bbe;
    color: #FFF;
    border-bottom: 2px solid #408bbe;
}
/* Misc text styles */
.quote {
    color: #d74c52;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
}

.floatRight {
    text-align: right;
}
/*  Global text color Classes  */
.grey {
    color: #858f97;
}

.dark-grey {
    color: #48494a;
}

.red {
    color: #d74c52;
}

.blue {
    color: #2e7aad;
}

.green {
    color: #86a625;
}

.orange {
    color: #c9a82d;
}

.white {
    color: #FFF;
}


/* -------------------------------------- */
/* Logo Text                              */
/* -------------------------------------- */
#header h1 {
    padding: 70px 0px 5px 0px;
}

#header h2 {
}



/* -------------------------------------- */
/* Top Navigation bar                     */
/* -------------------------------------- */

#nav ul {
    padding-left: 0;
    margin-left: 0;
    color: White;
    float: left;
    width: 100%;
}

    #nav ul li {
        display: inline;
    }

        #nav ul li a {
            padding: 20px;
            color: White;
            text-decoration: none;
            float: left;
            font-weight: bold;
        }

            #nav ul li a:hover, #nav .selected {
                padding: 19px;
                background-color: #A0C505;
                color: black;
                border: 1px solid #d3d3d3;
            }



/* -------------------------------------- */
/* Headline\Call Out Area                 */
/* -------------------------------------- */
#headline {
    overflow: hidden;
    text-align: center;
}

    #headline .text {
        width: 584px;
        height: auto;
        float: left;
    }

    #headline .image {
        width: 357px;
        height: 200px;
        background: url(../images/image_headline.jpg) no-repeat;
        float: right;
    }

#homepage #headline h3 {
    padding-top: 40px;
}

#subpage #headline h3 {
    padding-top: 20px;
}

#headline p {
    font-size: 1em;
    padding: 10px 0px 20px 0px;
    line-height: 1.3em;
}



/* -------------------------------------- */
/* Content Blocks                         */
/* -------------------------------------- */
#homepage .largeBox {
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    background: #FFF;
    border: 5px solid #cdd7df;
}

#homepage .mediumBox {
    width: 305px;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    background: #FFF;
    border: 5px solid #cdd7df;
}

#homepage .smallBox {
    width: 158px;
    height: auto;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    background: #FFF;
    border: 5px solid #cdd7df;
    font-size: .8em;
    float: left;
}

#subpage .largeBox {
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    background: #FFF;
    border: 5px solid #cdd7df;
}

#subpage .mediumBox {
    width: 217px;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    background: #FFF;
    border: 5px solid #cdd7df;
}

#subpage .smallBox {
    width: 158px;
    height: auto;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    background: #FFF;
    border: 5px solid #cdd7df;
    font-size: .8em;
    float: left;
}

#homepage .last {
    margin: 0px; /* do not alter this */
}

.largeBox h3, .mediumBox h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #CCC;
}

.smallBox h4 {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #CCC;
}



/* -------------------------------------- */
/* News Box Styles                        */
/* -------------------------------------- */
.newsEntry {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

    .newsEntry .title {
        width: 69%;
        height: auto;
        padding: 0px 0px 0px 0px;
        float: left;
    }

        .newsEntry .title a {
            font-size: .9em;
            font-weight: bold;
        }

    .newsEntry .date {
        width: 30%;
        height: auto;
        padding: 5px 0px 0px 0px;
        font-size: .6em;
        color: #999;
        float: right;
        text-align: right;
    }

    .newsEntry .text {
        width: 100%;
        height: auto;
        padding: 2px 0px 0px 0px;
        float: left;
        font-size: .8em;
    }



/* -------------------------------------- */
/* Contact Form Styles                    */
/* -------------------------------------- */
.form {
    width: 500px;
    height: auto;
    padding: 10px;
    color: #a0a1a1;
    font-size: .9em;
    overflow: hidden;
}

    .form .space {
        width: inherit;
        height: 35px;
    }

    .form .row {
        width: inherit;
        height: auto;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 15px 0px;
        overflow: hidden;
    }

    .form .col2-1 {
        width: 120px;
        height: inherit;
        float: left;
        padding: 0px 0px 5px 0px;
    }

    .form .col2-2 {
        width: 500px;
        height: inherit;
        float: left;
    }

    .form .input {
        width: 400px;
        padding: 4px;
        border: 1px solid #CCC;
        background: url(../images/background_form.jpg) repeat-x;
        color: #858f97;
    }



/* -------------------------------------- */
/* Footer Styles                          */
/* -------------------------------------- */
#footer .text {
    width: 950px;
    color: black;
    margin: 0px auto;
    color: #93a9b9;
    font-size: .8em;
}

#footer .links {
    width: 50%;
    color: black;
    padding: 0px 0px 10px 0px;
    float: left;
}

#footer .copyright {
    color: black;
    width: 40%;
    padding: 0px 0px 10px 0px;
    float: right;
    text-align: right;
}

#footer a {
    color: black;
}

    #footer a:hover {
        color: #FFF;
    }

.matchBox {
    width: 800px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

    .matchBox a {
        text-decoration: none;
    }

        .matchBox a:hover {
            color:darkre;
        }

    .matchBox .team {
        width: 350px;
        height: auto;
        float: left;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .matchBox .vs {
        width: 100px;
        height: 50px;
        float: left;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }


    .matchBox .divider {
        width: 800px;
        float: left;
        height: 2px;
        background-color: dimgray;
    }


/* The fixed top menu bar */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    z-index: 1000; /* keeps it above other content */
}

.newcontent {
    margin-top: 150px;
    padding: 20px;
    overscroll-behavior-y:none;
}

.floating-btn {
    position: fixed;
    bottom: 20px; /* distance from bottom */
    right: 20px; /* distance from right */
    background-color: cornflowerblue;
    color: white;
    padding: 5px 5px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000; /* stays above everything */
}

.floating-btn2 {
    background-color: white;
    color: black;
    padding-right: 5px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

    .floating-btn:hover {
        background-color: #0056b3;
    }
