@namespace svg url(http://www.w3.org/2000/svg);
@font-face {
  font-family: "Moderat";
  src: url("../resources/fonts/Moderat-Regular.woff2") format("woff2"), url("../resources/fonts/Moderat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Moderat";
  src: url("../resources/fonts/Moderat-Bold.woff2") format("woff2"), url("../resources/fonts/Moderat-Bold.woff") format("woff");
  font-weight: bold;
}
body {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  font-family: Moderat, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: black;
  overflow: hidden;
  top: 0;
  left: 0;
  user-select: none;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

html, body {
  height: -webkit-fill-available;
}

svg {
  max-height: 100%;
}

#main-container {
  position: relative;
}

body:-webkit-full-screen #ui .fullscreen-button {
  display: none;
}
body:-moz-full-screen #ui .fullscreen-button {
  display: none;
}
body:-ms-fullscreen #ui .fullscreen-button {
  display: none;
}
body:fullscreen #ui .fullscreen-button {
  display: none;
}

svg|a {
  outline: none;
}
svg|a:link, svg|a:visited {
  cursor: pointer;
  outline: none;
}
svg|a:active, svg|a:focus {
  outline: none;
}

#scene,
#scene-container {
  width: 100%;
  height: 100%;
}
#scene svg,
#scene-container svg {
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}
#scene svg g,
#scene-container svg g {
  will-change: transform;
}

#ui {
  width: 100%;
  height: 100%;
  z-index: 1;
  color: white;
}
#ui .background-fade {
  background: rgba(0, 0, 0, 0.75);
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
#ui .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ui .ui-state {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#ui .ui-state-current {
  display: block;
}
#ui .corner-button {
  position: absolute;
  top: 0;
  right: 0;
}
#ui .corner-button-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
#ui .navi-button {
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  width: 56px;
}
#ui .navi-button img {
  width: 100%;
}
#ui .close-button {
  position: absolute;
  top: 8px;
  right: 12px;
}
#ui .close-button a {
  text-decoration: none;
}
#ui .eye img {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  #ui .eye img {
    max-width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.loading #ui .fullscreen-button {
  display: none;
}
#ui .fullscreen-button.disabled {
  display: none;
}
#ui #ingame .center-box {
  background: black;
  color: white;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  font-size: 18px;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
#ui #ingame #scene-loading {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#ui #ingame #scene-description {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#ui .menu-info-button {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  #ui .menu-info-button {
    font-size: 12px;
  }
}
#ui .menu-about-button {
  font-size: 22px;
}
#ui .menu-about-button a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #ui .menu-about-button {
    font-size: 18px;
  }
}
#ui .menu-appstore-button {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
#ui .menu-appstore-button img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #ui .menu-appstore-button img {
    width: 100px;
  }
}
#ui a {
  color: white;
}
#ui #menu .level-button svg|path {
  opacity: 0.5;
  cursor: default;
}
#ui #menu .level-button.unlocked svg|path {
  opacity: 1;
  cursor: pointer;
}
#ui #menu .level-button.current svg|path {
  animation: pulse 0.5s infinite ease-in-out both;
}
#ui #menu .button-wrapper {
  position: absolute;
}
#ui #menu .button-wrapper svg|image {
  transform: translate(-190px, -190px);
}
#ui #menu #menu-level-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
}
#ui #credits .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#ui #credits .block {
  padding: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  min-height: 100%;
  font-size: 22px;
  line-height: 1.4;
}
#ui #credits .align-center {
  text-align: center;
}
#ui #credits .scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#ui #credits .credits-small {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  #ui #credits .block {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #ui #credits .block {
    font-size: 18px;
    padding: 40px;
  }
}

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