﻿
h3 {
    font-family: proxima-soft, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}


#divMainStage {
    display: block;
    width: 100%;
    height: 250px;
    margin: -15px;
    width: 900px;
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;
    color: white;
    font-size: 45px;
    line-height: 180px;
    text-align: center;
    margin-bottom: 10px;
    transition: all .5s;
    background-repeat: no-repeat;
}


    /*#divMainStage:hover {
        background-size: 125% !important;
        /* transform: scale(1.2);
        transition: all .5s;
    }*/

.logoimage {
    margin-top: 15px !important;
    margin-right: 0;
}

.logofont {
    display: none !important;
}

#prescreenHeader {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    display: none;
}

.imgIntro {
    display: none !important;
}


h3#desktopPrescreenHeader {
    font-size: 30px !important;
    text-align: center;
    color: #623b68;
    margin-bottom: 0;
    /* position: relative; */
    /* bottom: 0; */
    background-color: rgb(98, 59, 104);
    color: white !important;
    opacity: 1;
    top: 190px;
    font-weight: 400;
    position: relative;
    height: 60px;
    padding-top: 0;
    line-height: 60px;
    background-color: rgba(37,55,93,.9);
}

.nav-tabs > li > a:hover {
    transition: all .7s;
}

#thankyouHeaderDIV h2.logofont {
    display: block !important;
}


.edc-save-btn {
    border: 1px solid #00a4bd !important;
    padding: 6px 12px;
    background-color: #e5f5f8 !important;
    text-decoration: none !important;
    color: #00a4bd !important;
    font-weight: normal;
    margin-top: 5px;
    display: inline-block;
}


    @media (min-width: 991px) {
        .logofont {
        margin: 10px auto 0 80px !important;
    }
}


@media (max-width: 991px) {

    #prescreenHeader {
        line-height: 30px;
        font-size: 20px !important;
        text-align: left;
    }

    #desktopPrescreenHeader {
        display: none !important;
    }

    .logoimage {
        margin-top: 5px !important;
        height: auto !important;
        width: 65%;
    }

    .outer {
        height: auto !important;
        padding-bottom:25px;
    }

    #divMainStage {
        max-width: 100vw;
        margin: 0;
        background-repeat: no-repeat;
        height: 100px;
    }


    #prescreenHeader {
        font-size: 23px;
        line-height: 30px;
        display: block;
        margin-top: 0;
    }
}
