/* Core */
@font-face {
    font-family: "Open Sans SemiBold";
    src: url("openSans/OpenSans-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Open Sans ExtraBold";
    src: url("openSans/OpenSans-ExtraBold.ttf");
    font-weight: normal;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Open Sans";
    src: url("openSans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Open Sans";
    src: url("openSans/OpenSans-Bold.ttf");
    font-weight: bold;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Open Sans";
    src: url("openSans/OpenSans-RegularItalic.ttf");
    font-weight: normal;
    font-style: italic;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Open Sans";
    src: url("openSans/OpenSans-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Arial Unicode MS";
    src: url("arialunicolde-latin/Arial-Unicode-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Arial Unicode MS";
    src: url("arialunicolde-latin/Arial-Unicode-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Arial Unicode MS";
    src: url("arialunicolde-latin/Arial-Unicode-Bold-Italic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Arial Unicode MS";
    src: url("arialunicolde-latin/Arial-Unicode-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-Bold.ttf");
    font-weight: bold;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-Italic.ttf");
    font-weight: normal;
    font-style: italic;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
    ascent-override: 95%;
    descent-override: 28%;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("roboto/RobotoCondensed-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("roboto/RobotoCondensed-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("roboto/RobotoCondensed-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("roboto/RobotoCondensed-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "LeagueGothic";
    src: url("LeagueGothicCyrillic.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Moonshiner";
    src: url("Moonshiner.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DejaVu Sans Mono";
    src: url("dejavu_sans/DejaVuSansMono.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("Oswald-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("Oswald-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Cards";
    src: url("Cards.otf");
    font-weight: normal;
    font-style: normal;
    ascent-override: 95%;
    descent-override: 28%;
}

html
{
    background-color : #000000;
}
body
{
    background-color : #000000;
    padding: 0;
    margin: 0;
    /* force hardware acceleration on certain devices */
    transform :  translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform :  translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-touch-action: none;
    width : 100%;
    height : 100%;
    position : fixed;
}

#width, #height {
    display: none;
}

/* Launcher */

div#launcher {
    position: relative;
    width: 100%;
    height: 100%;
}

div#errorContainer {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

div#errorMessage {
    position: relative;
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 22pt;
}

.sk-circle {
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #AAAAAA;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}