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

.globalHeader {
    font-size: 2.35vw;
}
.regTitle {
    font-size:3.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: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;
}
.vegetables {
    position: absolute;
    width: 7.5em;
    left: 1em;
    z-index: -1;
}
.spatula {
    position: absolute;
    width: 13em;
    right: -5.5em;
    top: 16em;
    z-index: -1;
    transform: scaleX(-1);
    rotate: 353deg;
}
.coal {
    position: absolute;
    width: 9em;
    left: 3.5em;
    top: 23em;
    z-index: -1;
}
.products {
    width: 25em;
    margin-bottom: -4em;
    position: relative;
}
.med.bold.sponsorColor {
    font-size: 4vw;
    position: relative;
    left: 1em;
}
.headerimg {
    position: absolute;
    z-index: -2;
    width: 155%;
    left: 50%;
    translate: -50%;
    top: -.5em;
}
.beach {
    position: absolute;
    top: 37em;
    left: 0;
    z-index: -1;
    width: 120%;
}