html {
    position: relative;
    min-height: 100vh;

}



body {
    font: 14px "Gotham";
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 150%;
    min-height: 100vh;
    background-color:#000;
}

img{
    max-width:100%;
}
.page-blurb-white
{
    background-color:white;
}
h1, h2, h3, h4 {
    font-family: "RedRock", sans-serif;
    text-shadow: 2px 2px #393939;
    letter-spacing: 1px;
}
h2 {
    font-size: 4rem;
    color: white;
}
h3 {
    font-size: 3rem;
    color: white;
}

.question {
    padding: 40px 0px 40px 0px;
    max-width: 1170px;
    margin: auto;
}
    .question h2, .question h3 {
        max-width: 960px;
        margin: auto;
    }


.logobox {
    margin: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    padding: 0px 20px 0px 20px;
}

    .sitebox {
        margin: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: top;
        height: 100%;
        padding: 30px;
    }

    

.modalpage {
    background-color: transparent;
    background-image: url(/content/images/moreinfoback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    border: 0px solid rgba(0,0,0,0);
    margin-top: 30%;
    height: 380px;
}

.closer {
    margin-top: 20px;
}
.choose {
    padding: 0px 50px 0px 50px;
}
.choose img {
    max-width:100%;
    width: 420px;
}
    .choose h3 {
        margin-bottom: 20px;
        padding: 30px;
    }
.showme
{
    max-width:200px !important;
}

.switcheroonie {
    margin: auto !important;
    max-width: 520px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#progressbar {
    
    margin: auto !important;
    width: 80%;
    max-width: 400px;
    border-radius: 22px;
    position: absolute;
    bottom: 22px;    
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}
.ui-progressbar .ui-progressbar-value {
    background-color: #FC9E17;
    margin: 0px !important;
}

.saveEmail {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    padding: 8px;
    font-size: 1rem;
    font-family: "Gotham";
    border-radius: 12px;
}

.moreinfo {
    color: #fff;
    font-family: "RedRock", sans-serif;
    letter-spacing: 1px;
}
.contentTitle {
    max-width: 540px;
    margin-top: 0px;
    width: 100%;
}
.moreinfolink {
    text-decoration: underline;
    color: #fff;
    font-family: "RedRock", sans-serif;
    letter-spacing: 1px;
    font-size: 2rem;
    padding: 30px;
}

.modal-body h3 {
    color: #000;
    text-shadow: none;
}


.switch {
    font-family: "RedRock", sans-serif;
}


.completed, #complete_game {
    color: #fff;
    margin: 30px;
    font-size: 2rem;
    line-height: 2rem;
    font-family: "RedRock", sans-serif;
    letter-spacing: 1px;
    text-shadow: 2px 2px #393939;
}



.switch {
    color: white;
    font-size: 2rem;
    line-height:2rem;
    padding:30px;
}

.yesno {
    padding: 8px;
    margin-top:40px;
}

    .yesno h3 {
        margin-top: -20px;
    }
    .yesno img {
        width: 100px;
        max-width: 100%;
    }

.yeshelp {
    margin-left: -110px;
    margin-top: 80px;
}

.nohelp {
    margin-left: -50px;
    margin-top: 80px;
}


.thumbcounter {
    display:none;
    background-color: #fff;
    border-radius: 12px;
    float: right;
    padding: 8px 20px 2px 20px;
    margin: 16px;
    position: absolute;
    right: 0;
}
    .thumbcounter img {
        margin-right: 12px;
    }
    .thumbcounter h3 {
        text-shadow: 0px 0px #393939;
        color: orange;
        float: right;
        font-family: "Gotham";
        font-weight: 900;
        font-size: 2.2rem;
    }

    .thumbcountergreen h3{
        color:#4C8D31 !important;
    }

#bgvideo {
    position: fixed;
    right: 0;
    bottom:0;
    min-width: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -90;
}

.getstarted{
    padding:30px;
}

.fullscreen, .closefullscreen {
    margin: auto !important;
    width: 80%;
    max-width: 220px;
    text-align: center;
    border-radius: 22px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.closefullscreen
{
    display:none;
}

.loadingprogres {
    margin-left: -36px;
    height: 24px;
    width: 24px !important;
}

@media (max-width: 1122px) {
    h3 {
        font-size: 2.6rem;
    }
    .question {
        padding: 10px 0px 40px 0px;
    }
    .showme {
        padding: 20px;
    }
    .question h2, .question h3 {
        max-width: 920px;
        margin: auto;
    }
    h2 {
        font-size: 3rem;
    }
    .contentTitle {
        max-width: 540px;
        margin-top: 20px;
        width: 100%;
        max-width: 440px;
    }
    .yesno {
        padding: 8px;
        margin-top: 8px;
    }
    .logobox {
        margin-top: 20px;
    }
}






    @media (max-width: 576px) {
        #bgvideo {
            object-fit: cover;
            xtransform: translateY(calc((100% - 100vh) / 2));
            max-height:100%;
            max-width:100%;
            margin-top: 0px;
            padding-top: 0px;            
            height: 100vh;
        }
        .loadingprogres {
            margin-left: -28px !important;
            height: 18px !important;
            width: 18px !important;
        }

        #progressbar, .switcheroonie {
            bottom: 12px;
        }

        .logobox {
            margin-top: 20px;
            width: 70%;
            margin-bottom: 20px;
        }

       

        .choose h3 {
            margin-bottom: 0px;
            padding: 8px;
            padding: 20px 0px 20px 0px;
        }
    }

    @media (max-width: 768px) {

        .logobox {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .choose h3 {
            margin-bottom: 8px;
            padding: 20px 0px 20px 0px;
        }

        .moblogo {
            margin-top: 30px;
            width: 66%;
            margin: auto;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 420px;
            padding: 16px;
        }

        .fixbottom {
            position: fixed;
            left: 0px;
            bottom: 20px;
            width: 100%;
        }

        .choose {
            padding: 0px 10px 0px 10px;
        }

        .choosetop {
            margin: auto;
            position: fixed;
            top: 20%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .choosebottom {
            margin: auto;
            position: fixed;
            top: 80%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .xchoose {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .choose img {
            max-width: 68%;
        }

        .showme {
            max-width: 130px !important;
            margin-top: 2px;
            padding: 2px;
        }

        .question {
            padding: 20px 0px 20px 0px;
        }

        .thumbcounter {
            padding: 5px 12px 0px 12px;
        }

            .thumbcounter img {
                height: 22px;
            }

            .thumbcounter h3 {
                font-size: 1.2rem;
                width: 100%;
                margin: unset;
                position: relative;
                margin-top: -20px;
                margin-bottom: 8px;
                text-align: right;
            }



        .contentTitle {
            margin-top: 10px;
        }




        h2 {
            font-size: 2.6rem;
        }

        h3 {
            font-size: 1.8rem;
            width: 80%;
            margin: auto;
        }

        .completed {
            color: #fff;
            margin: 20px;
            font-size: 1.7rem;
            line-height: 1.7rem;
        }

        .moreinfolink {
            font-size: 1.5rem;
        }

        .yesno {
            padding: 2px;
            margin-top: 8px;
        }

            .yesno img {
                width: 80px;
                margin-bottom: 0px;
            }
    }



    @media (max-width: 430px) {
        .choose img {
            max-width: 58%;
        }

        h3 {
            font-size: 1.3rem !important;
        }

        .showme {
            max-width: 120px !important;
        }
    }

    .moreinfopage {
        background-color: #fff;
    }

    .modal-body {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -50px;
    }

    .modal-footer {
        border-top: 0px solid #fff;
    }

    a {
        color: #fff;
    }

        a:hover {
            color: #fff;
        }

    .btn-default {
        background-color: #008EB5;
        border-radius: 28px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        padding: 8px 56px;
        text-decoration: none;
        font-weight: bold;
    }

        .btn-default:hover {
            background-color: #408c99;
        }

        .btn-default:active {
            position: relative;
            top: 1px;
        }

    .homepagelogin {
        max-width: 340px;
        margin-top: 30% !important;
    }


    .whitebox {
        background-color: #fff;
        padding: 50px 20px 50px 20px;
        border-radius: 18px;
    }

    .homepagelogin h1 {
        color: #F8AB17;
    }

    .homepagelogin h3 {
        color: #008EB5;
        padding-bottom: 12px;
    }

    .rownogutter {
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        h1 {
            font-size: 2.5rem;
        }
    }


    @media (max-width: 770px) {
        .subpage {
            padding-left: 28px;
            padding-right: 28px;
        }

        .module {
            padding-left: 16px;
            padding-right: 16px;
        }

        .greybox {
            margin-top: -20px !important;
        }
    }

    .relative {
        position: relative;
    }

    button {
        background-size: 200% auto;
        background-image: linear-gradient(to right, #4080cb 0%, #00a1ed 51%, #4080cb 100%);
        color: #fff;
        border: none;
        padding: 10px 25px;
        font-size: 14px;
        border-radius: 3px;
        transition: ease .5s;
    }

        button:hover {
            background-position: right center;
            transition: ease .5s;
        }

        button:focus {
            outline: none;
            background-color: #D50118;
        }

    .container-fluid {
        max-width: 1170px;
        padding: 0 30px;
    }

    @media (min-width: 768px) {
        .container-fluid {
            padding: 0 40px;
        }
    }

    .hero-container {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image {
        background-size: cover;
        background-position: 50% 50%;
        height: 40%;
    }

    .prodimgbox {
        height: 300px;
    }

    .logo {
        height: 40px;
        padding: 6px;
    }

    .footerlogo {
        height: 40px;
        padding: 6px;
    }

    @media (max-width: 480px) {
        .footerlogo {
            height: 65px;
            margin-top: 20px;
        }

        .logo {
            height: 65px;
        }
    }

    .offset-top {
        margin-top: 70px;
    }

    .navbar {
        background: transparent;
        flex-direction: column;
    }

        .navbar a {
            color: #000000;
        }

        .navbar .dropdown-menu {
            border: none;
        }

            .navbar .dropdown-menu .dropdown-item {
                padding-left: 10px;
            }

        .navbar .dropdown-toggle::after {
            border: none;
        }

        .navbar button {
            background: none;
        }

            .navbar button:hover {
                background-color: transparent;
                cursor: pointer;
            }

            .navbar button:focus {
                background-color: transparent;
            }

    .mobile-menu {
        display: flex;
        align-items: center;
    }

        .mobile-menu button {
            padding: 0 10px;
        }

        .mobile-menu .navbar-toggler-icon {
            background-size: contain;
            width: 30px;
            height: 30px;
        }

    @media (min-width: 992px) {
        .mobile-menu .mobile-number {
            display: none;
        }
    }

    .navbar-nav li a {
        font-size: 14px;
        transition: ease .3s;
    }

        .navbar-nav li a:hover {
            opacity: 0.5;
            transition: ease .3s;
        }

    .nav-link.phone .icon {
        display: none;
    }

    @media (min-width: 992px) {
        .nav-link.phone .icon {
            width: 15px;
            height: 15px;
            margin-left: 5px;
            margin-right: 10px;
            display: inline;
            align-self: center;
        }
    }

    @media (min-width: 992px) {
        .nav-link.phone {
            background: #1C2E3D;
            color: #fff;
            padding: 8px 20px;
            border-radius: 3px;
            margin-left: 20px;
        }
    }

    .red-line {
        background-color: #D50118;
        height: 5px;
        width: 100%;
    }


    .footermenu {
        background-image: url(/Content/Images/STA_TopNavBar_Adj.png);
        background-position: bottom right;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        padding: 0px;
        padding-bottom: 60px;
        margin: auto;
        left: 50%;
        padding-top: 50px;
        margin-top: -60px;
    }

    .footermenuitems {
        -webkit-transform: rotate(180deg);
        padding-top: 30px;
        max-width: 980px;
        margin: auto;
    }

    .socialicons img {
        max-height: 28px;
    }


    .page {
        max-width: 780px;
        margin: auto;
        margin-top: 0px;
        padding-top: 70px;
        padding-bottom: 80px;
    }

    @media (min-width: 980px) {
        .page {
            margin-top: 70px;
        }
    }

    .subpage {
        max-width: 780px;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .accountpages {
        max-width: 980px !important;
    }

    .subpage h4 {
        font-family: "ThirstyRoughRegThr";
        font-size: 360%;
        color: #008EB5;
        line-height: 100%;
    }

    .greybox {
        width: 100%;
        background-color: #EDEDED;
        margin-top: -40px;
    }

    .whitebox {
        width: 98%;
        margin: auto;
        background-color: #fff;
    }

    .registerpage {
        background-image: url(/Content/Images/yellowback.png);
        background-color: #FFAC2D;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .registerform {
        max-width: 580px;
        margin: auto;
    }

    .has-error {
        color: red;
        padding: 30px;
    }


    .contentpage {
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 60px;
    }

        .contentpage .page {
            padding-top: 80px;
            padding-bottom: 90px;
        }

        .contentpage h1 {
            font-family: "ThirstyRoughRegThr";
            font-size: 660%;
            color: #fff !important;
            margin-top: 30px;
        }

    .accountpage {
        background-image: url(/Content/images/sunset.png);
        background-position: center;
        background-repeat: no-repeat;
        /* padding-top: 120px; */
        background-size: cover;
    }

        .accountpage h1 {
            font-family: "ThirstyRoughRegThr";
            font-size: 460%;
            color: #fff !important;
            margin-top: 40px;
        }

    .formpage {
        background-image: url(/Content/images/snorkel.png);
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 120px;
    }

        .formpage h1 {
            font-family: "ThirstyRoughRegThr";
            font-size: 460%;
            color: #fff;
        }

        .formpage .page {
            padding-top: 120px;
            padding-bottom: 180px;
        }

    .account-hello {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-title {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .headerdiv {
        width: 100%;
        background-image: url(/Content/Images/greytop.png);
        background-position: bottom right;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px;
        margin: auto;
        padding-top: 50px;
    }

    .accountmenu {
        max-width: 580px;
        margin: auto;
        margin-bottom: 20px;
    }

        .accountmenu div {
            border-bottom: solid 1px black;
            padding-bottom: 8px;
            font-family: 'veneer';
            font-size: 140%;
        }

        .accountmenu .selected {
            border-bottom: solid 3px black;
        }

    .badges img {
        width: 100%;
        max-width: 100px !important;
    }

    .badges div {
        margin-bottom: 20px;
    }


    .registerform .btn {
        background-color: #FFAC2D;
        border: 1px solid #FFAC2D;
    }

    textarea {
        width: 100%;
        height: 140px;
        margin-top: 4px;
    }

    .sellpage h3 {
        font-size: 380% !important;
        color: #05C6C2 !important;
        font-family: 'veneer';
        text-align: center;
        line-height: 46px;
    }

    .sellpage .fieldgrouplabel {
        font-family: 'veneer';
    }

    .formwhitepage {
        width: 98%;
        margin: auto;
        background-color: #fff;
        padding: 0px 20px 50px 20px;
        border-radius: 18px;
    }

    .fieldgrouplabel {
        font-size: 180%;
        border-bottom: solid 1px #BAC0C4;
        margin-bottom: 20px;
        padding-bottom: 4px;
        color: rgba(0, 0, 0, 0.7);
    }

    .emailinput {
        background-image: url(/Content/images/ico/mail.png) !important;
    }

    .passwordinput {
        background-image: url(/Content/images/ico/password.png) !important;
    }

    .emailinput, .passwordinput {
        background-repeat: no-repeat;
        padding-left: 50px;
        background-size: contain;
    }

    .nav-item .disabled {
        color: white;
    }

    .colateral .page {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px;
    }


    .subpage img {
        max-width: 100%;
    }

    .subpage h3 {
        font-family: "veneer";
        font-size: 220%;
        color: #008EB5;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .subpage .btn-default {
        margin: auto;
        background-color: #E39925;
        border: solid 1px #E39925;
    }

    .pagesplit {
        width: 100%;
        background-image: url(/Content/Images/whitetop.png);
        background-position: bottom right;
        /* -webkit-transform: rotate(180deg); */
        /* transform: rotate(180deg); */
        background-repeat: no-repeat;
        padding: 0px;
        margin: auto;
        left: 50%;
        padding-top: 70px;
        background-position: bottom center;
    }

    .greytowhite {
        width: 100%;
        background-image: url(/Content/Images/STA_TopNavBar_Adj.png);
        background-position: bottom right;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        padding: 0px;
        padding-bottom: 60px;
        margin: auto;
        left: 50%;
        padding-top: 50px;
        margin-top: -60px;
    }

        .greytowhite .subpage {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    #forgotpass {
        display: none;
    }

    .minipage .page {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .minipage h1 {
        font-size: 330%;
    }

    .error h1 {
        color: red;
    }





    .flights {
    }

        .flights h2 {
            color: #902618;
            font-family: 'veneer';
        }

        .flights h3 {
            color: #E39925;
            font-family: 'veneer';
            font-weight: normal;
            font-size: 190%;
        }


    .modulefooter h2 {
        font-size: 500%;
        font-family: 'ThirstyRoughRegThr';
        padding: 50px 30px 130px 40px;
        color: white;
    }

    .modulefooter .pagesplit {
        background-image: url(/Content/Images/STA_TopNavBar_Adj.png);
        background-position: top right;
    }



    .hotels img {
        margin-top: 30px;
        margin-bottom: 8px;
    }


    .quizbutton {
        background-color: #008EB5;
        border-radius: 28px;
        border: 1px solid #008EB5;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        padding: 8px 56px;
        text-decoration: none;
    }

        .quizbutton:hover {
            background-color: #408c99;
        }

        .quizbutton:active {
            position: relative;
            top: 1px;
        }

    .quizframe {
        width: 100%;
        min-height: 500px;
    }

    .resource h3 {
        font-size: 180%;
        line-height: 24px;
    }

    .resource {
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    iframe {
        max-width: 100% !important;
    }

    .footermenuitems .row, .page .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .footerweather {
        font-family: 'veneer';
        font-size: 140%;
        color: maroon;
    }

    .news h3 {
        font-size: 1.8rem;
        font-family: 'veneer';
        color: #008EB5;
        font-size: 44px;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 20px;
    }

    .news h4 {
        font-size: 1.4rem !important;
        font-family: 'veneer';
        color: #008EB5;
        line-height: normal;
        font-weight: normal;
        font-size: 44px;
        margin-bottom: 20px;
    }

    .news {
        max-width: 1048px;
        margin: auto;
    }

        .news img {
            width: 100%;
            margin-bottom: 8px;
        }

        .news .readmore {
            color: #008EB5;
        }

        .news .drow {
            margin-bottom: 30px;
        }

    .loginwhitebox {
        background-color: #fff;
        padding: 50px 20px 50px 20px;
        border-radius: 18px;
    }


    .mapsection {
        width: 100%;
        padding: 10px;
        color: #fff;
        background-color: #CCCCCC;
        margin-bottom: 10px;
        margin-top: 50px;
    }

        .mapsection a {
            color: #fff;
            text-decoration: none;
        }

    @media (max-width: 768px) {
        .mapsection {
            margin-top: 0px;
            margin-bottom: 0;
            width: 100%;
        }
    }


    .mpaccom {
        background-color: #4C8D31;
    }

    .mphighlights {
        background-color: #008E8B;
    }

    .mpoperators {
        background-color: #6B2A60;
    }

    .mpservices {
        background-color: #8D3C1A;
    }


    #map_canvas {
        width: 100%;
        min-height: 400px;
        height: 400px;
        margin: auto;
    }

    #map {
        min-height: 400px;
        width: 100%;
    }

    .mapconsole {
        background: #fff;
    }

    @media (max-width: 768px) {
        .mapconsole {
            padding: 50px 0;
        }

        .homepagelogin {
            max-width: 100%;
        }
    }

    .toggleimg {
        margin-right: 4px;
    }

    .toggle {
        cursor: pointer;
    }

    .mphighlightstg {
        color: #008E8B;
        font-weight: bold;
    }

    .mpoperatorstg {
        color: #6B2A60;
        font-weight: bold;
    }

    .mpaccomtg {
        color: #4C8D31;
        font-weight: bold;
    }

    .mpservicestg {
        color: #8D3C1A;
        font-weight: bold;
    }

    .mhdr img {
        display: none;
    }



    .threerow img {
        opacity: 0.9;
        display: inline-block;
        cursor: pointer;
        transition: all 0.5s;
        margin-bottom: 20px;
    }

        .threerow img:hover {
            opacity: 1;
        }


    .homepagebox h1 {
        font-family: 'ThirstyRoughRegThr';
        color: #008EB5;
        font-size: 2.8rem;
        margin-bottom: 12px;
    }

    .homepagebox h2 {
        color: #008EB5;
        font-size: 2.8rem;
        font-weight: normal;
        line-height: 46px;
    }

    .flex-nav-next, .flex-nav-prev {
        display: none;
    }

    .homepagebackgrounder {
        background-image: url(/Content/images/homeback.jpg);
        width: 100%;
        height: 60%;
        background-size: cover;
        background-position-y: bottom;
    }

    .registerpage .whitebox {
        width: 90% !important;
    }

.comp {
    color: #FFF;
    background-image: url('/Content/images/VAN-LP-BG.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'AcrylicHandSans';
    background-position-x: center;
}

    .comp h1, .comp h2, .comp h3, .comp h4 {
        font-family: 'AcrylicHandSans';
    }

    @media (max-width: 960px) {
        .comp {
            color: #FFF;
            background-image: url('/Content/images/VAN-LP-BG.png');
            background-repeat: no-repeat;
            background-size: 220%;
        }
    }

.comp .vlogo {
    margin: 62px;
    max-width: 300px;
}

.comp h1 {
    font-size: 6em;
    line-height: 100%;
}

.comp h2 {
    font-size: 2.4em;
    margin-top: 30px;
}

        .comp h3 {
            font-size: 2em;
        }

.comp #form {
    width: 80%;
    margin: auto;
    font-size: 1.6em;
    max-width: 1180px;
    margin-bottom: 60px;
}

        .comp input {
            width: 100%;
            margin-top: 12px;
            margin-bottom: 34px;
            padding: 12px;
            border-radius: 16px;
            font-size: 1.6rem;
        }

.comp .compbutton {
    border-radius: 22px;
    border: solid 1px white;
    background-color: #000;
    color: white;
    text-align: center;
    max-width: 320px;
    
    width: 70%;
    min-width: 200px;
}

    #form h2 {
        margin-top: 50px;
        font-size: 1.8em;
        margin-bottom: 50px;
    }

.compfooter {
    background-color: #fff;
    padding: 30px;
    font-size: 2em;
    margin-bottom: -22px;
}

.copyright {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Archer';
    line-height: 110%;
}
.Archer {
    font-family: 'Archer';
    line-height: 120%;
    text-shadow: 2px 2px #393939;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.shadower {
    text-shadow: 2px 2px #393939;
}

@media (max-width: 760px) {
    .compfooter {
        font-size: 1.6em;
    }

    #form {
        font-size: 1em !important;
        width: 92% !important;
    }
        .compfooter img {
            margin: auto;
        }
    .Archer {
        font-family: 'Archer';
        line-height: 120%;
        font-size: 1.2em;
    }
    #form h2 {
        margin-top: 50px;
        font-size: 1.6em;
        margin-bottom: 50px;
    }
    .comp h1 {
        font-size: 2.7em;
        line-height: 100%;
    }

    .comp h2 {
        font-size: 1.4em;
        margin-top: 60px;
        margin-bottom: 4px;
    }

    .comp h3 {
        font-size: 1em;
    }
    .comp .vlogo {
        margin: 40px 0px 40px 0px;
        width: 40%;
    }

}


.nomargin {
    margin-right: 0px;
    margin-left: 0px;
}

