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

.kylesans2020 {
  font-family: kylesans_2020;
}

.kylesans2025 {
  font-family: kylesans_2025;
  font-size: 2.4rem;
}

p, li, h2, h3, h4, a, * {
  color: white;
}

button {
  color: black;
}

.hidden {
  display: none !important;
}

#spinny-cds.hidden {
  display: none;
}

#yt-player.hidden {
  display: none;
}

#introScreen.hidden {
  display: none;
}

#introCanvas.hidden {
  display: none;
}

#bottom-game-info-banner.hidden {
  display: none;
}

@font-face {
  font-family: kylesans_2020;
  src: url(../../../assets/fonts/Kyle_Sans_2020.ttf);
}
@font-face {
  font-family: kylesans_2025;
  src: url(../../../assets/fonts/Kyle_sans_2025-Regular.otf);
}
@font-face {
  font-family: "LibreBaskerville";
  src: url("../../../assets/fonts/LibreBaskerville-Regular.otf");
  font-style: normal;
}
@font-face {
  font-family: "LibreBaskerville";
  src: url("../../../assets/fonts/LibreBaskerville-Italic.otf");
  font-style: italic;
}
@font-face {
  font-family: "LibreBaskerville";
  src: url("../../../assets/fonts/LibreBaskerville-Bold.otf");
  font-style: bold;
}
@keyframes spinCdImage {
  from {
    transform: rotate(0deg) scale(0.99);
  }
  to {
    transform: rotate(360deg) scale(0.99);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#spinnycd-minimized #cd-play-minimized {
  pointer-events: auto;
  cursor: pointer;
}
#spinnycd-minimized {
  pointer-events: auto;
  cursor: pointer;
  height: 123.75px;
  width: 129.25px;
}
@media (min-width: 600px) {
  #spinnycd-minimized {
    height: 146.575px;
    width: 129.25px;
  }
}
#spinnycd-minimized #cdshadow {
  position: fixed;
  width: 200px;
  height: 200px;
  top: -68.9655172414px;
  left: -68.9655172414px;
}
@media (min-width: 600px) {
  #spinnycd-minimized #cdshadow {
    width: 275px;
    height: 275px;
    top: -100px;
    left: -92.1658986175px;
  }
}
#spinnycd-minimized #cdshadow {
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 2px 2px 5px black;
}
#spinnycd-minimized #cdimage {
  position: fixed;
  width: 200px;
  height: 200px;
  top: -68.9655172414px;
  left: -68.9655172414px;
}
@media (min-width: 600px) {
  #spinnycd-minimized #cdimage {
    width: 275px;
    height: 275px;
    top: -100px;
    left: -92.1658986175px;
  }
}
#spinnycd-minimized #cdimage {
  object-fit: cover;
  filter: blur(6px);
  border-radius: 50%;
  /* image-rendering: pixelated; */
  /* image-resolution: 300dpi; */
  animation: spinCdImage 30s linear infinite;
}
#spinnycd-minimized #cdoverlay {
  position: fixed;
  width: 200px;
  height: 200px;
  top: -68.9655172414px;
  left: -68.9655172414px;
}
@media (min-width: 600px) {
  #spinnycd-minimized #cdoverlay {
    width: 275px;
    height: 275px;
    top: -100px;
    left: -92.1658986175px;
  }
}
#spinnycd-minimized #cdoverlay {
  animation: spin 30s linear infinite;
}
#spinnycd-minimized #songname_svg {
  position: fixed;
  width: 200px;
  height: 200px;
  top: -68.9655172414px;
  left: -68.9655172414px;
}
@media (min-width: 600px) {
  #spinnycd-minimized #songname_svg {
    width: 275px;
    height: 275px;
    top: -100px;
    left: -92.1658986175px;
  }
}
#spinnycd-minimized #songname_svg text {
  font-family: Arial, sans-serif;
  font-size: 11px;
  fill: white;
  text-shadow: 2px 2px 2px black;
}
#spinnycd-minimized button {
  position: fixed;
  width: 65px;
  height: 65px;
  top: 0px;
  left: 0px;
}
@media (min-width: 600px) {
  #spinnycd-minimized button {
    width: 80px;
    height: 80px;
    top: 5px;
    left: 5px;
  }
}

#spinnycd-player {
  position: absolute;
  top: 0;
  left: 0;
}
#spinnycd-player #spinnycd-player-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-title {
    width: auto;
    text-align: left;
    top: 90vh;
  }
}
#spinnycd-player #spinnycd-player-background {
  background-color: rgba(0, 0, 0, 0.8392156863);
  width: 100vw;
  height: 100vh;
  position: absolute;
}
#spinnycd-player #spinnycd-player-visualizer-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#spinnycd-player #spinnycd-cdelements-container {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: absolute;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#spinnycd-player #spinnycd-cdelements-container #currentTrack {
  box-shadow: 0px 0px 46px white;
}
#spinnycd-player #spinnycd-cdelements-container > div > img {
  pointer-events: auto;
}
#spinnycd-player #spinnycd-player-background-mobilegradient {
  pointer-events: none;
  background: linear-gradient(0deg, #8a478c 38%, rgba(237, 221, 83, 0) 72%);
  filter: blur(5px);
  width: 100vw;
  height: 100vh;
  position: absolute;
}
#spinnycd-player #spinnycd-player-elements {
  pointer-events: none;
}
#spinnycd-player #spinnycd-player-elements button, #spinnycd-player #spinnycd-player-elements input {
  pointer-events: auto;
  cursor: pointer;
}
#spinnycd-player #spinnycd-player-elements {
  z-index: 4;
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-elements {
    position: absolute;
  }
  #spinnycd-player #spinnycd-player-elements * {
    position: absolute;
  }
}
#spinnycd-player #spinnycd-player-close {
  pointer-events: auto;
  cursor: pointer;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-elements-currcd-container {
    position: absolute;
    top: 0;
    left: 46vw;
  }
}
#spinnycd-player #spinnycd-player-elements-currcd {
  top: 50px;
  left: 50px;
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 5%;
  box-shadow: 3px 3px 4px #000000;
}
#spinnycd-player #cdimage-player, #spinnycd-player #cdoverlay-player {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
#spinnycd-player #cdimage-player {
  filter: blur(6px);
}
#spinnycd-player #spinnycd-player-elements-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: start;
  width: 100vw;
  height: 100px;
  margin-top: 10px;
}
#spinnycd-player #spinnycd-player-elements-controls button {
  position: static;
  width: 14vw;
  height: 50px;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-elements-controls {
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  #spinnycd-player #spinnycd-player-elements-controls > button {
    position: static;
    height: 68px;
    aspect-ratio: 1;
    width: auto;
  }
}
#spinnycd-player #spinnycd-player-elements-modules {
  pointer-events: auto;
  position: static;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(9px);
  border-radius: 5px;
  height: 40vh;
  width: 90vw;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-elements-modules {
    background: linear-gradient(70deg, rgba(42, 123, 155, 0) 35%, rgba(253, 169, 169, 0.5215686275) 70%, rgba(253, 172, 171, 0.831372549) 100%);
    background-color: rgba(0, 0, 0, 0.5882352941);
    position: absolute;
    width: 30vw;
    height: 83vh;
    left: 70vw;
    top: 0;
    border-radius: 3%;
    text-align: end;
  }
}
#spinnycd-player #spinnycd-player-elements-modules {
  display: flex;
}
#spinnycd-player #spinnycd-player-elements-modules * {
  position: static;
}
#spinnycd-player #spinnycd-player-elements-modules {
  display: flex;
  flex-direction: row;
  gap: 25px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-snap-align: center;
}
#spinnycd-player #spinnycd-player-elements-modules .module {
  min-width: 77vw;
  height: 100%;
  scroll-snap-align: center;
  overflow-y: hidden;
  padding: 20px;
  padding-bottom: 0px;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-elements-modules .module {
    min-width: 30vw;
    padding-bottom: 20px;
    text-shadow: 3px 3px 4px black;
  }
}
#spinnycd-player #spinnycd-player-elements-modules .module h1 {
  font-size: 19px;
  padding: 5px;
  max-height: 100%;
}
#spinnycd-player #spinnycd-player-elements-modules .module.center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#spinnycd-player #spinnycd-player-elements-modules #module-vibes .tv-frame {
  position: relative;
  width: min(300px, 80vw);
  aspect-ratio: 4/3;
}
#spinnycd-player #spinnycd-player-elements-modules #module-vibes .vibes-tvoverlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#spinnycd-player #spinnycd-player-elements-modules #module-vibes .vibes-channel {
  position: absolute;
  top: 12%;
  left: 20%;
  width: 64%;
  height: 63%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 600px) {
  #spinnycd-player #spinnycd-player-elements-modules #module-vibes .vibes-channel {
    top: 13%;
    left: 22%;
    width: 56%;
    height: 70%;
  }
}
#spinnycd-player #spinnycd-player-elements-modules .module.lyrics {
  overflow-y: scroll;
  white-space: pre-line;
}
#spinnycd-player #spinnycd-player-elements-modules .module.playlists {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  gap: 10px;
}
#spinnycd-player #spinnycd-player-elements-modules .module.playlists ul {
  height: 86%;
  width: 100%;
}
#spinnycd-player #spinnycd-player-elements-modules .module.playlists div {
  height: auto;
  list-style-type: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: end;
}
#spinnycd-player #spinnycd-player-elements-modules .module.playlists div > img {
  width: 100%;
  object-fit: contain;
}
#spinnycd-player #spinnycd-player-elements-modules .module.playlists div > button {
  width: 90px;
  height: 43px;
  margin: 15px;
}
#spinnycd-player #spinnycd-player-elements-modules .module#module-flavortext {
  overflow: scroll;
}

#background-image {
  background-image: url("../../../assets/img/2025-02-10 Waiting.png");
  background-size: 100px;
  image-rendering: pixelated; /* Ensures nearest-neighbor scaling */
  image-rendering: crisp-edges;
  -webkit-animation: bg-scrolling-reverse 15s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 15s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 15s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 15s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

#overlay-effect {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 99;
  pointer-events: none;
}

.sad {
  backdrop-filter: contrast(80%) grayscale(100%);
  transition: backdrop-filter 3s ease-in;
}

.inward {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.72) 95%, black 100%);
  transition: backdrop-filter 3s ease-in;
}

.healing {
  backdrop-filter: saturate(40%) contrast(80%);
  transition: backdrop-filter 3s ease-in;
}

.miserable {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 32%, rgba(72, 0, 0, 0.92) 95%, black 100%);
  backdrop-filter: blur(1px) contrast(75%) grayscale(100%);
  transition: backdrop-filter 3s ease-in;
}

.page-index #mainbody--iframes {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr; /* Full height */
  overflow: hidden; /* No window scrollbars */
  width: 100vw;
  height: 100vh;
}
.page-index #mainframe--navcontainer {
  display: flex;
  flex-direction: row;
}
.page-index #bloxNav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.page-index #bloxNav .tilt {
  transition: 0.2s;
}
.page-index #bloxNav .tilt:hover {
  transform: rotate(6deg) scale(2);
}
.page-index .bloxBlock img {
  width: 100%;
}
@media (min-width: 600px) {
  .page-index #mainbody--iframes {
    /* Change to 1 column */
    grid-template-columns: auto 1fr;
    /* Row 1: Content (huge), Row 2: Sidebar (auto size) */
    grid-template-rows: 1fr;
  }
  .page-index #mainframe--navcontainer {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    max-width: 170px;
    height: 100%;
  }
  .page-index #bloxNav {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    width: auto;
    height: 100%;
  }
  .page-index .bloxBlock img {
    width: 80%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
@media (max-height: 600px) {
  .page-index #bloxNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: auto;
    height: 100%;
  }
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 100px 100px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 100px 100px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 100px 100px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 100px 100px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 100px 100px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 100px 100px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 100px 100px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 100px 100px;
  }
}
.page-index #mainbody--iframes iframe {
  border: none;
}
.page-index #mainbody--iframes #mainframe--iframe {
  height: 100%;
  width: 100%;
}
.page-index #mainframe--navcontainer {
  min-width: 0;
}
.page-index #mainframe--navcontainer #bloxnav--iframe {
  height: 100%;
  width: 100%;
}
.page-index #mainframe--navcontainer #bloxnav--iframe html {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-index #mainframe--navcontainer #bloxnav--iframe body {
  width: 100%;
  height: 100%;
}
.page-index #nomatch-body {
  background-image: url("assets/2025-02-10 Waiting.png");
  background-size: 100px;
  image-rendering: pixelated; /* Ensures nearest-neighbor scaling */
  image-rendering: crisp-edges;
  filter: invert(1);
}
.page-index #yt-player {
  display: block;
  position: absolute;
  z-index: 8;
  object-fit: contain;
  left: 0px;
  top: 0px;
  background-color: #355280;
  resize: both;
  overflow: auto;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
}
.page-index #yt-player iframe {
  min-width: 230px;
  min-height: 200px;
  width: 100%;
  height: 100%;
}
.page-index #yt-player-bar {
  background-color: #0d3980;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.page-index #yt-player-dragbar {
  flex-grow: 1;
  cursor: move;
}
.page-index #transitionCanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 7;
  pointer-events: none;
}
.page-index .bloxNav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 2s ease-in-out;
}
.page-index #bloxNav,
.page-index #bloxNav a,
.page-index #bloxNav a:visited {
  color: #4bc6f3;
}
.page-index #bloxNav a {
  text-decoration: none;
  flex-grow: 1;
}
.page-index .bloxBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 0;
  gap: 3px;
  /* background-color: undefined;
  padding: 5px 6px;
  border: 0px dashed #929000;
  border-radius: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  gap: 3px; */
}
.page-index .bloxBlock img,
.page-index .bloxBlock span {
  display: inline-block;
  vertical-align: middle;
}
.page-index .bloxBlock img {
  /* height: 120px; */
  /*height: 15vw;*/
  /* max-height: 75vh; */
  /* max-height: 11vw; */
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}
.page-index .bloxBlock span {
  display: none;
}
.page-index .bloxNav-btn:hover {
  cursor: pointer;
}
.page-index #introCanvas {
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  object-fit: fill;
}
.page-index #introScreen {
  background-color: black;
  position: fixed;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  object-fit: fill;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
  gap: 20px;
  padding-bottom: 10vh;
}
.page-index #introScreen > p {
  z-index: 9;
  font-size: xxx-large;
}
.page-index #introScreen > img {
  z-index: 9;
  width: 200px;
  aspect-ratio: 1;
}

/* For Buttons/Links */
.page-home #welcome--words {
  max-width: 90%;
}
@media (min-width: 600px) {
  .page-home #welcome--words {
    max-width: 60%;
  }
}
.page-home #mainPage--hero {
  height: 25vh;
}
.page-home #mainPage--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home #welcome--words {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.page-home .welcome--words--em {
  padding: 10px;
}
.page-home #mainPage--container {
  display: flex;
  background-color: #263d51;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.page-home #featured-art {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-home #featured-art img {
  object-fit: contain;
  max-height: 366px;
  box-shadow: 12px 12px 12px 4px black;
}
.page-home #featured-art img:hover {
  cursor: pointer;
}
.page-home #featured-art p {
  margin-top: 20px;
}
.page-home #mainPage--favoriteThings {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  gap: 20px;
  padding-top: 20px;
  padding-left: 10px;
  border-style: double;
  border-radius: -9px;
  border-color: #b0bcce;
  padding-top: 20px;
  padding-left: 10px;
  border-width: 3px;
}
.page-home .favoriteThing {
  max-height: 400px;
  padding: 20px;
}
.page-home .favoriteThing li {
  list-style-type: none;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
}
.page-home .favoriteThing ul {
  height: 250px;
  max-width: 400px;
  overflow-y: scroll;
}
.page-home h1 {
  color: #d9efff;
  font-size: xxx-large;
}
.page-home .welcome--quickfactsfavethings {
  display: grid;
  grid-template-rows: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-home .welcome--quickfactsfavethings div {
  padding: 10px;
  max-width: 400px;
  padding-top: 20px;
  padding-left: 25px;
}
.page-home .mainPage--factsandstuff {
  display: flex;
  flex-direction: row;
  gap: 10vh;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.page-home .welcome--links {
  position: relative;
  height: 750px;
  width: 100%;
  display: flex;
}
.page-home .welcome--links div {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-home .welcome--links a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 113px;
  height: 140px;
  margin-left: -40px;
  margin-top: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  border-style: solid;
  border-width: 7px;
  border-radius: 17px;
  border-color: #242424;
  box-shadow: 0 0 91px #86bbbd;
}
.page-home .welcome--links a img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}
@keyframes kf_lanternMarchLeft {
  0% {
    left: calc(125px - 56.5px);
    top: calc(125px - 70px);
  }
  25% {
    left: calc(125px - 56.5px);
    top: calc(800px - 125px - 70px);
  }
  50% {
    left: calc(100% - 125px);
    top: calc(800px - 125px - 70px);
  }
  75% {
    left: calc(100% - 125px);
    top: calc(125px - 70px);
  }
  100% {
    left: calc(125px - 56.5px);
    top: calc(125px - 70px);
  }
}
.page-home .welcome--links a:nth-child(1) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -0s;
}
.page-home .welcome--links a:nth-child(2) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -10s;
}
.page-home .welcome--links a:nth-child(3) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -20s;
}
.page-home .welcome--links a:nth-child(4) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -30s;
}
.page-home .welcome--links a:nth-child(5) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -40s;
}
.page-home .welcome--links a:nth-child(6) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -50s;
}
.page-home .welcome--links a:nth-child(7) {
  animation-name: kf_lanternMarchLeft;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: -60s;
}
@keyframes kf_lanternMarchRight {
  0% {
    left: calc(100% - 125px);
    top: 55px;
  }
  25% {
    left: calc(100% - 125px - 113px);
    top: 700px/2;
  }
  50% {
    left: calc(100% - 125px);
    top: 755px;
  }
  75% {
    left: calc(100% - 125px + 113px);
    top: 700px/2;
  }
  100% {
    left: calc(100% - 125px);
    top: 55px;
  }
}
@keyframes lanternMarch_right_circle {}
@media (min-width: 600px) {
  .page-home .welcome--links a:nth-child(1) {
    animation-name: none;
    transform: translate(-368px, -153px) rotate(3deg);
  }
  .page-home .welcome--links a:nth-child(2) {
    animation-name: none;
    transform: translate(6px, -137px) rotate(0.5deg);
  }
  .page-home .welcome--links a:nth-child(3) {
    animation-name: none;
    transform: translate(380px, -225px) rotate(-4deg);
  }
  .page-home .welcome--links a:nth-child(4) {
    animation-name: none;
    transform: translate(-486px, 109px) rotate(6deg);
  }
  .page-home .welcome--links a:nth-child(5) {
    animation-name: none;
    transform: translate(-133px, 172px) rotate(2deg);
  }
  .page-home .welcome--links a:nth-child(6) {
    animation-name: none;
    transform: translate(188px, 144px) rotate(-1deg);
  }
  .page-home .welcome--links a:nth-child(7) {
    animation-name: none;
    transform: translate(436px, 60px) rotate(-3deg);
  }
  .page-home .welcome--links a:nth-child(1) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 0.5s;
  }
  .page-home .welcome--links a:nth-child(2) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 1s;
  }
  .page-home .welcome--links a:nth-child(3) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 1.5s;
  }
  .page-home .welcome--links a:nth-child(4) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 2s;
  }
  .page-home .welcome--links a:nth-child(5) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 2.5s;
  }
  .page-home .welcome--links a:nth-child(6) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 3s;
  }
  .page-home .welcome--links a:nth-child(7) {
    animation: float 3s ease-in-out infinite;
    width: 141px;
    height: 172px;
    /* Stagger the animation so they don't move in unison */
    animation-delay: 3.5s;
  }
}
@keyframes float {
  0%, 100% {
    margin-top: -40px;
  } /* Default position */
  50% {
    margin-top: -50px;
  } /* Bobbing up */
}
@media (min-width: 600px) {
  .page-home .welcome--links {
    justify-content: center;
    align-items: center;
    height: 839px;
  }
  .page-home .welcome--links div {
    overflow-x: hidden;
  }
}
.page-home .welcome--links a:hover {
  background-color: #86bbbd;
  border-color: white;
  z-index: 20;
  box-shadow: 0 0 137px #86bbbd, 0 0 40px rgba(134, 187, 189, 0.6);
  transform: inherit scale(1.5) !important;
}
.page-home .letters-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100vw;
  padding: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.page-home .letters-container > div {
  background-color: #f1d1a7;
  padding: 1rem;
  white-space: normal;
  box-shadow: 9px 13px 6px #000000;
  scroll-snap-align: center;
}
.page-home .letters-container > div details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 600px;
  min-height: 400px;
}
.page-home .letters-container > div details > summary {
  color: black;
  list-style: none;
}
.page-home .letters-container > div details > summary:hover {
  cursor: pointer;
}
.page-home .letters-container > div details > p, .page-home .letters-container > div details li {
  color: black;
}
.page-home #gamesLink {
  font-weight: bold;
  cursor: pointer;
}
.page-home #splashes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: small;
  padding: 15px;
}
.page-home #favoriteThing--links ul {
  padding-left: 35px;
}
.page-home #favoriteThing--links li {
  display: none;
  display: list-item;
  list-style-type: circle;
}
.page-home #favoriteThing--links li::marker {
  color: white;
}
.page-home #boppinboombox {
  display: block;
  bottom: 0px;
  position: sticky;
  float: right;
  width: 20vh;
}
.page-home .welcome--freeVirus {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #f0f0f0;
}
.page-home .danceBreak {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
}
.page-home .danceBreak img {
  max-height: 40vh;
}
.page-home #picklerick {
  width: 200px;
}
.page-home #mariosleep {
  object-fit: contain;
  aspect-ratio: 1;
  width: 100%;
  max-width: 200px;
}
.page-home footer {
  display: flex;
  flex-direction: row;
  padding: 20px;
  position: relative;
  justify-content: space-between;
  margin-top: 100px;
  align-items: end;
}

.page-art .leaflet-image-layer.leaflet-zoom-animated.leaflet-interactive.customdim-img-cover {
  object-fit: cover !important;
}
.page-art img {
  border-radius: 3px;
  filter: drop-shadow(0px 4px 6px #000);
}
.page-art {
  /* 1. The Starting State */
  /* We apply this class immediately when creating the image */
}
.page-art .art-fade-anim {
  opacity: 0;
  transition: opacity 1.5s ease-out; /* Adjust '1.5s' to change speed */
  will-change: opacity; /* hints the browser to optimize this property */
}
.page-art {
  /* 2. The Target State */
  /* We add this class via JS when we are ready to show it */
}
.page-art .afa-visible {
  opacity: 1;
}
.page-art #map {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}
.page-art #map p, .page-art #map li, .page-art #map h2, .page-art #map h3, .page-art #map h4, .page-art #map a {
  color: black;
  font-family: LibreBaskerville;
  font-weight: lighter;
  font-size: small;
}
.page-art #map span {
  color: black;
  font-size: large;
}
.page-art #map .pixelated-art-overlay {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.page-art #map .leaflet-overlay-pane svg {
  z-index: 1 !important;
}

.page-games {
  background-color: #3B3B3B;
}
.page-games iframe {
  display: none;
}
@media (min-width: 600px) {
  .page-games .rotate-banner {
    display: none;
  }
  .page-games iframe {
    display: block;
  }
}
.page-games p, .page-games a, .page-games details, .page-games summary, .page-games h2, .page-games li {
  font-family: "Pixelify Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: medium;
}
.page-games h2 {
  font-size: xxx-large;
}
.page-games h1 {
  font-family: kylesans_2020;
  color: #d9efff;
  font-size: xxx-large;
}
.page-games p {
  font-family: kylesans_2025;
  font-size: xx-large;
}
.page-games .games--container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
}
.page-games .game--cover {
  height: 213px;
  width: 286px;
}
.page-games .game--cover img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-games .game--cover:hover {
  cursor: pointer;
  transform: scale(1.5) translateY(-5px);
  filter: drop-shadow(0 5px 3px black);
}
.page-games #game-playing-container {
  width: 100vw;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-games #game-playing-container iframe {
  z-index: 20;
  width: 600px;
  height: 400px;
}
.page-games #game-playing-container > p {
  width: 600px;
  font-size: small;
  text-align: center;
}
.page-games #game--title {
  height: 15vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-games #game--title > p {
  height: 5vh;
  font-size: x-large;
}
.page-games #game--title > h2 {
  height: 10vh;
  font-size: xx-large;
}
.page-games .gameoptions {
  display: flex;
  flex-direction: column;
}
.page-games .gameoptions :hover {
  cursor: pointer;
  text-decoration: underline;
}
.page-games .gameoptions :first-child {
  text-decoration: none;
}
.page-games .gameinfo {
  width: 100vw;
  padding: 20px;
}
.page-games .gameinfo p, .page-games .gameinfo li {
  font-size: larger;
}
.page-games .gameinfo li {
  list-style-type: none;
}
.page-games .gameinfo#disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
}
.page-games .gameinfo#controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-games #details {
  width: 100vw;
  display: grid;
  grid-template-columns: 170px auto;
  column-gap: 15px;
}
.page-games #mygames-library-container {
  padding: 20px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.page-games #mygames-library-container p {
  font-size: larger;
}
.page-games #lights-out {
  background-color: black;
  position: fixed;
  z-index: 11;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  object-fit: fill;
}
.page-games #bottom-game-info-banner {
  background-color: rgba(0, 0, 0, 0.6);
  position: sticky;
  bottom: 0px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-games #bottom-game-info-banner h2, .page-games #bottom-game-info-banner p {
  filter: drop-shadow(5px 5px 1px black);
}
.page-games #bottom-game-info-banner h2 {
  font-size: 56px;
}
.page-games #bottom-game-info-banner p {
  font-size: 40px;
}

.page-shrines h1 {
  font-family: kylesans_2025;
  font-size: 80px;
}
.page-shrines h2 {
  font-family: kylesans_2025;
  font-size: 65px;
}
.page-shrines p {
  font-family: kylesans_2025;
  font-size: 50px;
  background-color: rgba(0, 0, 0, 0.968627451);
  padding: 10px;
}
.page-shrines .shrine-characters-container {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 142px;
  justify-content: space-evenly;
}
.page-shrines .shrine-character {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-shrines .shrine-character img {
  width: 250px;
  aspect-ratio: 2.5/3.5;
  object-fit: cover;
}
.page-shrines .shrine-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-left: 15vw;
  padding-right: 15vw;
  padding-top: 10vh;
}
.page-shrines .shrine-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-shrines #shrine-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
.page-shrines .shrine-photo {
  width: 101px; /* 16.9vw */
  /* height: 154px; */
  /* width: 10vw; */
  /* height: 350px; */
  aspect-ratio: 2.5/3.5;
  object-fit: cover;
  border-radius: 5px;
  margin: 5px;
}
@media (min-width: 800px) {
  .page-shrines #shrine-photos {
    width: 70vw;
  }
}
@media (min-width: 900px) {
  .page-shrines .shrine-photo {
    width: 208px; /* 16.9vw */
    /* height: 350px; */
  }
}
.page-shrines .shrine-photo.flipped {
  transform: scaleX(-1);
}

.page-manga {
  padding: 10vw;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.page-manga .library-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-manga .library-collection .library-item details {
  display: flex;
  flex-direction: row;
}
.page-manga .library-collection .library-item summary {
  list-style: none;
}
.page-manga .library-collection .library-item img {
  object-fit: cover;
  width: 150px;
  height: 200px;
}
.page-manga .library-collection .library-item .thoughts {
  height: 200px;
  width: 300px;
  overflow: scroll;
  padding: 20px;
}

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