/* pixel range is defined in the .master */

.globalHeader {
    font-size: 3vw;
}
.regTitle {
    font-size:2.25vw;
}
.register {
    font-size: 4.5vw;
}

.landingBTN {
    width:95%;
    padding:2vw;
}

.landingBTN i {
    font-size:50px;
    margin:5px;
}

.landingBTN .text .title {
    text-transform:uppercase;
    font-size:16px;
}

body {
    width:100%;
    max-width:100%;
}
.totalWidth {
    width:95vw;
    padding: 0 auto;
}
.playOptions {
    width:100%;
}
.regBoxWidth {
    width:100%;
    max-width:100%;
}
.regBox {
    /*min-width:90vw;*/
    width:100%;
    max-width:100%;
    clear:both;
    /*float:left;*/
    height:auto;
    text-align:center;
    position:relative;
    margin:0 auto;
}
.instructionsArea {
    width:100%;
    max-width:100%;
    float:left;
    height:auto;
    line-height:0;
}
.yui3-js-enabled{width:793px;max-width:793px;}

.dB {
    display:initial;
}
.fB {
    display:block;
}
body {
    background-color: #02b4e5;
    color: var(--primary);
    margin: 0px;
    padding-top: 34px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top -4em center;
    background-size: 110% !important;
    /* background-image: none !important; */
}
.logo {
    width: 9em;
}
.headertext {
    width: 22em;
    max-width: 90vw;
}
.uppercase.primary {
    max-width: 90%;
    margin: 0 auto;
}