:root {
  --hex-blackish:#00231F;
  --hex-dark-red:#611512;
  --hex-bright-red:#E0302B;
  --hex-yellow:#F0AF44;
  --hex-dark-yellow:#593F1A;
  --hex-whiteish:#D1CCCA;
  --black:black;
  --white:white;
  --hex-gray:#4A4848;
}

 html, .page {
    margin: 0;
    padding: 0;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    background-image: url("/assets/images/tile.png");
    background-repeat: repeat;
    background-color: var(--hex-gray);
  }

  .page__wrapper {
    z-index: 100;
    max-width: 900px;
    margin:auto;
  }

  .page header {
    background: var(--hex-blackish);
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }

  .page header .band-name {
    max-width: 500px;
  }

  .page header .band-motto {
    color: var(--hex-yellow);
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
  }

  .listen-to-badtown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: var(--hex-whiteish);
  }

  .listen-to-badtown li {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .listen-to-badtown .svg-icon {
    max-width: 4rem;
  }

  .listen-to-badtown__cover {
    width: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .listen-to-badtown__cover img {
    max-width: 75%;
  }

  .listen-to-badtown__links {
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .listen-to-badtown__links h3 {
    font-size: 3rem;
    color: var(--hex-blackish);
  }

  .listen-to-badtown__links ul {
    display: flex;
    flex-direction: column; 
    list-style-type:none;
    margin: 0;
    padding: 0;
  }

  .listen-to-badtown__links li {
    padding: 1.5rem;
    margin: 0;
    font-size: 2rem;
    color: var(--hex-bright-red);
  }
  .listen-to-badtown__links li a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: var(--hex-bright-red);
    align-items: center;
    justify-content: center;
  }

  .listen-to-badtown__links li img {
    margin-right: 1.5rem;
  }

  .join-up {
    background: var(--hex-yellow);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .join-up h3, .join-up form {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5rem;
    font-size: 2rem;
  }


  .join-up input {
    flex-grow: 1;
    width: 40%;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .join-up button {
    font-size: 1.5rem;
    line-height: 2.5rem;
    background: var(--hex-blackish);
    color: var(--hex-whiteish);
  }

  .about-us__logo img {
    width: 75%;
  }
    
  .about-us__logo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .about-us {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    background: var(--hex-whiteish);
  }
  .about-us__text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    padding-left: 0;
    line-height: 2;
  }

  footer {
    background: var(--hex-blackish);
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer h3 {
    color: var(--hex-yellow);
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--hex-bright-red);
    margin-bottom: 2rem;
  }

  footer .icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  footer .icon-row img {
    width: 3rem;
    height: 2rem;
    background: var(--hex-blackish);
    padding: 0.8rem;
    border-radius: 1rem;
    border: 2px solid;
    border-color: var(--hex-bright-red);
  }
  footer .icon-row img:hover {
    background: var(--hex-yellow);
  }



  @media only screen and (max-width: 600px) {
    footer .icon-row img {
      border: none;
    }
    footer .icon-row {
      width: 100%;
    }
    .page header, .page__wrapper, .page footer {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .listen-to-badtown {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .listen-to-badtown__cover {
      width: 80%;
      padding: 0;
      margin: 0;
      margin-top: 1rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .listen-to-badtown__cover img {
      max-width: 75%;
      padding: 0;
    }
    .listen-to-badtown__links {
      width: 100%;
      align-items: center;
    }
    .listen-to-badtown__links li {
      padding: 1rem;
    }
    .listen-to-badtown__links h3 {
      margin: 0;
      padding: 0;
    }
    .listen-to-badtown .svg-icon {
      max-width: 8vw;
    }
    .about-us__text {
      padding: 0;
      margin: 0;
      width: 80%;
    }
    .about-us {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      padding-bottom: 3rem;
    }
    footer h3 {
      text-align: center;
      font-size: 1rem;
      margin-bottom: 1.5rem;
      margin-top: 2rem;
    }

    .page header {
      padding-bottom: 1rem;
    }
    header img {
      margin-top: 1rem;
    }
    .page header .band-motto, header img {
      align-self: flex-start;
      margin-left: 1rem;
      margin-right: 1rem;
    }
    .page header .band-motto span::before {
      content: '\A'; white-space: pre;
    }
  }
  @media only screen and (max-width: 400px) {
  }
