/* pixel range is defined in the .master */

.globalHeader {
    font-size: 3vw;
    padding-bottom: 23em;
}
.regTitle {
    font-size:3.5vw;
}
img.house {
    position: absolute;
    bottom: 2.1em;
    right: 0;
    width: 7em;
}
img.bottle {
    position: absolute;
    bottom: -2.75em;
    width: 12em;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
img.truck {
    position: absolute;
    bottom: 1em;
    left: 0em;
    width: 13em;
}
img.volleyball {
    width: 12em;
    /* left: .5em; */
    position: absolute;
    bottom: -1em
-23.04px
;
    right: .5em;
    margin: auto;
    z-index: 2;
}
.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:100vw;
}
.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;
}