@import url(https://cdn.22is5.com/css/reset.css);
@import url(https://cdn.22is5.com/css/colors.css);
@import url(https://cdn.22is5.com/fonts/bank-gothic.css);
@import url(https://cdn.22is5.com/fonts/clancy.css);
body {
  background-color: #060606;
  font-family: "Bank Gothic Bold";
  color: #dedede;
}
@media (orientation: landscape) {
  .titlePage {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    text-align: center;
  }
  h1 {
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 8px;
  }
  .enter {
    margin: 24px;
    padding: 12px;
    background-color: var(--topdarkred);
    font-size: 24px;
    text-transform: uppercase;
  }
  .bannerWrapper {
    width: 100%;
    border-bottom: solid 4px var(--topdarkred);
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #000;
    position: sticky;
    top: 0;
  }
  .banner {
    min-width: 50%;
    width: 600px;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: none;
  }
  .dmaorg {
    width: 64px;
    pointer-events: none;
  }
  .title {
    font-size: 48px;
  }
  .bannerLinks {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 24px;
    font-size: 24px;
  }
  .contentWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content {
    min-width: 60%;
    width: 800px;
    max-width: 100%;
    padding: 12px;
    line-height: 1.3;
  }
  p {
    text-align: justify;
  }
  .bishops {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bishop span {
    opacity: 0.1;
  }
}

/* MOBILE */
@media (orientation: portrait) {
  .titlePage {
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 5vw;
    text-transform: uppercase;
    text-align: center;
  }
  .enter {
    background-color: var(--topdarkred);
    padding: 6px;
    margin: 8vw 0 0 0;
  }
  .bannerWrapper {
    width: 100%;
    border-bottom: solid 4px var(--topdarkred);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #000;
    position: sticky;
    top: 0;
  }
  .banner {
    width: 100%;
    display: flex;
    align-items: center;
    user-select: none;
  }
  .dmaorg {
    width: 8%;
    pointer-events: none;
    padding: 0.6%;
  }
  .title {
    font-size: 48px;
    display: none;
  }
  .bannerLinks {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2%;
    font-size: 6vw;
    padding: 0 2%;
  }
}
