﻿.logo {
    background-image: url(/Content/SiteSpecific/Travel/SiteLogo.svg) !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 840px) {
    .logo {
        position: absolute !important;
        top: -25px !important;
        width: 148px !important;
        height: 148px !important;
        z-index: 10 !important;
    }
}

@media (min-width: 1000px) {
    .logo {
        width: 470px !important;
        height: 368px !important;
        margin-left: -256px !important;
        bottom: -120px !important;
        /*border-radius:0px !important;*/
        /*margin-bottom : -8px !important;*/
        /*width: 514px !important;
    height: 148px !important;
    margin-left: -291px !important*/;
    }
} 

.main-container {
    background-color: #003c72 !important;
    color: #ffffff !important;
}

.main-container-oe {
    background-color: #ffffff;
    color: #003c72 !important;
}


input[type=button] {
    background: #51B3FF;
}

    a.btn:hover,
    button:hover,
    input[type=submit]:hover,
    input[type=button]:hover {
        background: #fff;
        color: #51B3FF;
        border: 1px solid #51B3FF;
    }


a.btn, button, input[type=button], input[type=submit] {
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .5px;
    padding: 7px 20px;
    color: #fff;
    transition: background .1s linear;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #51B3FF;
    border: 1px solid transparent
}