﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Caudex&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');

body {
    background-image: url(/images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: 'Caudex', sans-serif;
    font-size: 14px;
    color: black;
}



h1 {
    font-size: 18px;
    color: #555;
    font-weight: 700;
}

#wrapper {
    margin: auto;
    margin-top: 180px;
    width: 1005px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 4px rgba(256,256,256,0.6);
}

#wrapperFW {
    margin: auto;
    margin-top: 180px;
    width: auto;
    min-width: 1020px;
    max-width: 1300px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 4px rgba(256,256,256,0.6);
}

#header{
    float:left;
    margin-top: -185px;
    width: 100%;
    text-align: center;
    position: relative;
    height: 175px;
}

#topHalf {
    min-height: 520px;
    max-height: 520px;
    background-color: rgba(235,234,230,.65);
}

#message {
    background-color: rgba(255,255,255,0.99);
    height: 350px;
    width: 255px;
    margin-left: 20px;
    margin-top: 35px;
    float: left;
    font-size: 14px;
    overflow: hidden;
}

#message img { 

 }

 #messageTitle 
 {
    font-size:21px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
 }

 #messageBody
 {
    font-family: 'Cabin', regular;
    padding-left: 10px;
    padding-right: 10px;
 }

#centerTop {
    font-family: 'Playfair Display', sans-serif;
    color: #314628;
    float: left;
    width: 370px;
    height: 375px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-left: 35px;
    margin-top: 20px;
    margin-right: 20px;
}

    #centerTop p {
        text-align: center;
    }

.navLinks:hover {
    text-decoration: none;
}

.blue {
    color: color: #314628 !important;
}

#navBar {
    height: 60px;
    float: left;
    font-family: 'Playfair Display', sans-serif;
}

#navBar a:link, #navBar a:hover, #navBar a:visited {
        float: left;
        padding: 10px;
        color: #314628;
        font-size: 20px;
        font-weight: 700;
        padding-left: 0px;
        padding-right: 40px;
        margin-left: 35px;
        text-decoration: none;
    }

#rotateBox {
    position: fixed;
}

#hpRotatingImages {
    background-image: url(/images/photoframe.png);
    width: 395px;
    height: 294px;
}

    #hpRotatingImages img {
        position: absolute;
    }

#rotateImgHolder {

    width: 395px;
    height: 294px;
    margin-left: 20px;
    padding-top: 20px;
}

#rightMenu {
    margin-left: 35px;
    margin-top: 30px;
    width: 220px;
    float: left;
}

#innerWrapper {
    background-color: white;
    min-height: 300px;
}

#newsSection {
    font-family: 'Cabin', regular;
    padding-top: 15px;
    width: 500px;
    margin-right:125px;
    float: left;
}

#officeSection {
    padding: 25px;
    width: 380px;
    float: left;
}

#officeLocations {
    font-family: 'Cabin', regular;
    width: 330px;
    margin-left: 25px;
}

.newsTitle {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 5px;
}

#bottomHalf {
    height: 100%;
    width: 1005px;
}

#footer {
    padding: 5px;
    background-color: white;
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

#ModalContainer {
    display: none;
}

/* Secondary Page Specific Elements & Classes */
.navSecondaryPage {
    background-color: White;

}

#innerWrapperSecondary {
    background-color: White;
    min-height: 600px;
}

.wrapperSecondary {
    background-color: White;
}

#secondaryNavBarTwo {
    height: 60px;
    float:left;
    font-family: 'Caudex', sans-serif;
}

#secondaryNavBarTwo a {
    margin-right:28.1px;
}

#content {
    padding: 15px;
    min-height: 560px;
    float: left;
    width: 985px;
    background-color: White;
    margin-left: 10px;
}

#contentFW {
    padding: 15px;
    min-height: 560px;
    float: left;
    width: 98%;
    min-width: 1000px;
    max-width: 1280px;
    background-color: White;
    border: 1px solid black;
    margin-left: 13px;
}

#PageTitleContainer {
    padding: 0px 15px 15px 0px;
    font-family: 'Caudex', sans-serif;
    color: #314628;
    font-size: 30px;
    font-weight: 700;
}

#footer2 {
    padding: 5px;
    background-color: White;
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

#avalon {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/* Print Styles */
@media print {
    #header, #navBar, #navSecondaryPage, #secondaryNavBarTwo, #footer, #footer2, #PageTitleContainer {
        display: none;
    }

    #wrapper {
        margin-top: 0px;
        min-width: initial;
        max-width: initial;
    }
}







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

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

    .mobileHeader {
        vertical-align: middle;
        font-family: 'Libre Baskerville', serif;
        font-size: 13px;
        font-weight: bold;
        font-stretch: condensed;
        font-size: 26px;
        padding: 9px 28px 3px 0;
        color: #314628;
    }

    .mobileSubHeader {
        vertical-align: middle;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        font-style: italic;
        font-stretch: condensed;
        font-size: 18px;
        color: #314628;
        margin-left: -35px;
    }

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

        #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 #333 1px;
        }

    #mobileMenuHome {
        background-image: url(/images/mobile/portrait.png);
        background-position: center bottom;
        background-size: 486px auto;
        background-repeat: no-repeat;
        width: 100%;
        text-align: left;
    }

        #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;
            font-weight: bold;
            line-height: 45px;
        }

    #headerMenu {
        color: #314628;
        vertical-align: top;
        background-color: #b4d3e4; /* header bg color */
        border-bottom: 3px solid black;
        -webkit-background-size: 400px 50px;
    }

    #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: #335a46;
        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.png);
        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;
            }

    #contentMobile {
        padding: 5px;
        width:100%
        min-height: 710px;
    }
}

@media all and (orientation:landscape) {
    #mobileMenuHome {
        background-image: url(/images/mobile/landscape.png);
        background-position: center center;
        background-size: 152%;
        background-repeat: no-repeat;
        width: 100%;
    }
}