.visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "PixelFont1", sans-serif;
  font-size: 2em;
  text-align: center;
  z-index: 100;
}

#parallaxContainer {
  z-index: 1;
}

#progress-text {
  font-weight: 700;
  width: 100%;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "PixelFont1";
  src: url("../assets/fonts/PublicPixel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RegularPixel";
  src: url("../assets/fonts/RegularPixel2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#logo {
  width: 220px;
  margin-bottom: 40px;
}
/*# sourceMappingURL=preloader.css.map */