@font-face {
  font-family: "MS UI Gothic";
  src: URL("./assets/fonts/MS-UIGothic-02.ttf") format("truetype"); }
@font-face {
  font-family: "Daydream";
  src: URL("./assets/fonts/Daydream.ttf") format("truetype"); }
@font-face {
  font-family: "Bangalore";
  src: URL("./assets/fonts/Bangalore.ttf") format("truetype"); }
@keyframes moving-bg {
  0% {
    background-position-y: 600px; }
  100% {
    background-position-y: 0; } }
@keyframes moving-bg-2 {
  0% {
    background-position-y: 0; }
  100% {
    background-position-y: 600px; } }
@keyframes moving-bg-3 {
  0% {
    background-position-x: 600px; }
  100% {
    background-position-x: 0; } }
@keyframes blimp {
  0% {
    right: 0; }
  100% {
    right: calc(100% + 20px); } }
@keyframes blimp-2 {
  0% {
    left: -45px; }
  100% {
    left: calc(100% + 80px); } }
@keyframes baloon {
  0% {
    bottom: 0;
    left: 100px; }
  100% {
    bottom: calc(100% + 85px);
    left: 220px; } }
@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1500px); } }
@keyframes scroll-reverse {
  0% {
    transform: translateX(-1150px); }
  100% {
    transform: translateX(180px); } }
@keyframes scroll-inner-page {
  0% {
    transform: translateX(-900px); }
  100% {
    transform: translateX(0); } }
@keyframes scroll-about-page {
  0% {
    transform: translateX(-1100px); }
  100% {
    transform: translateX(0); } }
@keyframes scroll-wii {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1100px); } }
@keyframes scroll-mp {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1200px); } }
@keyframes scroll-mp2 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1500px); } }
@keyframes scroll-album {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-550px); } }
.hidden {
  display: none !important; }

html {
  cursor: url("./assets/imgs/doggy-cursor-v2.png"), auto; }
  html.about ::-webkit-scrollbar-track {
    background-color: #d5dfff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #d5dfff; }
  html.about ::-webkit-scrollbar-thumb {
    background-color: #f5fafe;
    border: 1px solid #d5dfff; }
  html.pixel-art ::-webkit-scrollbar-track {
    background: url(./assets/imgs/bg.png);
    background-size: 3px; }
  html.pixel-art ::-webkit-scrollbar-thumb {
    background-color: #fef0ea; }
  html.photos ::-webkit-scrollbar-track {
    background: url(./assets/imgs/bg.png);
    background-size: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #f6abe1; }
  html.photos ::-webkit-scrollbar-thumb {
    background-color: #fef0ea;
    border: 1px solid #f6abe1; }
  html.mario-party {
    cursor: url("./assets/imgs/mario-party/assets/Waluigi_Messy_Memory_Cursor.webp"), auto;
    height: 100vh; }
    html.mario-party::before, html.mario-party::after {
      content: "";
      position: absolute;
      left: 0px;
      z-index: 1;
      background-image: url(./assets/imgs/shrines-frame.png);
      height: calc(100% + 20px);
      width: 24px;
      transform: scaleX(-1);
      top: -20px; }
    html.mario-party::after {
      left: unset;
      right: 0;
      transform: unset; }
    html.mario-party.mario-party::before, html.mario-party.mario-party::after {
      content: "";
      position: absolute;
      top: 0px;
      z-index: 1;
      background-image: url(./assets/imgs/shrines-frame.png);
      height: 100vw;
      width: 24px;
      left: calc(50vw - 13px);
      transform: rotate(270deg);
      top: calc(-50vw + 4px);
      -webkit-animation-delay: false;
      -webkit-animation-duration: 6s !important;
      -webkit-animation-name: moving-bg;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 6s !important;
      -moz-animation-name: moving-bg;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 6s !important;
      animation-name: moving-bg;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    html.mario-party.mario-party::after {
      top: unset;
      bottom: calc(-50vw + 13px);
      transform: rotate(90deg);
      -webkit-animation-delay: false;
      -webkit-animation-duration: 6s !important;
      -webkit-animation-name: moving-bg-2;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 6s !important;
      -moz-animation-name: moving-bg-2;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 6s !important;
      animation-name: moving-bg-2;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    html.mario-party.mario-party .toad-running.about {
      display: block; }
    html.mario-party.mario-party .toad-running.tierlist {
      display: none; }
    html.mario-party.mario-party .toad-running.photo-gallery {
      display: none; }
    html.mario-party.mario-party .toad-running.manuals {
      display: none; }
    html.mario-party.mario-party.tierlist::before {
      -webkit-animation-delay: false;
      -webkit-animation-duration: 18s !important;
      -webkit-animation-name: moving-bg;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 18s !important;
      -moz-animation-name: moving-bg;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 18s !important;
      animation-name: moving-bg;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    html.mario-party.mario-party.tierlist::after {
      -webkit-animation-delay: false;
      -webkit-animation-duration: 18s !important;
      -webkit-animation-name: moving-bg-2;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 18s !important;
      -moz-animation-name: moving-bg-2;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 18s !important;
      animation-name: moving-bg-2;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    html.mario-party.mario-party.tierlist body {
      -webkit-animation-delay: false;
      -webkit-animation-duration: 13s !important;
      -webkit-animation-name: moving-bg-3;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 13s !important;
      -moz-animation-name: moving-bg-3;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 13s !important;
      animation-name: moving-bg-3;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
      html.mario-party.mario-party.tierlist body .top-banner {
        -webkit-animation-delay: false;
        -webkit-animation-duration: 12s !important;
        -webkit-animation-name: moving-bg-3;
        -webkit-animation-direction: false;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-delay: false;
        -moz-animation-duration: 12s !important;
        -moz-animation-name: moving-bg-3;
        -moz-animation-direction: false;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        animation-delay: false;
        animation-duration: 12s !important;
        animation-name: moving-bg-3;
        animation-direction: false;
        animation-timing-function: linear;
        animation-iteration-count: infinite; }
    html.mario-party.mario-party.tierlist .toad-running.about {
      display: none; }
    html.mario-party.mario-party.tierlist .toad-running.tierlist {
      display: block;
      transform: scaleX(1); }
    html.mario-party.mario-party.tierlist .toad-running.photo-gallery {
      display: none; }
    html.mario-party.mario-party.tierlist .toad-running.manuals {
      display: none; }
    html.mario-party.mario-party.photo-gallery body {
      -webkit-animation-delay: false;
      -webkit-animation-duration: 7s !important;
      -webkit-animation-name: moving-bg-3;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 7s !important;
      -moz-animation-name: moving-bg-3;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 7s !important;
      animation-name: moving-bg-3;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
      html.mario-party.mario-party.photo-gallery body .top-banner {
        -webkit-animation-delay: false;
        -webkit-animation-duration: 14s !important;
        -webkit-animation-name: moving-bg-3;
        -webkit-animation-direction: false;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-delay: false;
        -moz-animation-duration: 14s !important;
        -moz-animation-name: moving-bg-3;
        -moz-animation-direction: false;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        animation-delay: false;
        animation-duration: 14s !important;
        animation-name: moving-bg-3;
        animation-direction: false;
        animation-timing-function: linear;
        animation-iteration-count: infinite; }
    html.mario-party.mario-party.photo-gallery .toad-running.about {
      display: none; }
    html.mario-party.mario-party.photo-gallery .toad-running.tierlist {
      display: none; }
    html.mario-party.mario-party.photo-gallery .toad-running.photo-gallery {
      display: block; }
    html.mario-party.mario-party.photo-gallery .toad-running.manuals {
      display: none; }
    html.mario-party.mario-party.game-manuals body {
      -webkit-animation-delay: false;
      -webkit-animation-duration: 9s !important;
      -webkit-animation-name: moving-bg-3;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 9s !important;
      -moz-animation-name: moving-bg-3;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 9s !important;
      animation-name: moving-bg-3;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    html.mario-party.mario-party.game-manuals .top-banner {
      -webkit-animation-delay: false;
      -webkit-animation-duration: 20s !important;
      -webkit-animation-name: moving-bg-3;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 20s !important;
      -moz-animation-name: moving-bg-3;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 20s !important;
      animation-name: moving-bg-3;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    html.mario-party.mario-party.game-manuals .toad-running.about {
      display: none; }
    html.mario-party.mario-party.game-manuals .toad-running.tierlist {
      display: none; }
    html.mario-party.mario-party.game-manuals .toad-running.photo-gallery {
      display: none; }
    html.mario-party.mario-party.game-manuals .toad-running.manuals {
      display: block;
      width: calc(93% - 2px);
      padding-top: 0; }
    html.mario-party .main-container .navigation-container.text-container a {
      color: #688368 !important; }

body {
  font-family: Verdana;
  background: url(./assets/imgs/bg-3-dithered.png);
  width: 800px;
  margin: 0px auto;
  padding: 25px;
  z-index: 2; }
  body.about .button-container img, body.resources .button-container img, body.blog .button-container img, body.webring .button-container img, body.shrines .button-container img {
    height: 35px; }
  body.about .button-container.shrines-buttons, body.resources .button-container.shrines-buttons, body.blog .button-container.shrines-buttons, body.webring .button-container.shrines-buttons, body.shrines .button-container.shrines-buttons {
    padding: 11.5px 10px; }
  body .cafe-rose {
    justify-content: center !important;
    display: flex !important;
    padding-top: 16px !important; }
    body .cafe-rose img {
      width: 60px; }
  body.pixel-art {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: url(./assets/imgs/flower-bg.png);
    background-color: lightcoral; }
    body.pixel-art .affie-container {
      height: 114px;
      overflow: auto; }
      body.pixel-art .affie-container .container {
        gap: 4px;
        display: flex;
        flex-wrap: wrap; }
        body.pixel-art .affie-container .container:last-of-type {
          padding-bottom: 6px; }
      body.pixel-art .affie-container h2 {
        padding-bottom: 6px;
        color: #c5432c; }
      body.pixel-art .affie-container p {
        font-size: 10px;
        color: #706157;
        padding-bottom: 8px; }
      body.pixel-art .affie-container a {
        font-size: unset;
        color: unset;
        display: inline;
        text-decoration: none; }
        body.pixel-art .affie-container a img {
          width: 32px;
          height: 32px; }
    body.pixel-art .toybox-description {
      display: block;
      width: 100%;
      color: #706157;
      padding-inline: 52px;
      padding-top: 2px; }
    body.pixel-art a img:hover {
      transform: scale(1.1); }
    body.pixel-art .toybox-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end;
      gap: 6px; }
    body.pixel-art .kitty-container {
      display: flex;
      gap: 4px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end;
      width: 90%;
      padding-bottom: 12px; }
    body.pixel-art .hmh-container {
      display: flex;
      gap: 0;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end;
      width: 90%;
      padding-bottom: 12px; }
    body.pixel-art .break {
      border-bottom: 1px dashed #9ca47f;
      height: 1px;
      width: 100%;
      margin-bottom: 16px; }
    body.pixel-art .credit {
      font-size: 10px;
      color: #706157;
      margin-bottom: 8px;
      padding: 1px 0 2px;
      width: 100%;
      text-align: center;
      margin-bottom: 12px; }
      body.pixel-art .credit:last-of-type {
        padding-bottom: 12px;
        border: none; }
      body.pixel-art .credit a {
        font-size: inherit;
        display: inline;
        color: #706157; }
        body.pixel-art .credit a:hover {
          text-decoration: none; }
    body.pixel-art .chat-bubble {
      margin: 0;
      padding: 5px 12px;
      position: relative;
      border: 1px solid #adb689;
      border-radius: 20px;
      flex: unset; }
      body.pixel-art .chat-bubble::before {
        content: "";
        width: 25px;
        height: 25px;
        background-size: 20px;
        position: absolute;
        left: -7px;
        bottom: 13px;
        top: unset;
        background: url(./assets/imgs/art-checkered-bg-2.png);
        opacity: 0.6;
        display: none; }
      body.pixel-art .chat-bubble:after {
        background: url(./assets/imgs/art-checkered-bg-2.png);
        opacity: 0.6;
        background-size: 20px;
        height: 100%; }
      body.pixel-art .chat-bubble p {
        color: #706157;
        font-size: 11px;
        font-family: "Bangalore"; }
        body.pixel-art .chat-bubble p.time-ago {
          position: absolute;
          right: 10px;
          bottom: -16px;
          font-size: 11px;
          color: #938074; }
    body.pixel-art .curiocabinet {
      display: block;
      width: 312px;
      max-width: 100vw;
      height: auto;
      border: 34px solid transparent;
      border-image: url("./assets/imgs/afternoontea-curio.png") 34;
      border-image-outset: 0;
      image-rendering: pixelated;
      position: relative;
      border-inline-width: 8px; }
      body.pixel-art .curiocabinet a {
        font-size: unset;
        display: inline;
        padding: 0;
        text-decoration: none; }
    body.pixel-art .shelves {
      line-height: 86px;
      background: url("./assets/imgs/afternoontea-shelf.png") repeat-y;
      text-align: center;
      display: inline-block;
      width: 100%;
      background-size: 312px 86px; }
    body.pixel-art .shelves img {
      vertical-align: bottom !important;
      display: inline-block;
      margin: 2px 4px; }
    body.pixel-art .top-banner {
      background-image: url(./assets/imgs/flower-bg-alt.png);
      background-color: #f6f3b0;
      background-size: 96px;
      animation: none;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 58px;
      border: 4px solid #ffc739; }
      body.pixel-art .top-banner h1 {
        font-family: "Daydream", Verdana, sans-serif;
        font-size: 16px;
        color: #fffeee;
        letter-spacing: 2px;
        text-shadow: -1px -1px 0 #ff5739, 1px 1px 0 #ff5739, -1px 1px 0 #ff5739, 1px -1px 0 #ff5739; }
    body.pixel-art .main-container {
      background: url(./assets/imgs/resource-text-bg.png);
      border-radius: 25px;
      clip-path: none;
      border: 6px solid #ffc739; }
    body.pixel-art .text-container {
      background-color: rgba(239, 196, 192, 0.85); }
      body.pixel-art .text-container.main-text {
        height: 184px;
        display: flex;
        align-items: center;
        flex-direction: column; }
        body.pixel-art .text-container.main-text p {
          text-align: center; }
        body.pixel-art .text-container.main-text.adoptables {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: center; }
          body.pixel-art .text-container.main-text.adoptables .toybox-description {
            width: 100%; }
      body.pixel-art .text-container.site-updates-container {
        height: 86px; }
        body.pixel-art .text-container.site-updates-container p {
          padding-bottom: 8px; }
        body.pixel-art .text-container.site-updates-container h2 {
          padding-bottom: 6px;
          color: #c5432c; }
        body.pixel-art .text-container.site-updates-container p {
          color: #706157; }
      body.pixel-art .text-container.button-container {
        width: 160px;
        height: 27px;
        display: flex;
        align-items: center; }
        body.pixel-art .text-container.button-container img {
          height: 20px;
          margin-left: -100px; }
        body.pixel-art .text-container.button-container .marquee {
          width: 170px;
          margin-left: -100px; }
    body.pixel-art .filters {
      display: flex;
      justify-content: center;
      gap: 8px; }
      body.pixel-art .filters button {
        color: #bbf98f;
        border-color: #f6abab;
        background-color: #ec7c68; }
        body.pixel-art .filters button.selected-button {
          color: #ec7c68;
          background-color: #bbf98f; }
    body.pixel-art .pixel-text-container {
      background-color: white;
      position: absolute;
      bottom: 14px;
      right: 14px;
      height: 250px;
      width: 200px;
      border: 1px solid cornflowerblue; }
      body.pixel-art .pixel-text-container p {
        font-size: 9px;
        padding: 4px; }
      body.pixel-art .pixel-text-container .pixel-top-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: deepskyblue;
        width: 100%;
        height: 16px;
        border-bottom: 1px solid cornflowerblue; }
        body.pixel-art .pixel-text-container .pixel-top-banner h1 {
          font-size: 12px;
          color: white; }
  body.about {
    background: url(./assets/imgs/blue-checkered-bg.png); }
    body.about ::-webkit-scrollbar-track {
      background-color: #d5dfff;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-left: 1px solid #d5dfff; }
    body.about ::-webkit-scrollbar-thumb {
      background-color: #f5fafe;
      border: 1px solid #d5dfff; }
    body.about .blimp-cat,
    body.about .blimp-cat-2,
    body.about .baloon-cat {
      display: none; }
    body.about .pets-container {
      display: flex;
      align-items: flex-end;
      position: relative; }
      body.about .pets-container img {
        height: max-content;
        padding: 0 !important;
        width: 100% !important;
        z-index: 1;
        top: 15px;
        position: absolute; }
        body.about .pets-container img:first-of-type {
          z-index: 5;
          height: 35px;
          top: 25px; }
        body.about .pets-container img.chibi {
          width: calc(100% - 50px) !important;
          margin: 0 25px; }
        body.about .pets-container img:last-of-type {
          z-index: 1;
          right: 0;
          margin-top: 29px;
          width: 21px !important;
          top: -5px;
          left: 37%; }
    body.about .shelf {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 4px;
      position: relative; }
      body.about .shelf a {
        transform-origin: bottom; }
        body.about .shelf a:hover {
          transform: scale(1.05); }
      body.about .shelf::after {
        content: "";
        height: 10px;
        width: 100%;
        background-color: #00b5ff;
        margin-top: 4px;
        box-shadow: 0px 2.3px 1.9px rgba(0, 0, 0, 0.028), 0px 5.4px 4.3px rgba(0, 0, 0, 0.041), 0px 9.7px 7.7px rgba(0, 0, 0, 0.051), 0px 16.1px 12.8px rgba(0, 0, 0, 0.059), 0px 26.5px 21.2px rgba(0, 0, 0, 0.069), 0px 46.2px 37px rgba(0, 0, 0, 0.082), 0px 100px 80px rgba(0, 0, 0, 0.11); }
      body.about .shelf.ds img {
        height: 38px;
        margin: 0 2px !important; }
      body.about .shelf.n64 img {
        height: 38px;
        margin: 0 7px !important; }
      body.about .shelf.n64:last-of-type {
        justify-content: flex-end; }
      body.about .shelf img {
        height: 54px;
        width: auto !important;
        padding: 0 !important;
        margin: 0 4px !important; }
    body.about .shelf-disclaimer {
      margin-top: 14px; }
    body.about .main-container {
      background: url(./assets/imgs/blue-container-bg.png); }
      body.about .main-container p img {
        width: 100%; }
    body.about .top-banner {
      border: 1px solid #ede0ef;
      background: url(./assets/imgs/blue-container-bg.png);
      background-size: 33px; }
      body.about .top-banner h1 {
        color: #ede0ef; }
    body.about .text-container {
      background-color: rgba(237, 224, 239, 0.8); }
      body.about .text-container h2 {
        text-align: center;
        padding: 0 10px 8px 0; }
      body.about .text-container.fan-listing {
        padding-inline: 0;
        justify-content: center;
        display: flex;
        flex-wrap: wrap; }
        body.about .text-container.fan-listing h2 {
          width: 100%; }
        body.about .text-container.fan-listing a {
          padding-bottom: 1px; }
        body.about .text-container.fan-listing img {
          width: unset !important;
          padding: 0 1px !important; }
      body.about .text-container.likes {
        height: 68px; }
        body.about .text-container.likes.blinkies {
          display: flex;
          align-items: center;
          flex-direction: column; }
          body.about .text-container.likes.blinkies img {
            width: unset;
            padding: 5px 0 2px; }
        body.about .text-container.likes.cds a {
          padding-bottom: 0;
          top: 6px;
          position: relative; }
          body.about .text-container.likes.cds a img {
            height: 62px;
            top: unset; }
        body.about .text-container.likes.full-height {
          height: 225px; }
        body.about .text-container.likes.half-height {
          height: 184px; }
        body.about .text-container.likes h2,
        body.about .text-container.likes p,
        body.about .text-container.likes a {
          color: #00b5ff;
          text-align: center; }
        body.about .text-container.likes img {
          width: 100%;
          padding: 5px 0 10px; }
        body.about .text-container.likes ul {
          margin: 0;
          padding: 0 10px; }
          body.about .text-container.likes ul li {
            color: #00b5ff;
            font-family: Vernada;
            font-size: 13px;
            list-style-type: "- ";
            padding-bottom: 8px; }
        body.about .text-container.likes .switch-code,
        body.about .text-container.likes .wii-code {
          position: relative; }
          body.about .text-container.likes .switch-code:after,
          body.about .text-container.likes .wii-code:after {
            content: "2710 9815 0609";
            position: absolute;
            bottom: 20.5px;
            z-index: 3;
            right: 7px;
            width: 100px;
            color: black;
            font-family: "MS UI Gothic", helvetica;
            font-size: 10px;
            text-align: right;
            letter-spacing: 0.3px; }
        body.about .text-container.likes .wii-code:after {
          content: "8019 7810 5244 0283";
          letter-spacing: normal;
          bottom: 19px;
          right: 7px; }
    body.about .main-text {
      display: flex; }
    body.about .site-updates-container {
      height: 225px;
      overflow-x: hidden; }
      body.about .site-updates-container .section-wrapper {
        border: 1px solid #00b5ff;
        padding: 3px;
        width: calc(100% - 6px); }
        body.about .site-updates-container .section-wrapper h2 {
          border: 1px solid #00b5ff;
          padding: 3px 3px 5px;
          border-bottom: 0;
          background: #00b5ff;
          color: #ede0ef; }
        body.about .site-updates-container .section-wrapper img {
          top: unset;
          padding-left: unset;
          background: #00b5ff;
          width: 90%;
          padding: 5%; }
        body.about .site-updates-container .section-wrapper .table-row {
          display: flex;
          border: 1px solid #00b5ff;
          border-top: none;
          padding: 3px; }
          body.about .site-updates-container .section-wrapper .table-row:first-of-type {
            border-top: 1px solid #00b5ff; }
          body.about .site-updates-container .section-wrapper .table-row p {
            text-align: center;
            padding-bottom: unset;
            padding: 3px; }
            body.about .site-updates-container .section-wrapper .table-row p:first-of-type {
              width: 40%;
              background-color: #00b5ff;
              color: #ede0ef;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center; }
            body.about .site-updates-container .section-wrapper .table-row p:last-of-type {
              width: 50%;
              color: #00b5ff; }
    body.about .navigation-container.text-container a {
      color: revert; }
    body.about footer span,
    body.about footer a {
      color: #50bcee; }
  body.photos {
    background: url(./assets/imgs/photo-checkered-bg-2.png); }
    body.photos .top-banner {
      border: 4px solid #a8b9fd; }
      body.photos .top-banner h1 {
        color: #fef9c6;
        text-shadow: 3px 1px 0 #a8a0fd; }
    body.photos footer.text-container a,
    body.photos footer.text-container span {
      color: #706157; }
    body.photos .main-text p {
      color: #706157; }
    body.photos .site-updates-container p {
      padding-left: 4px;
      border-left: 1px solid #706157;
      padding-bottom: 0;
      margin-bottom: 12px;
      margin-top: 6px;
      color: #706157; }
    body.photos .main-container {
      background: url(./assets/imgs/photo-text-bg-2.png);
      border: 6px solid #bfcdac;
      border-radius: 20px;
      clip-path: unset; }
    body.photos .text-container {
      background: url(./assets/imgs/bg-2-dithered.png);
      background-size: 120px;
      position: relative;
      border: 2px solid #f6abe1; }
      body.photos .text-container.site-updates-container, body.photos .text-container.navigation-container {
        border-right: none; }
      body.photos .text-container.filters {
        display: flex;
        justify-content: center; }
        body.photos .text-container.filters button {
          margin: 0 4px;
          color: #fdee70;
          border-color: #f6abe1;
          background-color: #f88dda; }
          body.photos .text-container.filters button.selected-button {
            color: #f88dda;
            background-color: #fdee70; }
    body.photos .photo-container {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(calc(33.3% - 20px), 1fr));
      grid-auto-flow: dense;
      padding: 0 10px 10px; }
      body.photos .photo-container img {
        width: 100%;
        margin-bottom: -3px; }
      body.photos .photo-container.film .photo.digital {
        display: none; }
      body.photos .photo-container.digital .photo.film {
        display: none; }
      body.photos .photo-container .tall {
        grid-row: span 2;
        justify-content: space-between;
        display: flex;
        flex-direction: column; }
    body.photos .site-updates-container {
      height: 227px;
      border-radius: 10px 0 0 10px; }
    body.photos .navigation-container {
      border-radius: 10px 0 0 10px; }
    body.photos .main-text {
      display: flex;
      align-items: center;
      height: 175.5px; }
      body.photos .main-text img {
        width: 149px;
        margin-right: 12px; }
    body.photos .text-container {
      padding: 10px 10px 7px; }
      body.photos .text-container.photo {
        transition: all 0.1s linear;
        margin: 0; }
        body.photos .text-container.photo img {
          transition: all 0.1s linear;
          border-radius: 4px; }
        body.photos .text-container.photo .row {
          justify-content: space-between;
          padding-top: 4px; }
        body.photos .text-container.photo .date,
        body.photos .text-container.photo .title,
        body.photos .text-container.photo .camera {
          color: #706157;
          font-size: 10px;
          font-weight: 600;
          font-family: Verdana, Tahoma, sans-serif; }
        body.photos .text-container.photo .title {
          bottom: unset;
          top: 12px;
          left: 12px;
          right: unset;
          text-align: left;
          width: 100%;
          font-weight: 400;
          display: inline-block;
          padding-top: 4px; }
        body.photos .text-container.photo .camera {
          top: unset;
          bottom: 12px;
          left: 12px;
          right: unset; }
        body.photos .text-container.photo:hover {
          border-width: 3px; }
        body.photos .text-container.photo a {
          padding: 0; }
    body.photos.art {
      background-image: url(./assets/imgs/art-checkered-bg-2.png); }
      body.photos.art ::-webkit-scrollbar-track {
        background-color: #d2dda6;
        background-image: unset;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-left: 1px solid #bdc695; }
      body.photos.art ::-webkit-scrollbar-thumb {
        background-color: #d2fad5;
        border: 1px solid #bdc695; }
      body.photos.art h1 {
        color: #fef9c6;
        text-shadow: 3px 1px 0 #bdc695; }
      body.photos.art .main-container {
        background-image: url(./assets/imgs/art-text-bg.png);
        border: 6px solid #efc4c0;
        clip-path: unset;
        border-radius: 20px; }
      body.photos.art .main-text {
        height: 175.5px;
        width: 349px; }
      body.photos.art .top-banner {
        border-color: #bdc695; }
      body.photos.art .text-container {
        background: transparent;
        border-color: #bdc695;
        background-color: rgba(138, 221, 144, 0.35); }
        body.photos.art .text-container * {
          z-index: 2;
          position: relative; }
        body.photos.art .text-container a {
          color: #b48c89; }
        body.photos.art .text-containerfooter a,
        body.photos.art .text-container span {
          color: #b48c89; }
        body.photos.art .text-container .camera {
          bottom: unset;
          left: unset; }
        body.photos.art .text-container.photo .title {
          top: unset;
          left: unset; }
        body.photos.art .text-container.filters button {
          margin: 0 4px;
          color: #fdee70;
          border-color: #fef9c6;
          background-color: #bdc695; }
          body.photos.art .text-container.filters button.selected-button {
            color: #bdc695;
            background-color: #fdee70; }
  body.blog {
    background: url(./assets/imgs/blog-bg.gif); }
    body.blog #blogs-container.personal section.song-diary {
      display: none; }
    body.blog #blogs-container.song-diary section.personal {
      display: none; }
    body.blog .filters button {
      cursor: pointer;
      color: #C5D8DC;
      border-color: #d0b7cc;
      background-color: #998996;
      font-size: 11px;
      margin: 0 2px 2px 0; }
      body.blog .filters button.selected-button {
        color: #998996;
        background-color: #C5D8DC; }
    body.blog ::selection {
      background: #d7dbc4;
      color: #998996; }
    body.blog ::-moz-selection {
      background: #d7dbc4;
      color: #998996; }
    body.blog ::-webkit-scrollbar-track {
      background: rgba(215, 219, 196, 0.38);
      background-size: 3px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-left: 1px solid #ebc4bf; }
    body.blog ::-webkit-scrollbar-thumb {
      background-color: #fef0ea;
      border: 1px solid #ebc4bf; }
    body.blog p img {
      margin-top: -2px;
      position: absolute;
      margin-left: 4px; }
    body.blog p,
    body.blog .guestbook-heading {
      color: #a993a6; }
    body.blog footer span,
    body.blog footer a {
      color: #a993a6; }
    body.blog .text-container {
      background: rgba(215, 219, 196, 0.38); }
      body.blog .text-container h2 {
        color: #a993a6; }
      body.blog .text-container.navigation-container a {
        color: #998996; }
      body.blog .text-container.sort, body.blog .text-container.wip {
        height: 100px;
        overflow-y: auto; }
        body.blog .text-container.sort p, body.blog .text-container.wip p {
          padding-bottom: 6px; }
      body.blog .text-container.main {
        padding-top: 24px;
        height: 363px;
        overflow-y: scroll; }
        body.blog .text-container.main h3 {
          border: 1px solid #ebc4bf;
          padding: 4px 21px 4px 8px;
          margin: 4px 0 7px;
          border-radius: 0px 50px 50px 0;
          display: inline-flex;
          color: cadetblue;
          font-size: 16px;
          border-bottom-width: 2px;
          border-left-width: 2px;
          border-right-width: 2px;
          margin-left: -7px; }
        body.blog .text-container.main section {
          padding-top: 24px; }
          body.blog .text-container.main section:first-of-type {
            padding-top: 0; }
            body.blog .text-container.main section:first-of-type .text-wrapper {
              border: none;
              margin: 0;
              padding: 0; }
        body.blog .text-container.main .spot-reading {
          padding-right: 12px;
          object-fit: cover;
          height: 170px; }
        body.blog .text-container.main .intro-text {
          padding-top: 8px;
          margin-left: -24px; }
        body.blog .text-container.main p {
          color: #75a0c3 span;
            color-font-family: inherit;
            color-font-size: inherit; }
          body.blog .text-container.main p a {
            font-family: inherit;
            font-size: inherit;
            color: #75a0c3; }
    body.blog .heading-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 4px;
      background: url(./assets/imgs/blog-bg.gif);
      margin-bottom: 12px;
      border: 2px solid #bcbfac;
      border-radius: 4px;
      background-position-y: -55px; }
      body.blog .heading-container h2,
      body.blog .heading-container p {
        display: inline;
        color: #11f5f5;
        padding: 0; }
    body.blog .blog-navigation-container {
      height: 247px; }
      body.blog .blog-navigation-container a {
        display: inline;
        color: #998996;
        font-size: 11px; }
      body.blog .blog-navigation-container p {
        padding-bottom: 6px; }
    body.blog .main-container {
      background: url(./assets/imgs/blog-text-bg.gif);
      clip-path: none;
      border: 8px solid #d0b7cc;
      border-radius: 20px; }
      body.blog .main-container p img {
        margin-top: -2px;
        position: absolute;
        margin-left: 4px; }
    body.blog .top-banner {
      border: 1px solid #efc4c0;
      background: url(./assets/imgs/blog-bg.gif);
      animation-duration: 20s; }
      body.blog .top-banner h1 {
        color: #11f5f5; }
    body.blog .text-wrapper a {
      display: inline;
      font-size: inherit; }
    body.blog .text-wrapper p {
      color: #a993a6;
      padding-bottom: 6px; }
    body.blog section .text-wrapper {
      border-left: 2px solid #ebc4bf;
      padding-left: 5px;
      margin-left: 1px; }
  body.resources {
    background: url(./assets/imgs/pink-checkered-bg.png); }
    body.resources ::-webkit-scrollbar-track {
      background-color: #ebc4bf;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-left: 1px solid #ebc4bf; }
    body.resources ::-webkit-scrollbar-thumb {
      background-color: #fef0ea;
      border: 1px solid #ebc4bf; }
    body.resources .main-container {
      background: url(./assets/imgs/resource-text-bg.png); }
      body.resources .main-container p img {
        margin-top: -2px;
        position: absolute;
        margin-left: 4px; }
    body.resources .top-banner {
      border: 1px solid #efc4c0;
      background: url(./assets/imgs/resource-banner-bg.png);
      background-size: 33px; }
      body.resources .top-banner h1 {
        color: #baf990; }
    body.resources .mutuals {
      overflow-y: scroll;
      max-height: 431px; }
      body.resources .mutuals .random {
        font-size: 10px;
        width: 140px;
        display: block;
        font-weight: 400;
        margin-top: 5px;
        color: #555; }
      body.resources .mutuals h2,
      body.resources .mutuals a,
      body.resources .mutuals p {
        text-align: center; }
      body.resources .mutuals.cool {
        max-height: 154px; }
      body.resources .mutuals .button-link {
        padding-bottom: 8px;
        color: #ff543e;
        padding-right: 15px; }
        body.resources .mutuals .button-link:nth-child(even) .title {
          margin: 7px 0 0 29px; }
        body.resources .mutuals .button-link:nth-child(odd) {
          padding-left: 15px;
          padding-right: 0; }
          body.resources .mutuals .button-link:nth-child(odd) .title {
            margin: 7px 0 0 44px; }
      body.resources .mutuals h2 {
        padding-right: 0;
        padding-bottom: 12px; }
      body.resources .mutuals p {
        padding: 0px 0 12px; }
      body.resources .mutuals a:not(.button-link) {
        display: inline;
        color: #ff543e;
        font-size: 12px; }
    body.resources .text-container {
      background-color: #efc4c0; }
      body.resources .text-container .title {
        position: absolute;
        left: 0;
        margin: 7px 0 0 42px; }
      body.resources .text-container a {
        position: relative; }
      body.resources .text-container.main {
        max-height: 431px;
        overflow-y: scroll; }
        body.resources .text-container.main p {
          padding-bottom: 12px;
          position: relative; }
        body.resources .text-container.main h3 {
          color: #bfcd71;
          background: #fb9183;
          display: inline-block;
          padding: 2px 50px 2px 10px;
          border-radius: 25px 25px 25px 5px;
          font-size: 18px;
          margin-bottom: 14px;
          margin-top: 8px; }
        body.resources .text-container.main a {
          display: inline;
          color: #ff543e;
          font-size: 12px; }
          body.resources .text-container.main a:hover {
            text-decoration: underline !important; }
          body.resources .text-container.main a.heading-link {
            text-decoration: none;
            font-family: "MS UI Gothic", Verdana, Geneva;
            font-size: 16px;
            display: block;
            color: #baf990; }
  body.shrines {
    background-image: url(./assets/imgs/art-checkered-bg.png); }
    body.shrines .toad-running {
      display: none; }
    body.shrines .padding-marquee-container {
      height: 0;
      padding: 0; }
    body.shrines .mario-party-visible-section {
      display: none; }
    body.shrines .shrine-navigation {
      display: flex;
      justify-content: center;
      align-items: center; }
      body.shrines .shrine-navigation a {
        padding: 0 4px;
        color: #688368; }
    body.shrines.mario-party {
      background-image: url(./assets/imgs/shrines-bg.png);
      -webkit-animation-delay: false;
      -webkit-animation-duration: 3s;
      -webkit-animation-name: moving-bg-3;
      -webkit-animation-direction: false;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-delay: false;
      -moz-animation-duration: 3s;
      -moz-animation-name: moving-bg-3;
      -moz-animation-direction: false;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
      animation-delay: false;
      animation-duration: 3s;
      animation-name: moving-bg-3;
      animation-direction: false;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
      body.shrines.mario-party ::-webkit-scrollbar-thumb {
        background-color: #95e9c2; }
      body.shrines.mario-party ::-webkit-scrollbar-track {
        background-color: #8acfaf; }
      body.shrines.mario-party .main-container {
        background-image: url(./assets/imgs/shrines-text-bg.png);
        border-radius: unset;
        border: unset;
        clip-path: polygon(0px 8px, 4px 8px, 4px 4px, 8px 4px, 8px 0px, calc(100% - 8px) 0px, calc(100% - 8px) 4px, calc(100% - 4px) 4px, calc(100% - 4px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 4px) calc(100% - 8px), calc(100% - 4px) calc(100% - 4px), calc(100% - 8px) calc(100% - 4px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 4px), 4px calc(100% - 4px), 4px calc(100% - 8px), 0px calc(100% - 8px)); }
      body.shrines.mario-party .shrines-main-content {
        display: none !important; }
      body.shrines.mario-party .text-container {
        background-color: #8acfaf !important; }
      body.shrines.mario-party footer.text-container a {
        color: #688368; }
      body.shrines.mario-party .top-banner {
        background-image: url(./assets/imgs/shrines-text-bg.png) !important;
        border-color: #adb689 !important; }
        body.shrines.mario-party .top-banner h1 {
          color: #a4ddb4 !important; }
      body.shrines.mario-party .fav-container {
        text-align: center;
        height: 234px;
        overflow: auto; }
        body.shrines.mario-party .fav-container .fav-explaination {
          width: calc(94% - 5px);
          margin: 4px 0 16px 3%;
          text-align: left;
          border-left: 3px solid #5d9181;
          padding-left: 6px;
          color: #5b8a74; }
        body.shrines.mario-party .fav-container img {
          width: 94%; }
        body.shrines.mario-party .fav-container.minigames h3 {
          font-size: 13px;
          text-align: left;
          width: 100%;
          padding-bottom: 4px; }
        body.shrines.mario-party .fav-container.minigames span {
          font-family: "MS UI Gothic", helvetica;
          color: #5b8a74;
          font-size: 12px; }
        body.shrines.mario-party .fav-container.minigames img {
          padding-bottom: 8px;
          width: 100%; }
        body.shrines.mario-party .fav-container.boards {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          body.shrines.mario-party .fav-container.boards h3 {
            background: #67a18f;
            padding: 6px;
            display: block;
            text-align: left;
            width: calc(100% - 58px);
            font-size: 13px;
            color: #8acfaf;
            border: 1px solid #518474; }
            body.shrines.mario-party .fav-container.boards h3:first-of-type {
              border-radius: 6px 18px 0 0px; }
            body.shrines.mario-party .fav-container.boards h3 .game {
              position: absolute;
              right: 12px;
              color: #cdcf8a;
              font-size: 12px;
              padding-top: 0;
              top: 6px; }
            body.shrines.mario-party .fav-container.boards h3:first-of-type {
              margin-top: 0; }
          body.shrines.mario-party .fav-container.boards img {
            width: calc(100% - 155px);
            border: 1px solid #518474;
            border-top: none !important;
            padding: 6px;
            background: #67a18f;
            border-bottom: none !important; }
          body.shrines.mario-party .fav-container.boards span {
            background: #67a18f;
            padding: 6px;
            display: inline;
            width: 84px;
            font-size: 13px;
            color: #8acfaf;
            border: 1px solid #518474;
            border-left: none !important;
            border-top: none !important;
            border-bottom: none !important; }
      body.shrines.mario-party .shelf {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 4px;
        position: relative; }
        body.shrines.mario-party .shelf.n64 img {
          height: 54px !important; }
        body.shrines.mario-party .shelf.handheld {
          padding-top: 8px; }
          body.shrines.mario-party .shelf.handheld img {
            height: 58px !important; }
        body.shrines.mario-party .shelf::after {
          content: "";
          height: 10px;
          width: 100%;
          background-color: #5b8a74;
          box-shadow: 0px 2.3px 1.9px rgba(0, 0, 0, 0.028), 0px 5.4px 4.3px rgba(0, 0, 0, 0.041), 0px 9.7px 7.7px rgba(0, 0, 0, 0.051), 0px 16.1px 12.8px rgba(0, 0, 0, 0.059), 0px 26.5px 21.2px rgba(0, 0, 0, 0.069), 0px 46.2px 37px rgba(0, 0, 0, 0.082), 0px 100px 80px rgba(0, 0, 0, 0.11); }
        body.shrines.mario-party .shelf a {
          padding-bottom: 0;
          display: inline-flex;
          transform-origin: bottom; }
          body.shrines.mario-party .shelf a:hover {
            transform: scale(1.05); }
        body.shrines.mario-party .shelf.n64 img {
          height: 38px;
          margin: 0 7px !important; }
        body.shrines.mario-party .shelf.n64:last-of-type {
          justify-content: flex-end; }
        body.shrines.mario-party .shelf img {
          width: auto !important;
          padding: 0 !important;
          margin: 0 4px !important;
          height: 84px !important;
          margin-top: 8px !important; }
      body.shrines.mario-party .shrines-mario {
        display: none; }
      body.shrines.mario-party .toad-running {
        display: block;
        transform: scaleX(-1); }
      body.shrines.mario-party .padding-marquee-container {
        height: unset;
        padding: 10px; }
      body.shrines.mario-party .main-text {
        max-height: 260px;
        height: unset; }
      body.shrines.mario-party .center-box {
        height: 247px !important;
        text-align: center; }
        body.shrines.mario-party .center-box.photo-gallery .assets img {
          width: unset; }
        body.shrines.mario-party .center-box.photo-gallery .flex-container {
          display: flex;
          flex-wrap: wrap; }
          body.shrines.mario-party .center-box.photo-gallery .flex-container div {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center; }
            body.shrines.mario-party .center-box.photo-gallery .flex-container div img {
              width: 94%; }
        body.shrines.mario-party .center-box.photo-gallery h2 {
          width: 100%; }
        body.shrines.mario-party .center-box.photo-gallery p {
          margin: 4px 0 16px 3%;
          text-align: left;
          border-left: 3px solid #5d9181;
          padding-left: 6px;
          color: #5b8a74;
          width: 92%; }
        body.shrines.mario-party .center-box p {
          line-height: 1.4; }
      body.shrines.mario-party .site-updates-container {
        height: 287px !important; }
      body.shrines.mario-party .top-banner {
        -webkit-animation-delay: false;
        -webkit-animation-duration: 8s !important;
        -webkit-animation-name: moving-bg-3 !important;
        -webkit-animation-direction: false;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-delay: false;
        -moz-animation-duration: 8s !important;
        -moz-animation-name: moving-bg-3 !important;
        -moz-animation-direction: false;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        animation-delay: false;
        animation-duration: 8s !important;
        animation-name: moving-bg-3 !important;
        animation-direction: false;
        animation-timing-function: linear;
        animation-iteration-count: infinite; }
    body.shrines ::-webkit-scrollbar-thumb {
      background-color: #dae4df; }
    body.shrines ::-webkit-scrollbar-track {
      background-color: #dae4df; }
    body.shrines footer.text-container a {
      color: #cf8aab; }
    body.shrines .main-container {
      background-image: url(./assets/imgs/art-text-bg-2.png);
      clip-path: unset;
      border-radius: 20px;
      border: 6px solid #29d8ff; }
      body.shrines .main-container .site-updates-container {
        height: 238px; }
        body.shrines .main-container .site-updates-container img {
          width: calc(100% - 2px);
          padding-top: 24px; }
      body.shrines .main-container .navigation-container.text-container a {
        color: #c75a8e; }
      body.shrines .main-container .center-box {
        height: 244px;
        display: flex;
        align-items: center;
        flex-direction: column; }
        body.shrines .main-container .center-box .image-container {
          display: flex;
          align-items: center;
          flex-direction: column;
          padding-bottom: 6px;
          position: relative;
          border: none;
          background-color: transparent;
          margin-bottom: 14px; }
          body.shrines .main-container .center-box .image-containerdiv:hover:before {
            content: "coming soon!";
            background-color: rgba(138, 206, 175, 0.9);
            border: 1px solid #56a98a;
            padding: 8px 12px;
            font-size: 11px;
            position: absolute;
            top: 33%;
            border-radius: 20px 20px 20px 10px; }
          body.shrines .main-container .center-box .image-container:first-of-type:hover:before {
            top: 25%; }
          body.shrines .main-container .center-box .image-container:first-of-type img {
            width: 75%; }
        body.shrines .main-container .center-box h2 {
          text-align: center; }
        body.shrines .main-container .center-box img {
          width: 55%; }
      body.shrines .main-container .text-container {
        background-color: rgba(218, 228, 223, 0.75); }
      body.shrines .main-container .top-banner {
        background-image: url(./assets/imgs/blue-container-bg.png);
        animation-duration: 100s;
        border-color: #29d8ff; }
        body.shrines .main-container .top-banner h1 {
          color: #c9ffcd; }
  body.webring {
    background: #c2ebfa; }
    body.webring ::selection {
      background: #50bcee;
      color: white; }
    body.webring ::-webkit-scrollbar-track {
      background: #d3bfbf;
      -webkit-box-shadow: none;
      border-left: 3px solid #d3bfbf;
      border-radius: 0px 8px 8px 0px; }
    body.webring ::-webkit-scrollbar-thumb {
      background-color: white;
      border: 1px solid #d3bfbf;
      border-radius: 30px;
      border-left: 3px solid #d3bfbf;
      border-right: 3px solid #d3bfbf; }
    body.webring .main-container {
      background: white;
      border: 12px solid #d3bfbf;
      border-radius: 30px; }
      body.webring .main-container p img {
        margin-top: -2px;
        position: absolute;
        margin-left: 4px; }
    body.webring footer #copyright {
      color: #999999; }
    body.webring footer a {
      color: #e62e8a; }
    body.webring .text-container {
      background: white;
      border: 6px solid #e8e8e8;
      border-radius: 16px;
      box-shadow: none; }
      body.webring .text-container a {
        color: #777 !important; }
      body.webring .text-container.button-container img {
        height: 28px !important;
        margin-right: 8px;
        width: auto; }
      body.webring .text-container.button-container .kirbster-swim {
        height: 28px !important; }
      body.webring .text-container.main-text, body.webring .text-container.navigation-container, body.webring .text-container.qa-container, body.webring .text-container.rules-container, body.webring .text-container.how-to-container {
        border-right: 0px solid #e8e8e8;
        border-color: #d3bfbf;
        overflow-y: scroll; }
      body.webring .text-container.rules-container, body.webring .text-container.qa-container, body.webring .text-container.how-to-container {
        border-color: #d3bfbf; }
        body.webring .text-container.rules-container a, body.webring .text-container.qa-container a, body.webring .text-container.how-to-container a {
          color: #e62e8a; }
      body.webring .text-container.qa-container, body.webring .text-container.how-to-container {
        border-color: #d3bfbf; }
        body.webring .text-container.qa-container a, body.webring .text-container.how-to-container a {
          display: inline;
          font-size: inherit; }
      body.webring .text-container.rules-container {
        height: 143px; }
      body.webring .text-container.qa-container {
        height: 162px; }
        body.webring .text-container.qa-container p {
          padding-bottom: 12px; }
          body.webring .text-container.qa-container p:nth-child(even) {
            padding-bottom: 4px; }
      body.webring .text-container.how-to-container {
        height: 262px; }
        body.webring .text-container.how-to-container p {
          padding-bottom: 6px; }
      body.webring .text-container.audio-container {
        padding: 4px 10px; }
      body.webring .text-container.main-text {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-height: 218px; }
        body.webring .text-container.main-text.current-members {
          padding-bottom: 24px;
          height: 173px; }
          body.webring .text-container.main-text.current-members .stats {
            width: 55%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            border: 4px solid #c2ebfa;
            border-radius: 20px;
            padding: 6px 0; }
            body.webring .text-container.main-text.current-members .stats p {
              font-size: 10px;
              display: inline; }
          body.webring .text-container.main-text.current-members img {
            width: 100%;
            position: relative;
            z-index: 1; }
          body.webring .text-container.main-text.current-members .text-details {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            flex-direction: column;
            padding-left: 6px; }
            body.webring .text-container.main-text.current-members .text-details p {
              padding-bottom: 4px;
              font-size: 11px; }
              body.webring .text-container.main-text.current-members .text-details p:last-of-type {
                padding-bottom: 0; }
            body.webring .text-container.main-text.current-members .text-details a {
              font-size: inherit;
              display: inline;
              overflow-wrap: anywhere;
              color: #800080 !important; }
          body.webring .text-container.main-text.current-members .chat-bubble {
            padding: 5px;
            height: auto;
            padding-right: 0px;
            margin-top: 10px; }
            body.webring .text-container.main-text.current-members .chat-bubble .row {
              position: relative;
              height: 96px; }
              body.webring .text-container.main-text.current-members .chat-bubble .row:last-of-type:after {
                height: 0; }
              body.webring .text-container.main-text.current-members .chat-bubble .row:after {
                content: "";
                height: 1px;
                width: 94%;
                margin: 0 3%;
                background: #d3bfbf;
                position: absolute;
                bottom: -7px;
                z-index: 1; }
        body.webring .text-container.main-text .mii-standing {
          width: 60px; }
        body.webring .text-container.main-text .chat-bubble.short-code-container {
          height: calc(100% - 7px);
          box-sizing: border-box; }
          body.webring .text-container.main-text .chat-bubble.short-code-container .shortcode {
            overflow: auto;
            white-space: nowrap;
            border: 1px solid #d3bfbf;
            background-color: white;
            z-index: 2;
            position: relative;
            height: 83px;
            padding-top: 8px;
            border-radius: 5px 10px 10px 5px;
            width: 101px; }
            body.webring .text-container.main-text .chat-bubble.short-code-container .shortcode::selection {
              background: #50bcee;
              color: white; }
        body.webring .text-container.main-text .chat-bubble:first-of-type {
          margin-top: 0; }
        body.webring .text-container.main-text .chat-bubble:before {
          display: none; }
        body.webring .text-container.main-text .chat-bubble:after {
          background: white;
          border: 4px solid #c2ebfa; }
    body.webring .top-banner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      box-shadow: none;
      border: 6px solid #d3bfbf;
      background: white; }
      body.webring .top-banner img {
        height: 30px;
        padding-top: 4px;
        padding-right: unset; }

#album-text {
  padding-left: 180px;
  white-space: nowrap; }

.chat-bubble {
  flex: 1;
  margin: 15px;
  padding: 10px 20px;
  position: relative;
  height: min-content; }
  .chat-bubble:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(./assets/imgs/dialog-bg-dithered.png);
    background-size: 25px;
    position: absolute;
    left: -10px;
    top: 62px;
    transform: skew(45deg); }
  .chat-bubble:after {
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background: url(./assets/imgs/dialog-bg-dithered.png);
    background-size: 25px;
    position: absolute;
    left: 0;
    top: 0; }
  .chat-bubble p {
    z-index: 2;
    position: relative; }
    .chat-bubble p span {
      font-family: inherit;
      font-size: inherit; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .row:first-of-type .text-container {
    margin-top: 10px; }
  .row.two-img-row {
    padding-bottom: 6px; }
    .row.two-img-row a {
      width: calc(50% - 12px); }
      .row.two-img-row a:first-of-type {
        margin-right: 6px; }
      .row.two-img-row a:last-of-type {
        margin-left: 6px; }
      .row.two-img-row a img {
        width: 100%; }

.col {
  max-width: none; }
  .col.col-12 {
    width: 100%; }
  .col.col-11 {
    width: 91.666666%; }
  .col.col-10 {
    width: 83.333333%; }
  .col.col-9 {
    width: 75%; }
  .col.col-8 {
    width: 66.666666%; }
  .col.col-7 {
    width: 58.333333%; }
  .col.col-6 {
    width: 50%; }
  .col.col-5 {
    width: 41.666666%; }
  .col.col-4 {
    width: 33.333333%; }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: 16.666666%; }
  .col.col-1 {
    width: 8.333333%; }

::-webkit-scrollbar {
  width: 16px; }

::-webkit-scrollbar-track {
  background-color: #d2dda6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-left: 1px solid #adb689; }

::-webkit-scrollbar-thumb {
  background-color: #efefe1;
  border: 1px solid #adb689; }

.top-banner {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-animation-delay: false;
  -webkit-animation-duration: 45s;
  -webkit-animation-name: moving-bg;
  -webkit-animation-direction: false;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: false;
  -moz-animation-duration: 45s;
  -moz-animation-name: moving-bg;
  -moz-animation-direction: false;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-delay: false;
  animation-duration: 45s;
  animation-name: moving-bg;
  animation-direction: false;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: url(./assets/imgs/bg-2-dithered.png);
  background-size: 33px;
  border: 1px solid #efefe1;
  border-radius: 10px;
  background-size: 33px;
  box-sizing: border-box;
  margin: 10px 10px 0;
  padding: 9px;
  position: relative; }
  .top-banner h1 {
    color: #efefe1;
    text-shadow: 3px 1px 0 rgba(231, 58, 42, 0.4);
    display: block; }
  .top-banner img:last-of-type {
    padding-right: 75%; }

footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box; }
  footer.text-container {
    margin: 0 10px; }
    footer.text-container span,
    footer.text-container p {
      font-size: 12px;
      margin: 0 5px;
      color: #706157; }
    footer.text-container a {
      display: inline;
      padding: 0;
      color: #706157; }
      footer.text-container a:last-of-type {
        padding: 0 10px 0 5px; }

h1 {
  display: inline;
  text-align: center;
  font-size: 38px;
  padding: 0 10px; }

h1,
h2,
h3 {
  font-family: "MS UI Gothic", helvetica;
  margin: 0;
  position: relative; }

p {
  font-size: 12px;
  margin: 0; }

img.kirbster {
  padding: 0 20px 0 365px; }
img.spot {
  margin-bottom: 10px;
  width: 100%; }
img.hit-counter {
  width: 100%; }
img.button {
  margin: 0 auto;
  display: block; }
img.free-wii {
  width: 360px; }
img.flag-map {
  width: 100%; }
img.kirbster-swim {
  height: 28px !important; }
  img.kirbster-swim:first-of-type {
    padding-right: 10px;
    padding-left: 180px; }
  img.kirbster-swim:last-of-type {
    padding-left: 10px; }
img.mii-standing {
  object-fit: cover;
  padding-top: 10px;
  height: 190px; }

marquee {
  display: inline; }

audio {
  width: 100%;
  height: 40px; }

.list-item:before {
  content: "- ";
  display: inline; }

.blimp-cat {
  -webkit-animation-delay: false;
  -webkit-animation-duration: 45s;
  -webkit-animation-name: blimp;
  -webkit-animation-direction: false;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: false;
  -moz-animation-duration: 45s;
  -moz-animation-name: blimp;
  -moz-animation-direction: false;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  animation-delay: false;
  animation-duration: 45s;
  animation-name: blimp;
  animation-direction: false;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  position: absolute;
  right: calc(100% + 20px);
  top: 85px;
  height: 45px; }

.blimp-cat-2 {
  -webkit-animation-delay: 45s;
  -webkit-animation-duration: 45s;
  -webkit-animation-name: blimp-2;
  -webkit-animation-direction: false;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 45s;
  -moz-animation-duration: 45s;
  -moz-animation-name: blimp-2;
  -moz-animation-direction: false;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: 1;
  animation-delay: 45s;
  animation-duration: 45s;
  animation-name: blimp-2;
  animation-direction: false;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  transform: scaleX(-1);
  position: absolute;
  left: -45px;
  top: 185px;
  height: 45px; }

.baloon-cat {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 45s;
  -webkit-animation-name: baloon;
  -webkit-animation-direction: false;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 45s;
  -moz-animation-name: baloon;
  -moz-animation-direction: false;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: 1;
  animation-delay: 1s;
  animation-duration: 45s;
  animation-name: baloon;
  animation-direction: false;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  position: absolute;
  left: 100px;
  bottom: 0;
  margin-bottom: -85px;
  height: 45px; }

.center-text {
  text-align: center; }

.smilie {
  position: relative;
  top: 3px; }

.text-container.free-wii a {
  padding: 0;
  height: 50px; }
  .text-container.free-wii a img {
    margin-top: 2px; }
.text-container.audio-container {
  border-radius: 25px; }
.text-container.webrings-container {
  height: 204px;
  margin-top: 0 !important;
  overflow: auto;
  padding-inline: 8px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .text-container.webrings-container #ncring {
    padding-bottom: 6px; }
  .text-container.webrings-container .music-webring {
    width: 104px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    margin: 0;
    padding: 0;
    padding-bottom: 14px;
    justify-content: center; }
    .text-container.webrings-container .music-webring a {
      padding-bottom: 0;
      font-size: 12px;
      color: #706157; }
  .text-container.webrings-container .rock-wrapper {
    background-color: #d2dda6;
    background: url(./assets/imgs/bg-3-dithered.png);
    opacity: 0.6;
    background-size: 22px;
    margin: 0;
    padding: 8px 0px 0px;
    position: relative;
    border: 1px solid #adb689;
    border-radius: 10px 10px 45px 45px;
    flex: unset;
    margin-bottom: 16px; }
  .text-container.webrings-container #vocaring table img {
    width: 75px; }
  .text-container.webrings-container .PikRingImage {
    width: 100%;
    display: block;
    height: auto;
    padding: 8px 0; }
  .text-container.webrings-container .PikRing p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .text-container.webrings-container .PikRing p a {
      font-size: 11px;
      padding-left: 4px; }
      .text-container.webrings-container .PikRing p a:first-of-type {
        padding-right: 4px;
        padding-left: unset; }
.text-container.idk-container {
  height: 204px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: top;
  overflow: auto;
  padding: 10px 20px; }
  .text-container.idk-container .image-container {
    padding-bottom: 0; }
  .text-container.idk-container .credit {
    font-size: 10px;
    color: #706157;
    border-bottom: 1px dashed #9ca47f;
    margin-bottom: 8px;
    padding: 1px 0 11px;
    width: 100%;
    text-align: center; }
    .text-container.idk-container .credit:last-of-type {
      padding-bottom: 12px;
      border: none; }
    .text-container.idk-container .credit a {
      font-size: inherit;
      display: inline;
      color: #706157; }
      .text-container.idk-container .credit a:hover {
        text-decoration: none; }
  .text-container.idk-container .chat-bubble {
    margin: 0;
    padding: 5px 12px;
    position: relative;
    border: 1px solid #adb689;
    border-radius: 20px;
    flex: unset; }
    .text-container.idk-container .chat-bubble::before {
      content: "";
      width: 25px;
      height: 25px;
      background-size: 20px;
      position: absolute;
      left: -7px;
      bottom: 13px;
      top: unset;
      background: url(./assets/imgs/bg-3-dithered.png);
      opacity: 0.6;
      display: none; }
    .text-container.idk-container .chat-bubble:after {
      background: url(./assets/imgs/bg-3-dithered.png);
      opacity: 0.6;
      background-size: 20px; }
    .text-container.idk-container .chat-bubble p {
      color: #706157;
      font-size: 11px; }
      .text-container.idk-container .chat-bubble p.time-ago {
        position: absolute;
        right: 10px;
        bottom: -16px;
        font-size: 11px;
        color: #938074; }
  .text-container.idk-container img {
    width: fit-content;
    padding-bottom: 4px;
    transition: all 0.2s ease-in-out;
    height: fit-content; }
  .text-container.idk-container .center-text {
    width: 100%; }
  .text-container.idk-container span {
    padding-bottom: 16px;
    font-size: 11px;
    color: #706157; }
.text-container.mood-container {
  margin-top: 0 !important;
  padding-bottom: 15px; }
.text-container.todo-container {
  height: 200px;
  overflow-y: auto; }
  .text-container.todo-container p {
    padding-bottom: 5px; }
    .text-container.todo-container p.finished {
      text-decoration: line-through; }
.text-container span {
  text-align: center;
  font-family: Vernada;
  font-size: 14px; }
.text-container h2 {
  font-size: 16px;
  padding: 0 0 10px 0; }
.text-container a {
  font-size: 13px;
  display: block;
  padding-bottom: 5px; }
  .text-container a.flag-map {
    padding-bottom: 0; }
.text-container ul li {
  font-family: "MS UI Gothic", Vernada;
  font-size: 13px; }
.text-container input[type="radio"] {
  float: left; }
.text-container label {
  font-size: 16px;
  font-family: "MS UI Gothic", helvetica;
  padding-bottom: 3px;
  padding-left: 2px;
  float: left; }
.text-container.link-back-pls h2 {
  text-align: center; }

.marquee {
  overflow: hidden; }
  .marquee.mutuals .marquee-content {
    -webkit-animation-delay: false;
    -webkit-animation-duration: 25s;
    -webkit-animation-name: scroll-reverse;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 25s;
    -moz-animation-name: scroll-reverse;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 25s;
    animation-name: scroll-reverse;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .marquee.mutuals .marquee-content:hover {
      animation-play-state: paused; }
  .marquee.inner .marquee-content {
    align-items: center;
    -webkit-animation-delay: false;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: scroll-inner-page;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 10s;
    -moz-animation-name: scroll-inner-page;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 10s;
    animation-name: scroll-inner-page;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .marquee.wii .marquee-content {
    align-items: center;
    -webkit-animation-delay: false;
    -webkit-animation-duration: 14s;
    -webkit-animation-name: scroll-wii;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 14s;
    -moz-animation-name: scroll-wii;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 14s;
    animation-name: scroll-wii;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .marquee.mario-party .marquee-content {
    align-items: center;
    -webkit-animation-delay: false;
    -webkit-animation-duration: 14s;
    -webkit-animation-name: scroll-mp;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 14s;
    -moz-animation-name: scroll-mp;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 14s;
    animation-name: scroll-mp;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .marquee.mario-party-2 .marquee-content {
    align-items: center;
    -webkit-animation-delay: false;
    -webkit-animation-duration: 17s;
    -webkit-animation-name: scroll-mp2;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 17s;
    -moz-animation-name: scroll-mp2;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 17s;
    animation-name: scroll-mp2;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .marquee.album .marquee-content {
    align-items: center;
    -webkit-animation-delay: false;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: scroll-album;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 5s;
    -moz-animation-name: scroll-album;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 5s;
    animation-name: scroll-album;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .marquee .marquee-content {
    display: flex;
    -webkit-animation-delay: false;
    -webkit-animation-duration: 16s;
    -webkit-animation-name: scroll;
    -webkit-animation-direction: false;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: false;
    -moz-animation-duration: 16s;
    -moz-animation-name: scroll;
    -moz-animation-direction: false;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-delay: false;
    animation-duration: 16s;
    animation-name: scroll;
    animation-direction: false;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .marquee .marquee-content.mp span {
      white-space: nowrap;
      padding: 0 4px; }
    .marquee .marquee-content img {
      display: inline;
      width: 82px;
      height: 28px;
      margin: 0 3px; }
  .marquee .kirbster {
    width: 23px !important;
    height: 25px !important; }
  .marquee .kirbster-enemy {
    width: 24px !important;
    height: 24px !important;
    padding-left: 20px; }

.main-text {
  padding: 20px;
  max-height: 258px;
  height: 248px;
  overflow: auto; }

.main-container {
  background: url(./assets/imgs/bg-2-dithered.png);
  clip-path: polygon(0px 8px, 4px 8px, 4px 4px, 8px 4px, 8px 0px, calc(100% - 8px) 0px, calc(100% - 8px) 4px, calc(100% - 4px) 4px, calc(100% - 4px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 4px) calc(100% - 8px), calc(100% - 4px) calc(100% - 4px), calc(100% - 8px) calc(100% - 4px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 4px), 4px calc(100% - 4px), 4px calc(100% - 8px), 0px calc(100% - 8px));
  padding-bottom: 10px; }

.guestbook-heading {
  font-size: 16px;
  padding: 10px 0; }

.text-container {
  margin: 0 10px 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #efefe1;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); }
  .text-container:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .text-container:-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }
  .text-container.blog-container {
    height: 104px;
    overflow: auto; }
    .text-container.blog-container a {
      color: #979b86;
      font-size: 12px;
      padding-bottom: 6px; }
      .text-container.blog-container a:last-of-type {
        padding-bottom: 12px; }
  .text-container.status {
    padding: 10px 18px 20px;
    height: 194px;
    overflow-y: auto; }
    .text-container.status h2 {
      text-align: center;
      padding-bottom: 16px; }
    .text-container.status .row {
      padding-bottom: 24px;
      position: relative;
      margin-bottom: 6px; }
      .text-container.status .row:last-of-type {
        margin-bottom: 0;
        padding-bottom: 16px; }
    .text-container.status .profile-img {
      background-image: url(./assets/imgs/jeith-thumbnail2.png);
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-size: cover;
      background-color: #adb689;
      border: 1px solid #adb689;
      background-color: navajowhite;
      margin-right: 10px; }
      .text-container.status .profile-img.happy {
        background-image: url(./assets/imgs/jeith-smile.png); }
      .text-container.status .profile-img.upset {
        background-image: url(./assets/imgs/jeith-upset.png); }
    .text-container.status .chat-bubble {
      margin: 0;
      padding: 8px 20px;
      position: relative;
      border: 1px solid #adb689;
      border-radius: 20px; }
      .text-container.status .chat-bubble::before {
        content: "";
        width: 25px;
        height: 25px;
        background-size: 20px;
        position: absolute;
        left: -7px;
        bottom: 13px;
        top: unset;
        background: url(./assets/imgs/bg-3-dithered.png);
        opacity: 0.6;
        display: none; }
      .text-container.status .chat-bubble:after {
        background: url(./assets/imgs/bg-3-dithered.png);
        opacity: 0.6;
        background-size: 20px;
        height: 100%; }
      .text-container.status .chat-bubble p {
        color: #706157; }
        .text-container.status .chat-bubble p.time-ago {
          position: absolute;
          right: 10px;
          bottom: -16px;
          font-size: 11px;
          color: #938074; }
      .text-container.status .chat-bubble img {
        width: 100%;
        z-index: 5;
        position: relative;
        margin-top: 8px;
        border-radius: 5px; }
  .text-container.currently-listening {
    overflow: hidden;
    height: 204px; }
    .text-container.currently-listening img {
      width: 86%;
      margin-left: 6%;
      padding-bottom: 12px; }
  .text-container form input[type="submit"] {
    margin-block: 3px; }
  .text-container form a {
    color: #706157; }

.navigation-container {
  overflow: auto;
  max-height: 247px; }
  .navigation-container img {
    width: 20px; }
  .navigation-container.text-container.wii a {
    color: #777; }
  .navigation-container.text-container a {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    color: #706157; }
    .navigation-container.text-container a:last-of-type img {
      width: unset; }

.site-updates-container {
  overflow-y: auto;
  height: 178px; }
  .site-updates-container .date-format {
    color: #706157;
    padding-bottom: 10px; }
  .site-updates-container.currently {
    height: 110px !important; }
  .site-updates-container a {
    font-size: 10px;
    display: inline;
    color: #706157; }
  .site-updates-container p {
    padding-bottom: 12px;
    font-size: 10px; }
  .site-updates-container img {
    position: relative;
    top: 4px;
    padding-left: 2px; }
    .site-updates-container img.smile {
      margin-top: -3px; }

.button-container {
  overflow: hidden; }
  .button-container-2 img {
    width: 82px; }
    .button-container-2 img:first-of-type, .button-container-2 img:last-of-type {
      width: unset; }
  .button-container img {
    display: inline; }
    .button-container img.angelchu {
      height: 33px; }
  .button-container a {
    text-decoration: none;
    display: inline;
    padding: 2px 0; }
    .button-container a:hover {
      transform: scale(1.05); }

.shortcode {
  background-color: #efefe1;
  width: 100%;
  margin-top: 12px;
  resize: none;
  border-radius: 4px;
  border-color: #dd9f77;
  color: #706157;
  outline-color: #d2dda6; }
  .shortcode::selection {
    background: #d2dda6;
    color: white; }
  .shortcode::-moz-selection {
    background: #d2dda6;
    color: white; }
  .shortcode::-webkit-selection {
    background: #d2dda6;
    color: white; }

.not-found {
  width: 800px;
  padding-top: 60px;
  position: relative; }
  .not-found.under-construction h1 {
    right: 200px;
    padding-top: 47px;
    transform: rotate(4deg); }
  .not-found.under-construction a {
    right: 209px;
    padding-top: 30px;
    transform: rotate(4deg); }
  .not-found h1 {
    color: #774a43;
    text-align: end;
    width: 100%;
    display: block;
    background-image: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    right: 193px;
    padding-top: 75px;
    transform: rotate(3deg); }
  .not-found img {
    width: 800px;
    position: absolute; }
  .not-found a {
    color: #3785ae;
    text-align: end;
    width: 100%;
    display: block;
    right: 200px;
    padding-top: 50px;
    position: relative;
    transform: rotate(3deg); }
    .not-found a:hover {
      text-decoration: line-through; }

.even-container {
  width: 148px; }

.webring-wrapper {
  padding: 15px 15px 0 15px; }
  .webring-wrapper:nth-of-type(odd) {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 0px;
    padding-left: 0px; }
    .webring-wrapper:nth-of-type(odd) .chat-bubble {
      margin: 0 30px 0 0;
      width: 136px; }
  .webring-wrapper .chat-bubble {
    height: unset;
    margin: 0 0 0 15px; }
  .webring-wrapper .no-mii {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.wii-ring-container {
  padding: 6px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  border: 4px solid #d3bfbf;
  border-radius: 8px; }

.wii-ring-container .wii-ring {
  padding: 4px 4px 0; }

.wii-ring-container img {
  width: 55%; }

.wii-ring-container img.random {
  width: 21%; }

.wii-ring-container a {
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center; }

.wii-ring-container a.arrow {
  width: 25px; }

.wii-ring-container a.arrow img {
  width: 17px; }

.wii-ring-container .wii-ring-controls-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px; }

.wii-ring-container .wii-ring-controls-container .mii {
  width: calc(100% - 50px); }

.wii-ring-container #randomLink {
  width: 100%; }

.wii-ring-container.family-edition-blue {
  background-color: #d3ebf6; }

.wii-ring-container.wii-mini {
  background-color: #e70113;
  border-color: #222; }

@media screen and (max-width: 1310px) {
  body {
    position: relative; } }
@media screen and (max-width: 850px) {
  html.shrines::before, html.shrines::after {
    display: none; } }
@media screen and (max-width: 500px) {
  .blimp-cat,
  .blimp-cat-2,
  .baloon-cat {
    display: none; } }
