﻿@import 'https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps';
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import 'https://fonts.googleapis.com/css?family=Karma';

a 
{
    color: #a4422c;
}

body {
    font-size: 14px;
    color: #5a5b5b;
    background-size: 1800px 247px; /*should be size of image*/
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #d5d6d3;
    font-family: 'Cabin', sans-serif;
}

#banner {
    background-color: rgb(247, 60, 60);
    color: rgb(73, 150, 252);
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    font-family: 'Cabin', sans-serif;
}

#wrapper {
    margin: auto;
    width: 1000px;
}

#wrapperFW {
    margin: auto;
    width: auto;
    min-width: 1000px;
    max-width: 1300px;
}

#header {
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto;
    height: 247px;
}

#header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#wrapper {
    width: 1000px;
}

#nav {
    background: #acb2b0; /* Old browsers */
    background: -moz-linear-gradient(top, #acb2b0 0%, #89abc5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #acb2b0 0%,#89abc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #acb2b0 0%,#89abc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb2b0', endColorstr='#89abc5',GradientType=0 ); /* IE6-9 */
    width: 1000px; /*May have to change depending on bg image*/
    height: 40px;
    margin-top: -31px;
    z-index: 3;
}

    #nav ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        font-family: 'Karma', serif;
        font-size: 18px;
        padding-top: 6px;
        padding-left: 20px;
        float: left;
    }

    #nav li {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding: 0 0px 0 84px;
    }

    #nav a {
        text-align: center;
        padding: 5px 0 5px 0;
        margin: 0;
        display: block;
        color: white;
    }

        #nav a:hover {
            border: none;
            font-weight: bold;
            text-decoration: none;
        }

#navSides {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
}

#navFloat {
    margin: auto;
    width: 980px;
    height: 40px;
}

#navLeft, #navRight {
    background: #acb2b0; /* Old browsers */
    background: -moz-linear-gradient(top, #acb2b0 0%, #89abc5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #acb2b0 0%,#89abc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #acb2b0 0%,#89abc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb2b0', endColorstr='#89abc5',GradientType=0 ); /* IE6-9 */
    width: 1000px;
    height: 40px;
    float: left;
    z-index: -1;
}

#navLeft {
    margin-left: -1000px;
}

    #navLeft img {
        float: right;
        z-index: -1;
    }

#navRight {
    margin-left: 980px;
}


    #navRight img {
        margin-top: -15px;
        z-index: -1;
    }

#navMiddle {
    width: 980px;
    height: 40px;
    margin: auto;
    position: absolute;
    z-index: -1;
}

#searchBTN {
    background: #b2afad; /* Old browsers */
    background: -moz-linear-gradient(top, #b2afad 0%, #984634 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b2afad 0%,#984634 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b2afad 0%,#984634 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2afad', endColorstr='#984634',GradientType=0 ); /* IE6-9 */
    font-family: 'Bilbo Swash Caps', cursive;
    color: white;
    font-size: 28px;
    line-height: 22px;
    padding: 3px 5px 5px 5px;
    margin-right: 12px;
    height: 60px;
    width: 218px;
    border-top: solid 4px #f4eee6;
    border-right: solid 4px #65352a;
    border-bottom: solid 4px #58180e;
    border-left: solid 4px #b49189;
    float: right;
}

#content {
    padding: 10px 15px 15px 15px;
    background-color: #f0f1f3;
}

#news {
    width: 320px;
    line-height: 20px;
    float: left;
}

    #news img {
        float: left;
    }

    #news .title {
        font-size: 30px;
        margin-top: 10px;
        float: left;
        letter-spacing: 2.6px;
    }

#newsContent {
    background-color: #d5d6d3;
    margin-top: -20px;
    padding: 20px 10px 10px 10px;
    height: 250px;
}

#rotating {
    background-color: #e7e8ea;
    float: left;
    width: 410px;
    height: 310px;
    padding: 15px 20px 0 20px;
    margin: 0 10px 0 15px;
}

#rotate {
    width: 370px;
    height: 263px;
}

    #rotate img {
        width: 370px;
        position: absolute;
        border: 2px solid black;
    }

#links {
    background-color: #d5d6d3;
    margin-top: 10px;
    float: left;
    width: 215px;
    height: 290px;
    font-size: 14px;
}

    #links img {
        float: left;
    }

    #links .title {
        font-size: 30px;
        margin: 15px 0 0 49px;
        position: absolute;
        float: left;
    }

    #links a{
        color: #a4422c;
    }

#linksContent {
    padding: 10px;
    font-size: 14px;
}

#welcomeTitle {
    float: left;
    font-size: 30px;
    margin: 10px 0 10px 20px;
    width: 100%;
    letter-spacing: 2.6px;
}

#official {
    float: left;
    width: 320px;
    background-color: #d5d6d3;
    padding: 0 10px 10px 0px;
    box-shadow: 2px 2px 2px black;
    height: 215px;
    text-align: center;
}

    #official img {
        float: left;
        padding-top: 25px;
    }

#officialText {
    float: left;
    width: 56%;
    padding-right: 5px;
    font-size: 12px;
}

#welcomeContent {
    float: left;
    width: 650px;
    padding-left: 15px;
}

#main {
    float: left;
    width: 715px;
    margin-right: 40px;
}

#secondaryLinks {
    background-color: #d5d6d3;
    margin-top: -25px;
    float: left;
    width: 213px;
    margin-left: 2px;
    height: 290px;
    min-height: 500px;
}

    #secondaryLinks img {
        float: left;
    }

    #secondaryLinks .title {
        font-size: 30px;
        margin: 15px 0 0 49px;
        position: absolute;
        float: left;
    }

        #secondaryLinks a {
        color: #a4422c;
    }

#navFW {
    background: #acb2b0; /* Old browsers */
    background: -moz-linear-gradient(top, #acb2b0 0%, #89abc5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #acb2b0 0%,#89abc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #acb2b0 0%,#89abc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb2b0', endColorstr='#89abc5',GradientType=0 ); /* IE6-9 */
    width: 100%; /*May have to change depending on bg image*/
    min-width: 1000px;
    height: 40px;
    z-index: 3;
}

    #navFW ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        font-family: 'Karma', serif;
        font-size: 17px;
        padding-top: 7px;
        padding-left: 20px;
        width: 1000px;
        margin: auto;
        text-align: center;
    }

    #navFW li {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding: 0 29px 0 29px;
    }

    #navFW a {
        text-align: center;
        padding: 5px 0 5px 0;
        margin: 0;
        display: block;
        color: white;
    }

        #navFW a:hover {
            border: none;
            font-weight: bold;
            text-decoration: none;
        }

#contentFW {
    padding: 10px 15px 15px 15px;
    background-color: #f0f1f3;
    min-height: 591px;
}

#subPages {
    padding: 5px;
    margin: 5px;
}

    #subPages li {
        list-style: none;
    }

#footer {
    padding: 20px 25px;
    background-color: #989999;
    text-align: center;
    position: relative;
}

#noBold a {
    padding: 0px;
}

    #noBold a:hover {
        font-weight: normal;
        color: white;
    }

.title {
    font-family: 'Bilbo Swash Caps', cursive;
    color: #0c1b04;
    font-weight: bold;
}

#pageTitle {
    font-size: 36px;
    margin-bottom: 10px;
    color: #a5513e;
    letter-spacing: 2.6px;
}

@media print {
    #header, #nav, #pageTitle, #footer, #navFW {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        min-height: 700px;
        background: none;
        -webkit-text-size-adjust: none;
        padding: 0;
        text-align: left;
        direction: ltr;
        margin: 0;
        color: black;
    }

    #banner {
        background-color: rgb(247, 60, 60);
        color: rgb(73, 150, 252);
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
        font-family: 'Cabin', sans-serif;
    }

    #viewport {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    #mobileMenu {
        width: 190px;
        background: white;
        min-height: 100%;
        position: absolute;
        overflow: hidden;
        left: -190px;
    }

    #main{
        width: 100%;
    }

        #mobileMenu > ul {
            padding: 0px;
            margin: 0px;
        }

            #mobileMenu > ul > li {
                list-style: none;
            }

        #mobileMenu ul li > a {
            list-style: none;
            display: block;
            padding: 0 10px 0 5px;
            line-height: 30px;
            color: #111;
            text-decoration: none;
            border-bottom: solid #e1e8ef 1px;
        }

    #mobileMenuHome {
        background-image: url(/images/mobile/portrait.jpg);
        background-position: center bottom;
        background-size: 414px auto;
        background-repeat: no-repeat;
        width: 100%;
        text-align: left;
        padding-bottom: 15px;
        font-family: 'Cabin', sans-serif;
    }

        #mobileMenuHome > ul > li {
            list-style: none;
        }

        #mobileMenuHome ul li > a {
            list-style: none;
            display: block;
            padding: 0 10px 0 5px;
            line-height: 30px;
            color: #414040;
            text-decoration: none;
            font-size: 17px;
            line-height: 48px;
        }

    #headerMenu {
        color: White;
        vertical-align: top;
        background-color: #cadae7; /* header bg color */
        border-bottom: 3px solid #a44f3c;
    }

    #btnToggleMenu {
        margin: 10px;
        padding: 4px 5px 5px 4px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    #mobileTitle {
        background-color: #a44f3c;
        color: white;
        text-align: center;
        font-size: 18px;
        padding: 5px 0 5px 0;
        font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    }

    #officialPhoto {
        width: 200px;
        margin: auto;
        text-align: center;
        color: #565757;
    }

        #officialPhoto img {
            padding: 5px 0 12px 0;
        }

    #contentWrap {
        position: relative;
        height: 100%;
        min-height: 700px;
        -webkit-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -moz-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -webkit-overflow-scrolling: touch;
    }

        #contentWrap.menuVisible, #mobileMenu.menuVisible {
            -webkit-transform: translateX(190px);
            transform: translateX(190px);
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

    #homeContent {
        background: url(/images/mobile/portrait.jpg);
        background-size: contain;
        padding: 20px;
        border-bottom: 4px solid #0c374e;
    }

    #homeLinks {
        padding: 0;
        margin: 20px;
        border-top: 2px solid #0c374e;
        border-bottom: 2px solid #0c374e;
    }

        #homeLinks li {
            list-style: none;
            font-size: 15px;
            padding: 4px 0 4px 15px;
        }

            #homeLinks li a {
                color: #0c374e;
            }

    #content {
        background: white;
        padding: 5px;
    }

    #main img {
        display: none;
    }
}

@media all and (orientation:landscape) {
    #mobileMenuHome {
        background-image: url(/images/mobile/landscape.png);
        background-position: center center;
        background-size: 736px auto;
        background-repeat: no-repeat;
        padding-top: 15px;
        padding-bottom: 25px;
        width: 100%;
    }
}
