@media (max-aspect-ratio: 3 / 2) and (max-device-width: 800px) {
  #header {
    padding: 20px 20px;
    background: #00000057;
  }
  #header > nav > .button {
    display: none;
  }

  .AboutCard {
    flex-direction: column-reverse !important;
    text-align: inherit !important;
    margin: 0;
    align-items: center;
  }

  .AboutCard > div > h2 {
    font-size: 1.5rem;
  }

  .AboutCard > img {
    width: 315px;
    height: 300px;
    object-fit: cover;
  }

  #FooterBox > nav > .logo {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-wrap: nowrap;
  }
  .NavSpliter {
    display: none;
  }

  #main {
    overflow: hidden;
  }
  #MainBot {
    flex-direction: column;
    position: relative;
  }
  .LogoText {
    z-index: 5;
  }
  #MainBot > img {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    opacity: 0.3;
  }
  .StatsCard {
    margin: 15px;
    padding: 0;
    padding-top: 50px;
  }
  .StatBox {
    flex-grow: 1;
    margin: 12px;
    width: 120px;
    padding: 12px 0px;
  }

  .logo > h1 {
    font-size: 1.3rem;
  }
}
