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

.globalHeader {
    font-size: 4vw;
    background:url(../media/globalheaderfb2.avif) no-repeat center;
    background-size:100%;
    padding-top: 1em;
}

.largervw {
    font-size:4.8vw;
}
.largevw {
    font-size:4.15vw;
}
.globalheaderimage {
    width: 16em;
}

.prizetext {
    width: 80vw;
}

.totalWidth {
    margin: 0 auto;
}

.logo {
    width: 10em;
    margin-bottom: .5em;
}

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

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

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

.hideOnFB {
    display:none;
    visibility:hidden;
}
.showOnFB {
    display:block;
    visibility:visible;
}
.showOnDesktop {
    display:none;
    visibility:hidden;
}

.showOnMobile {
    display:none;
    visibility:hidden;
}

body {
    width:100%;
    max-width:100%;
}
.totalWidth {
    width:95vw;
}
.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;
}