@import url('https://fonts.googleapis.com/css?family=Orbitron:400,700');

* {
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

body,html{
    background-color: #000000;
}

#urlcopy{
    display: none;
    position: absolute;
    color: #FBEA9A;
    font-family: Arial, sans-serif;
    left: 32%;
    top: 37.3%;
    font-size: 10px;
    overflow: hidden;
    width: 32%;
}

#urlcopy p{
    width: 800%;
}

::selection {
    background: #8be6ff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #8be6ff; /* Gecko Browsers */
}

#warning{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}

#warning img{
    width: 100%;
    max-width: 400px;
}

#legal{
    color: white;
    position: absolute;
    top: 517px;
    text-align: center;
    font-family: Arial, sans-serif;
}

#legal a{
    color: #f8688b;
    text-decoration: none !important;
    outline: 0;
}

#legal span {
    line-height: 1.3vw !important;
    font-size: 1.2vw !important;
    display: block;
}

.shadow{
   /* -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.45);*/
}

#extraheight {
    width: 100%;
    height: 400vh;
    position: absolute;
    left: 0;
    top:0;
}

@media (min-width: 900px) {
    #extraheight {
        display: none;
    }

    #legal span {
        line-height: 11px !important;
        font-size: 10px !important;
    }
}

#fontloader{
    font-family: 'Orbitron', sans-serif;
    opacity: 0;
    position: absolute;
    left:0;
    top:0;
    font-weight: 700;
}

#fontloader2{
    font-family: 'Orbitron', sans-serif;
    opacity: 0;
    position: absolute;
    left:0;
    top:0;
    font-weight: 400;
}

#multiplayerurl, #urlcopybtn{
    display: none;
}

.mainContainer{
    left: 0;
    top: 0;
    display: none;
    z-index: 9;
    position: relative;
}

.canvasholder {
    position: absolute;
    top: 0;
    left: 0;
}

.video-container{
    position: absolute;
    left: 0;
    top:0;
    display: none;
}

.video-container video {
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
}

.dynamic-canvas {
    position: absolute;
    left: 0;
    top:0;
}

.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.youtubecode {
    top: 2.7%;
    left: 1.6%;
    width: 96.8%;
    height: 88.9%;
    position: absolute;
}

.youtube-play-again {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/black60.png);*/
    background-color: black;
    display: none;
    cursor: pointer;
}

.youtube-play-again img {
    width: 100%;
}

.youtubeclosebutton{
    position: absolute;
    right: 1%;
    top: 8.1027%;
    width: 4.333333%;
    cursor: pointer;
}

.youtubeclosebutton img{
    width: 100%;
}

#checkDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rotate-msg{
    position: absolute;
    left: 0;
    top:0;
    z-index: 201;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}



.rotate-msg img{
    height: 100%;
}


.frametop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.framebottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.frameleft {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.frameright {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.framefooter-left {
    position: absolute;
    left: 0.8%;
    bottom: 0;
    height: 7.70751%;
    display: none;
}

.framefooter-left img {
    height: 100%;
}

.framefooter-right {
    position: absolute;
    bottom: 1.03%;
    right: 0.8%;
    height: 5.533597%;
    display: none;
}

.framefooter-right img {
    height: 100%;
    display: inline-block;
    cursor: pointer;
}