.webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
}

.webgl-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.webgl-content .header {
  position: relative;
  width: 100%;
  height: 115px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
}

.webgl-content .header .fb-like-frame,
.bookmark,
.shortcut-download,
.circle-glow-effect,
.game-logo,
.store-links {
  position: absolute;
  bottom: 5%;
}

.webgl-content .header .bookmark {
  left: 0%;
  bottom: 0%;
  width: 80px;
  height: 35px;
}

.webgl-content .header .shortcut-download {
  left: 80px;
  bottom: 0%;
  width: 100px;
  height: 35px;
}

.webgl-content .header #bookmark-link,
#shortcut-download-link {
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  border-radius: 4px;
  font-size: 13px;
  height: 26px;
  padding: 0 4px 0 6px;
  font-family: Helvetica, Arial, sans-serif;
  background: #4385EF;
  border: 1px solid #4385EF;
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-decoration: None;
}

.webgl-content .header .fb-like-frame {
  left: 178px;
  bottom: 0%;
  height: 35px;
}

.webgl-content .header .circle-glow-effect {
  bottom: 30%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  box-shadow: 0 0 100px 110px #0b1785;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.webgl-content .header .game-logo {
  left: 50%;
  bottom: -10%;
  height: 130.4px;
  width: 205.6px;
  background: transparent url('Canvas-Logo.png') center bottom no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.webgl-content .header .store-links {
  right: 0%;
}

.webgl-content .header .store-links .store-links-title {
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #c1c1c1;
  text-align: right;
}

.webgl-content .header .store-links .store-links-box {
  width: 285px;
  height: 40px;
}

.webgl-content .header .store-links .store-links-box div {
  margin-top: 3px;
  display: inline-block;
  background-repeat: no-repeat;
  height: 100%;
  width: 44px;
}

.webgl-content .header .store-links .store-links-box .apple-store-link {
  background-image: url('Icon-App-Store.png');
}

.webgl-content .header .store-links .store-links-box .google-store-link {
  background-image: url('Icon-Play-Store.png');
}

.webgl-content .header .store-links .store-links-box .microsoft-store-link {
  background-image: url('Icon-Microsoft-Store.png');
  width: 179px;
}


.webgl-content .footer {
  position: relative;
  margin-top: 5px;
  height: 100px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
}

.webgl-content .footer .fullscreen,
.license,
.related-links {
  position: absolute;
}

.webgl-content .footer .fullscreen {
  right: 0%;
  width: 115px;
  height: 44px;
  background: transparent url('Button-Fullscreen.png') right top no-repeat;
  background-size: contain;
  z-index: 1;
}

.webgl-content .footer .license {
  white-space: nowrap;
  left: 50%;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #546ec4;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.webgl-content .footer .related-links {
  white-space: nowrap;
  left: 50%;
  width: 100%;
  margin-top: 45px;
  color: #595e75;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.webgl-content .footer .related-links a:link {
  color: #595e75;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.webgl-content .footer .related-links a:visited {
  color: #595e75;
}

#gameContainer {
  position: relative;
  outline: 2px solid #0b1785;
}

body {
  background: #090e3b;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#090e3b, #090715);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#090e3b, #090715);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#090e3b, #090715);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#090e3b, #090715);
  /* Standard syntax */
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  height: 100vh;
  margin: 0px;
  overflow: hidden;
}

#loading-screen {
  width: 100%;
  height: calc(100% - 115px - 100px - 5px);
  /* header 115px, footer 100px, footer top-margin 5px */
  top: 0px;
  left: 0px;
  position: absolute;
  margin-top: 115px;
  /* header 115px */
  transform-origin: top left;
}

.webgl-content .overlay {
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

#qa-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
  font-variant: small-caps;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
}

#qa-wrapper .question {
  position: absolute;
  font-size: 30pt;
  width: 72%;
  top: 24%;
  left: 23%;
}

#qa-wrapper .answers {
  position: absolute;
  width: 92%;
  height: 36%;
  top: 41.2%;
  left: 3%;
}

#qa-wrapper .answers .answer-wrapper {
  position: relative;
  display: inline-block;
  width: calc(49.6% - 60px);
  height: 49.6%;
  margin-left: 60px;
  vertical-align: top;
  font-size: 15pt;
}

#qa-wrapper .answers .answer-wrapper .answer {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#qa-wrapper .answer-instruction {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
  font-size: 18pt;
}

.counter {
  text-align: center;
  position: absolute;
  top: 77.8%;
  width: 100%;
  height: 102px;
  z-index: 8;
}

.counter p {
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
}

.counter .ProgressLineB {
  background: #090e3b;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#000000, #000b49);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#000000, #000b49);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#000000, #000b49);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000000, #000b49);
  /* Standard syntax */
  border: 1px solid #162271;
  height: 26px;
  width: 522px;
}

.counter #ProgressLine {
  border: none;
  height: 21px;
  width: 0px;
  margin-left: 26.1%;
  margin-top: 17px;

  background: #35b318;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#0fa108, #a1ef59 20%, #35b318 40%, #0d670c);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#0fa108, #a1ef59 20%, #35b318 40%, #0d670c);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#0fa108, #a1ef59 20%, #35b318 40%, #0d670c);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#0fa108, #a1ef59 20%, #35b318 40%, #0d670c);
  /* Standard syntax */

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.counter .ProgressLine {
  -webkit-animation: slide 12s 1 linear;
  -moz-animation: slide 12s 1 linear;
  -o-animation: slide 12s 1 linear;
  animation: slide 12s 1 linear;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slide {
  from {
    width: 98px;
  }

  to {
    width: 246px;
  }
}

@-moz-keyframes slide {
  from {
    width: 98px;
  }

  to {
    width: 246px;
  }
}

@-o-keyframes slide {
  from {
    width: 98px;
  }

  to {
    width: 246px;
  }
}

@keyframes slide {
  from {
    width: 98px;
  }

  to {
    width: 246px;
  }
}

.error-banners div {
  position: absolute;
  width: 80%;
  height: 50%;
  left: 10%;
  top: 25%;
  z-index: 100;
  background: #000;
  border: 2px solid #162271;
  font-size: 20pt;
  color: #ffffff;
  text-align: center;
  visibility: hidden;
  overflow: auto;
}

@font-face {
  font-family: "Arial Rounded MT Bold";
  src: url("Arial Rounded Bold.ttf");
}
