* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  color: #fff;
  background: #222;
  font-family: 'Oswald', Verdana;
  font-weight: 700;
  overflow: hidden; }

html, body, .content, #webgl-container {
  height: 100%; }

#webgl-container {
  opacity: 0; }

.alert-no-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #eee;
  color: #222;
  text-align: center;
  display: none; }

.on-mobile .alert-no-mobile {
  display: block; }

.no-mobile-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -120px;
  padding: 0 20px; }

.no-mobile-title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0; }

.no-mobile-text {
  font-size: 16px; }

.no-mobile-more {
  color: #222;
  margin-top: 80px;
  display: block; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 50; }

.loader-progress {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff; }

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