html, body {
  background-color: #000;
  font-size: 16px;
  overflow: hidden;
  /* NOTE: Don't use `-apple-system` at the head of a shorthand font declaration.
     See https://booking.design/implementing-system-fonts-on-booking-com-a-lesson-learned-bdc984df627f for more info. */
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html, body, #canvas, #loader {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
}

a:link, a:visited {
  color: #198EFB;
}

[data-unity-loaded='true'] #loader {
  display: none;
}

#progress {
  bottom: 0;
  height: 40px;
  position: absolute;
  width: 0;
  background-color: #198EFB;
}

.loading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 50px;
  font-weight: light;
  height: 100%;
  justify-content: center;
  background-image: -webkit-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%), url("../../../content/images/headers/ankylosaurus_1920.jpg");
  background-image:  -moz-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%), url("../../../content/images/headers/ankylosaurus_1920.jpg");
  background-image:  -o-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%), url("../../../content/images/headers/ankylosaurus_1920.jpg");
  background-image:  -ms-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%), url("../../../content/images/headers/ankylosaurus_1920.jpg");
  background-image:  linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%), url("../../../content/images/headers/ankylosaurus_1920.jpg");
  background-repeat: no-repeat;
  overflow:hidden;
  background-position: top;
  background-size: 100%;
}

/* loading dots */
#addDots:after {
  content: ' .';
  animation: dots 2s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);
  }
  40% {
    color: #fff;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow:
      .25em 0 0 #fff,
      .5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow:
      .25em 0 0 #fff,
      .5em 0 0 #fff;
  }
}

#canvas {
  display: block;
  position: absolute;
  z-index: 0;
}

#status {
  display: none;
  background: #fff;
  margin-right: 15px;
  padding: 10px;
}


[data-unity-loaded='true'] #status[data-enabled='true'] {
  display: block;
}

#instruction button {
 background-color: #198EFB;
}

#instruction {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0; 
  width: 100%;
  pointer-events: none;
}


#instruction button {
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 25px;
  padding: 15px 20px;
}

#icons {
  display: flex;
}
.panel {
  background: #ffffff80;
  display: block;
  max-width: 50%;
  padding: 10px 30px;
  pointer-events: all;
}

.center {
  text-align: center;
}
