﻿/* ---------- Mobile Version ---------- */
@media only screen and (min-width: 980px) {
    .contact-wrapper-mobile, .comment-content-mobile, .mobile-images-wrapper, .mobile-footer-wrapper, .mobile-header,
    .mobile-mission-statement, .mimg-container {
        display: none;
    }

    .contact-wrapper, .comment-content, .image-gallery, .footer-wrapper, .header-bottom, .mission-statement {
        display: normal;
    }

    img.group {
        width: 330px;
        height: 250px;
        padding: 1px;
    }

    img.single {
        width: 600px;
    }
}
/* if browser window is small (max-width) */

@media only screen and (max-width: 980px) {
    .contact-wrapper-mobile, .comment-content-mobile, .mobile-images-wrapper, .mobile-footer-wrapper, .mobile-header,
    .mobile-mission-statement, mimg-container {
        display: block;
    }

    .contact-wrapper, .comment-content, .image-gallery, .footer-wrapper, .header-bottom, .mission-statement {
        display: none;
    }

    img.group {
        width: 330px;
        height: 250px;
        padding: 1px;
    }

    img.single {
        width: 330px;
    }
}

/*---------- HAMBURGER MENU ----------*/
#menu {
    color: #FFF;
    height: 45px;
    padding-left: 18px;
    border-radius: 10px;
    top: -117%;
}

    #menu ul, #menu li {
        /*margin: 0 auto;*/
        padding: 0;
        list-style: none
    }

    #menu ul {
        width: 65%;
    }

    #menu li {
        float: left;
        display: inline;
        position: relative;
    }

    #menu a {
        display: block;
        line-height: 35px;
        /*padding: 0 14px;*/
        text-decoration: none;
        color: #009a8e;
        font-size: 22px;
        font-weight: bold;
    }

        #menu a.dropdown-arrow:after {
            content: "\25BE";
            margin-left: 5px;
            float: right;
        }

    #menu li a:hover {
        color: #0099CC;
        background: #F2F2F2;
    }

    #menu input {
        display: none;
        margin: 0;
        padding: 0;
        height: 45px;
        width: 100%;
        opacity: 0;
        cursor: pointer
    }

    #menu label {
        display: none;
        line-height: 45px;
        text-align: center;
        position: absolute;
        left: 35px
    }

        #menu label:before {
            font-size: 1.6em;
            content: "\2261";
            margin-left: 20px;
        }

    #menu ul.sub-menus {
        height: auto;
        overflow: hidden;
        width: 170px;
        position: absolute;
        z-index: 99;
        display: none;
    }

        #menu ul.sub-menus li {
            display: block;
            width: 100%;
            left: 24px;
        }

        #menu ul.sub-menus a {
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 200;
        }

    #menu li:hover ul.sub-menus {
        display: block
    }

    #menu ul.sub-menus a:hover {
        background: #F2F2F2;
        color: #444444;
    }

@media screen and (max-width: 800px) {
    #menu {
        position: relative
    }

        #menu ul {
            background: #0b4069;
            position: absolute;
            top: 100%;
            left: -1px;
            z-index: 3;
            height: auto;
            display: none;
            text-align: left;
        }

            #menu ul.sub-menus {
                width: 100%;
                position: static;
            }

        /* #menu ul.sub-menus a {
                    padding-left: 30px;
                }*/

        #menu li {
            display: block;
            float: none;
            width: auto;
        }

        #menu input, #menu label {
            position: absolute;
            top: 0;
            left: 0;
            display: block
        }

        #menu input {
            z-index: 4
        }

            #menu input:checked + label {
                color: white
            }

                #menu input:checked + label:before {
                    content: "\00d7"
                }

            #menu input:checked ~ ul {
                display: block
            }
}


/*---------- LOGO / SLOGAN ----------*/
.mobile-header {
    height: 100%;
    /* border: ridge;
    border-color: red;*/
}

.mobile-logo-slogan-wrapper {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

    .mobile-logo-slogan-wrapper .mobile-logo {
        height: 50%;
        position: relative;
        top: 10%;
        left: 15%;
    }

    .mobile-logo-slogan-wrapper .mobile-slogan {
        height: 50%;
        /*left: 5%;*/
        position: relative;
    }

/*----------- MOBILE IMAGE GALLERY ------------*/
.mimg-container {
    position: relative;
    text-align: center;
    color: white;
    height: 100%;
}

.mimg-bottom-left {
    position: absolute;
    width: 50%;
    bottom: 40%;
    left: 16px;
}

    .mimg-bottom-left span {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

.mimg-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    transform: translate(-8%, -16%);
}

.mimg-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.mimg-bottom-right {
    position: absolute;
    bottom: 24%;
    right: 4%;
}

    .mimg-bottom-right span {
        font-size:18px;
        line-height:18px;
        font-weight:bold;
    }

.mimg-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:75%;
}

    .mimg-centered h2 {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

    .mimg-centered p {
        font-size: 18px;
        line-height: 18px;
    }

    .mimg-centered span {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

.mimg-centered-a {
    position: absolute;
    top:70%;
    left: 18%;
    transform: translate(-10%, -10%);
    padding-top: 5px;
}

    .mimg-centered-a p {
        font-size: 18px;
        line-height: 18px;
        font-weight:bold;
    }

/*---------- MISSION STATEMENT SECTION ----------*/
.mobile-mission-statement {
    background-color: #cee5f6;
    text-align: center;
    font-size: 14px;
    line-height: 75px;
    height: 200px;
    margin: auto;
    width: 100%;
}

    .mobile-mission-statement span {
        font-size: 24px;
        color: #005c8f;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .mobile-mission-statement p {
        vertical-align: middle;
        line-height: normal;
        font-size: 18px;
        width: 95%;
    }


/*---------- COMMENT SECTION ----------*/
.comment-content-mobile {
    height: 150px;
    background-color: #005c8f;
}

.comment-inner-mobile {
    width: 100%;
    height: 100%;
}

.comment-top-mobile {
    width: 100%;
    height: 40%;
    text-align: center;
    padding-top: 20px;
}

    .comment-top-mobile p {
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        line-height: 28px;
        width: 95%;
    }

.comment-bottom-mobile {
    height: 60%;
    text-align: center;
    padding-top: 15px;
}

/*---------- CONTACT US SECTION ----------*/
.contact-wrapper-mobile {
    position: static;
    background-image: url('img/uptown.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    height: 600px !important;
}

    .contact-wrapper-mobile h2 {
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding-top: 10px;
    }

.contact-inner-mobile {
    background-color: rgba(255,255,255,0.84);
    position: relative;
    z-index: 20;
    height: 85%;
    width: 75%;
    text-align: center;
    margin: auto;
    padding: 60px 0px 0px 0px !important;
}

.contact-column-mobile > p > a {
    color: #009a8e;
    font-family: calibri;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.contact-column-mobile-A {
    width: 100%;
}

    .contact-column-mobile-A > span, .contact-column > span {
        height: 50px;
        color: #0b4069;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .contact-column-mobile-A > p, .contact-column > p {
        line-height: 20px;
        font-family: Arial;
    }


/*---------- FOOTER SECTION ----------*/
.mobile-footer-wrapper {
    height: 30%;
    width: 100%;
    background-color: black;
    color: #fff;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.mobile-footer-top {
    width: 100%;
    height: 100%;
    padding: 10px 0px 10px 0px;
}

/*.mobile-footer-nav-wrapper {*/
/*height: 55%;*/
/*width: 100%;
    text-align:center;*/
/* column-count: 3;
    column-gap: 30px;
    column-rule-width: 100px;
    padding-top: 20px;
    padding-left: 40px;*/
/*}*/

.mobile-footer-nav {
    text-align: center;
    position: relative;
}

    .mobile-footer-nav h5 {
        font-size: 14px;
        line-height: 26px;
    }

/*.mobile-footer-wrapper */
.mobile-footer-bottom {
    height: 30%;
    padding-top: 10px;
}

.mobile-footer-wrapper .mobile-footer-bottom h5 {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.mobile-footer-wrapper .mobile-footer-bottom .footer-links .link-holder {
    width: 30%;
    display: inline-block;
    text-align: center;
    /*   margin-left: 35px;*/
}

    .mobile-footer-wrapper .mobile-footer-bottom .footer-links .link-holder a {
        text-decoration: none;
        color: #009a8e;
        font-size: 12px;
        line-height: 14px;
    }

        .mobile-footer-wrapper .mobile-footer-bottom .footer-links .link-holder a:hover {
            text-decoration: underline;
            color: #0b4069;
        }
