body {
    /*margin: 0px 0px 1px 0px; !* the extra 1px allows the iOS inner/outer check to work *!
    background: url("../assets/Background.jpg") no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background: #000000;
}
.flexbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

/* 3 DOT LOADER */

.dot-loader {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #D61A1F;
    position: relative;
    -webkit-animation: 1.2s grow ease-in-out infinite;
    animation: 1.2s grow ease-in-out infinite;
}

.dot-loader--2 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
    animation: 1.2s grow ease-in-out infinite 0.15555s;
    margin: 0 20px;
}
.dot-loader--3 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
    animation: 1.2s grow ease-in-out infinite 0.3s;
}

@-webkit-keyframes grow {
    0%, 40%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes grow {
    0%, 40%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#game-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-image: url(../assets/Background.jpg);
    background-position: 50%
}

#orientation_cover {
    align-items: center;
    background-color: rgba(0,0,0,0.85);
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1050
}

#orientation_cover img {
    max-width: 540px;
    margin-left: 10px;
    width: 100%;
}

#orientation_cover p {
    color: #fff;
    font-size: 5.5vmin;
    margin: 0;
    padding: 0
}

.orientation_cover_flex {
    display: flex
}

.orientation_cover_none {
    display: none
}

@font-face {
    font-family: "NimbusFont";
    src: url("../assets/tournament/fonts/Nimbus-Sans-D-OT-Bold-Italic_32746.woff2") format("woff2"),
    url("../assets/tournament/fonts/Nimbus-Sans-D-OT-Bold-Italic_32746.woff") format("woff");
}
@font-face {
    font-family: "Prompt-Bold";
    src: url("../assets/tournament/fonts/Prompt-Bold.woff2") format("woff2"),
    url("../assets/tournament/fonts/Prompt-Bold.woff") format("woff");
}
@font-face {
    font-family: "BebasFont";
    src: url("../assets/font/AA-BebasNeue.woff2") format("woff2"),
    url("../assets/font/AA-BebasNeue.woff") format("woff");
}
@font-face {
    font-family: "Mangal";
    src: url("../assets/font/mangal.woff2") format("woff2"),
    url("../assets/font/mangal.woff") format("woff");
}
