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

.globalHeader {
    font-size: 3.5vw;
}
.regTitle {
    font-size: 3.25vw;
    margin: 4.5em 1.5em .25em;
}


.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;
}

.headertext {
    left: 45%;
    translate: -50%;
}
.yellow.large.textShadow3 {
    background: url(../media/globalHeader.jpg) no-repeat left 51px top -199px;
    background-size: cover;
    padding: 4px;
}
.goal {
    left: 42.5%;
    translate: -50%;
    width: 220vw;
}
.redline {
    width: 10em;
    left: -1em;
    position: relative;
}
.dragon {
    width: 12em;
    position: relative;
    z-index: 2;
    margin-top: -15em;
    top: -6em;
    right: -1.5em;
}
.applebottle {
    width: 6em;
    position: relative;
    margin-top: -20em;
    top: -6.5em;
    rotate: 14deg;
    right: -0.5em;
}
.regbottle {
    width: 5.5em;
    position: relative;
    margin-top: -20em;
    top: -8em;
    rotate: -4deg;
    right: -0.25em;
    z-index: 0;
}
.apple {
    width: 3.25em;
    position: relative;
    margin-top: -5em;
    top: -6.15em;
    rotate: 13deg;
    right: 8em;
    left: unset;
}