﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

html {
    height: 100%;
    margin: 0;}


body {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*! font-family: Roboto,Helvetica Neue,sans-serif; */
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #049EE1;
}


.content {
    min-height: calc(100vh - 5px);}

.hidden {
    display: none;}


.header-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 87px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.header-bar-alt {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 75px;
    width: 100%;
    z-index: 2222;
    background-color: white;
}

.header-bar-alt-placeholder {
    height: 75px;
    position: relative;
    display: none;
    background-color: white;
}

.header-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left:10px;
    vertical-align: middle;
    background-color: white;
}

.banner-logo-standard {
    display: inline-block;
}

.banner-logo-alt {
    position: fixed;
    left:52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 200px;
    background-color: white;
}

.banner-logo-alt-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 200px;
    background-color: white;
}

.banner-logo-alt-very-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    width: 200px;
    background-color: white;
}

.banner-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 10px;
    vertical-align: middle;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 9px 0px;
    height: 95px;
}

li {
    text-align: left;
    display: inline;
    font-size: 20px;
}

    li a {
        color: #049EE1;
        padding: 18px 16px 20px 16px;
        text-decoration: none;
    }

        li a:hover {
            background-color: #049EE1;
            color: #ffffff;
        }



.main-banner {
    background-image: url("../graphics/Gabby.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 645px;
    max-height: 645px;
}

.main-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 570px;
}

.main-headline {
    color: white;
    font-size: 80px;
    text-shadow: 3px 3px #808080;
    line-height: 90px;
    padding: 15px 15px 15px 20px;
    font-weight: normal;
    font-family: "Chelsy", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-subtitle-banner {
    color: #ffffff;
    background-color: #A6A6A6;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    height: 90px;
    top: 490px;
    position: absolute;
    text-shadow: 0px 0px #000000;
    padding-top: 6px;
}

.main-text-under-subtitle-banner {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 310px;
    text-align: center;
    text-shadow: 1px 1px #808080;
}

.lower-page-section {
    background-color: #ffffff;
}

.lower-page-section-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
}

.lower-page-section-blue {
    background-color: #049EE1;
}

.lower-page-section-blue-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    max-width: 1150px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}




.three-bubble-section {
    position: relative;
    display: inline-block;
    text-align: center;
    width:100%;
}

.bubble {
    position: relative;
    display: inline-block;
    width: 33%;
    padding: 30px 0px 30px 0px;
    background-color: white;
    color: #049EE1;
    font-size: 30px;
    font-weight: bold;
}

.bubble-link a {
    text-decoration: none;
    color: #049EE1;
}

.bubble-link a:hover {
    text-decoration: underline;
}

.bubble-link-blue a {
    text-decoration: none;
    color: #ffffff;
}

.bubble-link-blue a:hover {
    text-decoration: underline;
}
.footer {
    background-color: gray;
}

.footer-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 0px 20px 10px;
    vertical-align:top;
}

.footer-address {
    position: relative;
    display: inline-block;
    width: 680px;
    font-size: 20px;
    vertical-align: top;
}

.footer-business {
    position: relative;
    display: inline-block;
    width: 430px;
    font-size: 18px;
    text-align:right;
    vertical-align: top;
}

.copyright {
    background-color: black;
}

.copyright-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 7px 10px 7px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}








@media all and (max-width: 1130px) {
    .main-banner {
        height: 615px;
    }
    .footer-address {
        display: block;
        width: 550px;
        margin: 0px auto;
        padding-bottom: 20px;
    }
    .footer-business {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 1110px) {
    .main-contents {
        padding-left: 540px;
    }
}

@media all and (max-width: 1100px) {
    .main-banner {
        height: 600px;
    }
    .main-contents {
        padding-left: 540px;
    }
}

@media all and (max-width: 1080px) {
    .main-headline {
        font-size: 70px;
        line-height: 80px;
    }

    .main-banner {
        height: 585px;
    }

    .main-subtitle-banner {
        font-size: 22px;
        height: 78px;
        top: 430px;
        padding-top: 6px;
    }

    .lower-page-section-blue-contents {
        font-size: 24px;
    }

    @media all and (max-width: 1055px) {
        .main-banner {
            height: 570px;
        }

        li {
            text-align: left;
            display: inline;
            font-size: 16px;
        }
    }

    @media all and (max-width: 1030px) {
        .main-headline {
            font-size: 65px;
            line-height: 75px;
        }

        .main-banner {
            height: 560px;
        }

        .main-subtitle-banner {
            top: 400px;
        }
    }

    @media all and (max-width: 1000px) {
        .main-headline {
            font-size: 60px;
            line-height: 70px;
        }

        .main-banner {
            height: 550px;
        }

        li {
            text-align: left;
            display: inline;
            font-size: 16px;
        }

        .lower-page-section-blue-contents {
            font-size: 20px;
        }
    }

    @media all and (max-width: 985px) {
        .main-banner {
            height: 540px;
        }
    }

    @media all and (max-width: 970px) {
        .main-banner {
            height: 530px;
        }

        li {
            text-align: left;
            display: inline;
            font-size: 14px;
        }

        .main-subtitle-banner {
            top: 380px;
        }

        .main-contents {
            padding-left: 500px;
        }
    }

    @media all and (max-width: 950px) {
        .main-banner {
            height: 520px;
        }
    }

    @media all and (max-width: 930px) {
        .main-headline {
            font-size: 55px;
            line-height: 65px;
        }

        .main-banner {
            height: 510px;
        }

        .header-bar-alt {
            display: block;
        }

        .header-bar {
            display: none;
        }

        .header-bar-alt-placeholder {
            display: block;
        }

        .main-subtitle-banner {
            top: 360px;
        }
    }

    @media all and (max-width: 910px) {
        .main-banner {
            height: 495px;
        }
    }

    @media all and (max-width: 885px) {
        .main-banner {
            height: 475px;
        }

        .main-contents {
            padding-left: 430px;
        }
    }

    @media all and (max-width: 850px) {
        .main-banner {
            height: 460px;
        }

        .main-subtitle-banner {
            top: 340px;
        }
    }

    @media all and (max-width: 820px) {
        .main-headline {
            font-size: 50px;
            line-height: 60px;
        }

        .main-banner {
            height: 450px;
        }

        .main-subtitle-banner {
            font-size: 18px;
            height: 58px;
            top: 325px;
            padding-top: 4px;
        }
    }

    @media all and (max-width: 800px) {
        .main-banner {
            height: 430px;
        }

        .main-contents {
            padding-left: 390px;
        }
    }

    @media all and (max-width: 770px) {
        .main-banner {
            height: 410px;
        }

        .main-contents {
            padding-left: 340px;
        }
    }

    @media all and (max-width: 735px) {
        .main-banner {
            height: 395px;
        }

        .main-subtitle-banner {
            top: 305px;
            height: 58px;
        }

        .lower-page-section-blue-contents {
            font-size: 18px;
        }

        .bubble {
            width: 100%;
            font-size: 20px;
        }
    }

    @media all and (max-width: 700px) {
        .main-headline {
            font-size: 45px;
            line-height: 55px;
        }

        .main-banner {
            height: 370px;
        }

        .main-subtitle-banner {
            font-size: 16px;
            height: 54px;
            top: 300px;
            padding-top: 4px;
        }
    }

    @media all and (max-width: 675px) {
        .main-banner {
            height: 360px;
        }

        .main-contents {
            padding-left: 290px;
        }
    }

    @media all and (max-width: 650px) {
        .main-banner {
            height: 350px;
        }

        .main-subtitle-banner {
            top: 285px;
        }
    }

    @media all and (max-width: 620px) {
        .main-headline {
            font-size: 40px;
            line-height: 50px;
        }

        .main-banner {
            height: 330px;
        }

        .main-subtitle-banner {
            top: 275px;
        }
    }

    @media all and (max-width: 600px) {
        .main-banner {
            height: 320px;
        }

        .main-subtitle-banner {
            font-size: 14px;
            height: 52px;
            top: 265px;
            padding-top: 4px;
        }

        .lower-page-section-blue-contents {
            font-sizeee: 16px;
        }

        .footer-address {
            width: 100%;
        }
    }

    @media all and (max-width: 580px) {
        .main-contents {
            padding-left: 250px;
        }
    }

    @media all and (max-width: 565px) {
        .main-headline {
            font-size: 35px;
            line-height: 45px;
        }

        .main-banner {
            height: 300px;
        }

        .main-contents {
            padding-left: 240px;
        }
    }

    @media all and (max-width: 550px) {
        .main-banner {
            height: 290px;
        }

        .main-subtitle-banner {
            font-size: 12px;
            height: 48px;
            top: 255px;
            padding-top: 4px;
        }
    }

    @media all and (max-width: 525px) {
        .main-banner {
            height: 270px;
        }
    }

    @media all and (max-width: 500px) {
        .main-banner {
            height: 260px;
        }

        .main-subtitle-banner {
            display: none;
        }

        .main-contents {
            padding-left: 200px;
        }
    }

    @media all and (max-width: 475px) {
        .main-banner {
            height: 230px;
        }

        .header-bar {
            height: 70px;
        }

        .banner-logo-standard {
            display: none;
        }
    }

    @media all and (max-width: 465px) {
        .main-contents {
            padding-left: 180px;
        }
    }

    @media all and (max-width: 440px) {
        .main-contents {
            padding-left: 160px;
        }
    }

    @media all and (max-width: 415px) {
        .main-contents {
            padding-left: 140px;
        }
    }

    @media all and (max-width: 400px) {
        .main-headline {
            font-size: 30px;
            line-height: 38px;
        }

        .main-banner {
            height: 205px;
        }

        .main-contents {
            padding-left: 150px;
        }
    }

    @media all and (max-width: 375px) {
        .main-contents {
            padding-left: 140px;
        }
    }

    @media all and (max-width: 365px) {
        .header-bar {
            height: 55px;
        }

        .main-banner {
            height: 190px;
        }

        .banner-logo-alt {
            display: none;
        }

        .banner-logo-alt-small {
            display: block;
        }

        .main-contents {
            padding-left: 135px;
        }

        .main-headline {
            font-size: 26px;
            line-height: 34px;
        }
    }

    @media all and (max-width: 335px) {
        .main-contents {
            padding-left: 120px;
        }
    }

    @media all and (max-width: 320px) {
        .banner-logo-alt-small {
            display: none;
        }

        .banner-logo-alt-very-small {
            display: block;
        }

        .main-contents {
            padding-left: 110px;
        }

        .main-headline {
            font-size: 22px;
            line-height: 30px;
        }

        .main-banner {
            height: 170px;
        }
    }

    @media all and (max-width: 285px) {
        .main-banner {
            height: 150px;
        }

        .main-contents {
            padding-left: 100px;
        }
    }

    @media all and (max-width: 320px) {
        .main-headline {
            font-size: 18px;
            line-height: 28px;
        }

        .main-banner {
            heighttt: 170px;
        }
    }

    @media all and (max-width: 255px) {
        .main-banner {
            height: 130px;
        }

        .main-headline {
            font-size: 16px;
            line-height: 26px;
        }
    }

    @media all and (max-width: 235px) {
        .main-contents {
            padding-left: 80px;
        }
    }

    @media all and (max-width: 215px) {
        .main-contents {
            padding-left: 70px;
        }
    }

    @media all and (max-width: 200px) {
        .main-headline {
            font-size: 14px;
            line-height: 24px;
        }
    }