html * {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

html {
  background-color: black; }

body {
  margin: 0;
  max-width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  opacity: 0;
  background-color: transparent;
  transition: opacity 0.2s ease; }

.background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out; }
  .menu-wrapper.visible {
    opacity: 1;
    pointer-events: auto; }
  .menu-wrapper .menu-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column; }
  .menu-wrapper .menu-note {
    margin-top: -2.5vh;
    margin-bottom: 2.5vh;
    font-size: 11px;
    font-family: monospace;
    line-height: 0.9;
    text-align: center;
    color: rgba(224, 224, 224, 0.5);
    text-shadow: 0 0 0.25vw gainsboro;
    text-decoration: none !important;
    /*html.touchevents & {
    		&--mute {
    			display: none;
    		}
    	}*/ }
    .menu-wrapper .menu-note--mute {
      display: none; }
    .menu-wrapper .menu-note--legal .link {
      text-decoration: none !important;
      color: rgba(224, 224, 224, 0.5) !important;
      font-family: monospace !important; }
  .menu-wrapper .menu-option {
    width: auto;
    padding: 1.25vw 1.5vw 1.25vw 1.5vw;
    margin: 4vh auto;
    border-radius: 28px;
    color: #e0e0e0;
    font-weight: 600;
    font-size: 2vw;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    /*html.touchevents & {
  		&--mute {
  			display: none;
  		}
  	}*/
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out, text-shadow 1s ease-in-out, box-shadow 0.25s ease-in-out; }
    .menu-wrapper .menu-option--close {
      box-shadow: 0 0vh 1vh 0.1vh rgba(255, 255, 255, 0.24);
      background: -moz-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, gray), color-stop(66%, #0c0c0c), color-stop(100%, #0c0c0c));
      background: -webkit-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -o-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -ms-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: linear-gradient(to bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%); }
    .menu-wrapper .menu-option--mute {
      display: none; }
    .menu-wrapper .menu-option--autoscroll {
      opacity: 0.25; }
      .menu-wrapper .menu-option--autoscroll.active {
        opacity: 1; }
    .menu-wrapper .menu-option:active:hover,
    html.no-touchevents .menu-wrapper .menu-option:hover {
      color: rgba(255, 255, 255, 0.9);
      text-shadow: 0 0 0.5vw #e0e0e0;
      background: -moz-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -webkit-gradient(left bottom, left bottom, color-stop(0%, gray), color-stop(66%, #0c0c0c), color-stop(100%, #0c0c0c));
      background: -webkit-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -o-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -ms-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: linear-gradient(to top, gray 0%, #0c0c0c 66%, #0c0c0c 100%); }
    .menu-wrapper .menu-option.active, .menu-wrapper .menu-option--reload:active {
      box-shadow: 0 0vh 1vh 0.1vh rgba(255, 255, 255, 0.24);
      background: -moz-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, gray), color-stop(66%, #0c0c0c), color-stop(100%, #0c0c0c));
      background: -webkit-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -o-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -ms-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: linear-gradient(to bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%); }
      .menu-wrapper .menu-option.active:active:hover,
      html.no-touchevents .menu-wrapper .menu-option.active:hover, .menu-wrapper .menu-option--reload:active:active:hover,
      html.no-touchevents .menu-wrapper .menu-option--reload:active:hover {
        box-shadow: none; }

.playlist-wrapper {
  display: none;
  position: fixed;
  z-index: 100000;
  width: 50vw;
  height: auto;
  max-height: 94vh;
  top: 50vh;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.36);
  color: white;
  text-shadow: 0 0 1vw gainsboro;
  box-shadow: 0 0vh 1vh 0.1vh rgba(255, 255, 255, 0.24);
  border-radius: 28px 0 0 28px;
  overflow: hidden;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  line-height: 2em;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
  /*html.touchevents & {
		display: none !important;
	}*/ }
  .playlist-wrapper .playlist-heading {
    font-size: 28px;
    letter-spacing: -0.05em;
    text-shadow: 0 0 0.5vw #e0e0e0;
    background: gray;
    background: -moz-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, gray), color-stop(66%, #0c0c0c), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
    background: -o-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
    background: linear-gradient(to bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
    padding: 0.5em 0.5em 0.5em 1em; }
    .playlist-wrapper .playlist-heading__note {
      display: none;
      font-size: 11px;
      font-family: monospace;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0;
      background: none;
      color: rgba(224, 224, 224, 0.5);
      text-shadow: 0 0 0.5vw gainsboro;
      padding: 0 0 0 1em; }
  .playlist-wrapper ol {
    padding-left: 2.375em; }
    .playlist-wrapper ol li {
      list-style: circle outside; }

.loading-box {
  position: fixed;
  z-index: 999999999;
  top: 42vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border-radius: 28px;
  font-size: 0vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 0.5vw gainsboro;
  box-shadow: 0 0vh 1vh 0.1vh rgba(255, 255, 255, 0.24);
  background: gray;
  background: -moz-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, gray), color-stop(66%, #0c0c0c), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
  background: -o-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
  background: linear-gradient(to bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
  color: gainsboro;
  transition: color .25s ease, text-shadow 1s ease, box-shadow 1s ease; }
  .loading-box .loading-spinner {
    width: 28px;
    height: 28px !important;
    box-shadow: none;
    margin: 2vw;
    filter: invert(0.9); }
  .loading-box .loading-submit {
    display: none;
    padding: 1.25vw 1.5vw 1.25vw 1.5vw;
    cursor: pointer;
    border-radius: 28px;
    color: #e0e0e0;
    text-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.75);
    box-shadow: inset 0em -0.05em 0.2em 0.1em rgba(255, 255, 255, 0.8);
    font-weight: 600;
    letter-spacing: -0.025em;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out, text-shadow 1s ease-in-out, box-shadow 0.25s ease-in-out; }
    .loading-box .loading-submit:hover {
      color: rgba(255, 255, 255, 0.9);
      background: -moz-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -webkit-gradient(left bottom, left bottom, color-stop(0%, gray), color-stop(66%, #0c0c0c), color-stop(100%, #0c0c0c));
      background: -webkit-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -o-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: -ms-linear-gradient(bottom, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      background: linear-gradient(to top, gray 0%, #0c0c0c 66%, #0c0c0c 100%);
      text-shadow: 0 0 0.5vw rgba(255, 255, 255, 0.8); }
      .loading-box .loading-box .loading-submit:hover {
        color: gainsboro;
        background-color: rgba(0, 0, 0, 0.8); }
  body.visible .loading-box {
    margin-top: -100vh; }

.container {
  position: relative;
  display: none;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  align-items: center;
  align-content: flex-start;
  justify-content: space-around;
  padding: 15vh 0 100vh 0;
  opacity: 0.5;
  filter: blur(1.5vh);
  transform: translateY(25vh);
  transition: opacity, filter 0.3s ease, transform 0.5s ease; }
  body.visible .container {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0); }

.scroll-index {
  position: fixed;
  z-index: 10000000;
  left: 0;
  width: 0.1vw;
  max-width: 100vw;
  height: 1vh;
  background-color: gainsboro;
  box-shadow: 0 0 1vh 0.1vh rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: width 0.5s ease, max-width 0.5s ease, box-shadow 1s ease; }
  .scroll-index.top {
    top: 0; }
  .scroll-index.bottom {
    bottom: 0; }

.shadow-bar {
  position: fixed;
  z-index: 800;
  width: 100%;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: box-shadow 1s ease-in-out;
  -webkit-transition: box-shadow 1s ease-in-out; }
  .shadow-bar.top {
    height: 30vh;
    top: 0;
    box-shadow: inset 0 25vh 25vh -20vh rgba(220, 220, 220, 0.8); }
  .shadow-bar.bottom {
    height: 25vh;
    bottom: 0;
    box-shadow: inset 0 -25vh 25vh -20vh rgba(220, 220, 220, 0.8); }

.text-box {
  position: fixed;
  width: 100vw;
  z-index: 900;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 3vh;
  pointer-events: none; }
  .text-box * {
    color: gainsboro !important;
    text-decoration: none; }
  .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2vh;
    padding-top: 3vh;
    /*white-space: nowrap;
		overflow: hidden;
    	text-overflow: ellipsis;*/
    font-size: 3vw;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, 0.8);
    color: gainsboro;
    text-shadow: 0 0 1vw black; }
  .text-box h1 {
    letter-spacing: -0.05em; }
  .text-box p {
    width: auto;
    height: auto;
    margin: 1vw;
    padding: 2vw;
    /*white-space: nowrap;
		overflow: hidden;
    	text-overflow: ellipsis;*/
    border-radius: 28px;
    font-size: 1.5vw;
    line-height: 1.4;
    text-shadow: 0 0 0.5vw black;
    pointer-events: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    will-change: transform;
    background-color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 1vw black;
    box-shadow: 0 0 1vh 0.1vh rgba(0, 0, 0, 0.5); }
    .text-box p img {
      display: none; }
      .text-box p img.loading-spinner {
        display: block !important;
        width: 28px;
        height: 28px;
        filter: invert(0.9); }
    .text-box p:first-child {
      margin: 0;
      font-size: 2.5vw;
      font-family: serif;
      text-align: center; }
    .text-box p:last-child {
      background-color: rgba(0, 0, 0, 0.8);
      color: gainsboro !important;
      text-shadow: 0 0 1vw gainsboro;
      border-radius: 0;
      border: 1px solid black;
      padding: 1vw;
      font-size: 11px;
      font-family: monospace; }
    .text-box p.starter {
      width: 60vw;
      text-align: center; }

img, iframe, video, audio {
  display: block;
  position: relative;
  margin: 0;
  float: none;
  max-width: calc(75vw - 1.5px) !important;
  max-height: auto !important;
  height: auto !important;
  margin-top: 1px;
  /*&:hover {
		width: 50vw;
		height: auto;
		position: absolute;
	}*/ }

iframe, video, audio {
  max-width: 75vw !important;
  max-height: 42.1875vw !important;
  width: 75vw !important;
  height: 42.1875vw !important;
  transition: transform 0.2s ease; }
  iframe:hover, video:hover, audio:hover {
    transform: scale(1.1);
    z-index: 1000; }

iframe {
  width: 50vw !important;
  height: 50vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  border: 0 !important;
  outline: none !important; }

@media all and (max-width: 480px) {
  .background {
    background-attachment: scroll; }
  .text-box {
    flex-wrap: wrap; }
    .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
      font-size: 7.5vw; }
    .text-box p {
      font-size: 5vw;
      padding: 3.5vw 3.5vw 3.175vw;
      margin: 2vw;
      border-radius: 24px;
      text-align: center;
      transform: translate(-300%, 900%);
      /*img.loading-spinner {
				//filter: invert(0.225);
				opacity: 0;
			}*/ }
      .text-box p:nth-child(3) {
        transform: none; }
      .text-box p:last-child {
        font-size: 9px !important;
        padding: 2vw 3.5vw !important;
        text-align: left !important;
        transform: translate(300%, 300%); }
      .text-box p.starter {
        width: 90vw; }
  .playlist-wrapper {
    width: 98vw;
    font-size: 14px; }
    .playlist-wrapper .playlist-heading {
      font-size: 7.5vw; }
      .playlist-wrapper .playlist-heading__note {
        font-size: 9px !important; }
    .playlist-wrapper ol {
      margin-top: 0.5em;
      margin-bottom: 0.75em; }
      .playlist-wrapper ol li {
        line-height: 1.5em; }
  .loading-box {
    top: 36vh;
    border-radius: 24px; }
    .loading-box .loading-submit {
      padding: 2.75vw 3.5vw 3vw 3.5vw;
      font-size: 6.5vw !important;
      letter-spacing: -0.033em; }
    .loading-box .loading-spinner {
      margin: 4vw; }
  .menu-wrapper .menu-option {
    border-radius: 24px;
    padding: 2.5vw 3.25vw 2.75vw 3.25vw;
    font-size: 6.5vw !important; }
  .menu-wrapper .menu-note {
    font-size: 9px;
    letter-spacing: 0.05em; }
  img {
    min-width: calc(25vw - 1.5px) !important; }
    img.loading-spinner {
      min-width: 0px !important; }
  video, audio {
    max-width: 100vw !important;
    max-height: 56.25vw !important;
    width: 100vw !important;
    height: 56.25vw !important; }
  iframe {
    width: 75vw !important;
    height: 75vh !important; } }

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