@font-face {
  font-family: 'Army Rust';
  src: url(assets/fonts/c8c81c2a0bd0a53e.ttf); /* EOT file for IE */
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

.loading-bar {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.5s;
  will-change: transform;
}
.loading-bar.ended {
  transform-origin: top right;
  transition: transform 1.5s ease-in-out;
}

.intro-title {
  position: absolute;
  text-align: center;
  font-size: 10em;
  width: 100%;
  font-weight: 500;
  top: 30%;
  font-family: 'Army Rust', monospace;
  text-align: center;
  color: white;
  transition: 2s;
}

@media only screen and (max-width: 600px) {
  .intro-title {
    font-size: 2em;
  }
}


/*# sourceMappingURL=main.css.map*/