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

* {
    -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: #3b3b3b;
}

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

#legal a{
    color: #b31513;
}

#legal span {
    line-height: 0.55vw !important;
    font-size: 0.5vw !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: 9px !important;
        font-size: 8px !important;
    }
}

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

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

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

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

.youtube {
    position: absolute;
    top: 1.97%;
    left: 1.1%;
    width: 97.8%;
    height: 96%;
    display: none;
}

.youtubecode {
    width: 100%;
    height: 100%;
}

.youtubeclosebutton{
    position: absolute;
    left: -0.1vw;
    top: -0.1vw;
    width: 5%;
    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: #b31513;
}



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