* {
  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; }
.page-index {
  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 7s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 7s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 7s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 7s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear; }
  .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: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr; }
  .page-index #bloxNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 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%; }
  .page-index #spinny-cds {
    display: flex;
    flex-direction: row; }
    .page-index #spinny-cds > .cd-controls {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 170px;
      gap: 5px;
      justify-content: center; }
      .page-index #spinny-cds > .cd-controls input {
        height: 50%;
        writing-mode: vertical-lr; }
  @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 {
      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; }
    .page-index #spinny-cds {
      display: flex;
      flex-direction: column; }
      .page-index #spinny-cds > .cd-controls {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        width: 170px;
        height: auto; }
        .page-index #spinny-cds > .cd-controls input {
          height: 34px;
          writing-mode: horizontal-tb;
          width: 50%; } }
  @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; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .page-index #spinnyCdsCanvas {
    background-color: #0000008c;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    position: absolute;
    right: 0;
    bottom: 0; }
  .page-index #spinny-cds {
    top: 0;
    left: 0; }
    .page-index #spinny-cds #current-cd {
      height: 170px;
      width: 170px;
      aspect-ratio: 1;
      border-radius: 50%;
      object-fit: cover;
      z-index: 5;
      position: relative; }
    .page-index #spinny-cds #cdoverlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 170px;
      width: 170px;
      z-index: 6; }
  .page-index .spinnycd {
    animation: spin 7s linear infinite; }
  .page-index #spinny-cds:hover {
    cursor: pointer; }
  .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: 50%;
    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: fill; }
.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 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 #86bbbdff; }
    .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 - $lantern_width);
    top: 700px/2; }
  50% {
    left: calc(100% - 125px);
    top: 755px; }
  75% {
    left: calc(100% - 125px + $lantern_width);
    top: 700px/2; }
  100% {
    left: calc(100% - 125px);
    top: 55px; } }
    @media (min-width: 600px) {
      .page-home .welcome--links a:nth-child(1) {
        animation-name: none;
        transform: translate(calc(210px - 578px), calc(175px - 328px)) rotate(3deg); }
      .page-home .welcome--links a:nth-child(2) {
        animation-name: none;
        transform: translate(calc(584px - 578px), calc(191px - 328px)) rotate(0.5deg); }
      .page-home .welcome--links a:nth-child(3) {
        animation-name: none;
        transform: translate(calc(958px - 578px), calc(103px - 328px)) rotate(-4deg); }
      .page-home .welcome--links a:nth-child(4) {
        animation-name: none;
        transform: translate(calc(92px - 578px), calc(437px - 328px)) rotate(6deg); }
      .page-home .welcome--links a:nth-child(5) {
        animation-name: none;
        transform: translate(calc(445px - 578px), calc(500px - 328px)) rotate(2deg); }
      .page-home .welcome--links a:nth-child(6) {
        animation-name: none;
        transform: translate(calc(766px - 578px), calc(472px - 328px)) rotate(-1deg); }
      .page-home .welcome--links a:nth-child(7) {
        animation-name: none;
        transform: translate(calc(1014px - 578px), calc(388px - 328px)) 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: #86bbbdff;
  border-color: white;
  z-index: 20;
  box-shadow: 0 0 137px #86bbbdff, 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 {
        color: black; }
.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 {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .page-art #artcanvas {
    width: 100%;
    height: 100%; }

.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: #000000f7;
  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 .library-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .page-manga .library-collection .library-item img {
    object-fit: cover;
    width: 150px;
    height: 200px; }

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