@font-face {
  font-family: "Untitled Serif";
  src: url("UntitledSerif-RegularItalic.woff2") format("woff2"), url("UntitledSerif-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Serif";
  src: url("UntitledSerif-Regular.woff2") format("woff2"), url("UntitledSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #1F1F1F;
  color: rgba(237, 233, 233, 0.776);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 10vh;
  font-size: 0.9rem;
  font-family: "Untitled Serif";
}

#caption {
  z-index: 100;
  color: rgba(237, 233, 233, 0.776);
}
#caption .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
}
#intro-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #262626;
  z-index: 40;
}
#intro-cover span {
  position: absolute;
}
#intro-cover span:nth-of-type(1) {
  top: 20%;
  left: 20%;
}
#intro-cover span:nth-of-type(2) {
  top: 40%;
  left: 20%;
}

.decor {
  position: fixed;
  pointer-events: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.-decor-shadows {
  mix-blend-mode: multiply;
  opacity: 1;
}

.-decor-noise {
  background-image: url(noise.gif);
  background-size: 10%;
  mix-blend-mode: overlay;
  opacity: 0.6;
}

.-decor-txt {
  background-image: url(txt.jpg);
  background-size: 30%;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.3;
}

.-decor-txt {
  background-image: url(bodies.gif);
  background-size: cover;
  filter: blur(4px);
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.6;
  z-index: 15;
}

.-decor-stars {
  background-image: url(stars.gif);
  background-size: cover;
  filter: blur(4px);
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.3;
  z-index: 0;
}

.-decor-window {
  position: relative;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  opacity: 1;
}

h1, h2 {
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
}

p {
  text-indent: 10%;
}

a {
  color: inherit;
  transition: all 0.5s ease-in-out;
}

a:hover {
  filter: blur(2px);
}

ul, li {
  width: 100%;
  text-indent: 0;
  margin-left: 0;
  padding-left: 0.15rem;
}

ul {
  padding-left: 0.5rem;
}

img, video {
  max-width: 100%;
  object-fit: contain;
}

hr {
  margin: 0;
  padding: 2vh 0 0;
  border: transparent;
}

.stack {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 100vw;
  margin: 0;
  padding: 0;
}

.-item {
  position: relative;
  margin: 0;
  padding: 0;
}

.-fixed {
  position: sticky;
  width: 240px;
  max-width: 240px;
  flex-grow: 1;
  padding: 1rem;
  padding-top: 10vh;
  z-index: 10;
}
.-fixed:first-child {
  padding-left: 1.5rem;
}
.-fixed:last-child {
  padding-right: 1.5rem;
}

.-center {
  flex-grow: 3;
  max-width: 600px;
  width: 90vw;
  text-align: center;
}

#intro {
  margin: 2.5vh 0;
}

#centerpiece {
  position: relative;
}
#centerpiece .links {
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 4rem);
  min-height: 70vh;
  overflow: hidden;
  margin: 2rem;
  padding-top: 10vh;
  border: 1px solid rgba(237, 233, 233, 0.776);
  border-top-left-radius: 240px;
  border-top-right-radius: 240px;
  background-image: url(angeldark.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: color;
}
#centerpiece .links a {
  position: absolute;
  width: 160px;
  display: inline-block;
  transform: translateX(-80px);
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem 0.15rem;
  text-decoration: none;
  border-radius: 20px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 8px rgba(237, 233, 233, 0.776);
}
#centerpiece .links a:hover {
  letter-spacing: 1.5px;
  filter: blur(0.5px);
}
#centerpiece .links a:nth-of-type(1) {
  top: 20%;
}
#centerpiece .links a:nth-of-type(2) {
  top: 40%;
  left: 20%;
}
#centerpiece .links a:nth-of-type(3) {
  top: 40%;
  right: 20%;
  transform: translateX(80px);
}
#centerpiece .links a:nth-of-type(4) {
  top: 30%;
}
#centerpiece .links a:nth-of-type(5) {
  top: 50%;
}
#centerpiece .links a:nth-of-type(6) {
  top: 80%;
}
#centerpiece .links a:nth-of-type(7) {
  top: 90%;
}
#centerpiece .links a[comingsoon] {
  opacity: 0.2;
  cursor: not-allowed;
}
#centerpiece .links:hover a:not(:hover) {
  filter: blur(2px);
}

#frame {
  width: 100%;
  min-height: 100vh;
}
#frame .frame-overlay, #frame .frame-content {
  position: absolute;
  width: min(50vw, 400px);
  height: min(80vh, 600px);
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
#frame .frame-overlay {
  background-image: url(frame.gif);
  background-size: contain;
  z-index: 2;
  filter: grayscale(100%) contrast(1.5) brightness(0.4);
}
#frame .frame-content {
  background-image: url(image.gif);
  background-size: cover;
  mix-blend-mode: lighten;
  width: calc(min(50vw, 400px) - min(90px, 18vw));
  height: calc(min(80vh, 600px) - min(220px, 33vh));
  top: calc(10% + min(85px, 15vh));
  left: 50%;
  transform: translateX(-50%);
}

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