@import "projectmobilesmall.css";

@media (max-width: 768px) and (min-width: 481px) {
  /* Brief width and bracket height */

  /*
  .brief {
    width: 20rem;
  }
  */

  .briefbracket {
    height: 14rem;
  }

  /* Changes to original */

  .bluesection {
    background-color: #272939;
  }

  h1 {
    color: white;
  }

  h2 {
    color: white;
  }

  h3 {
    color: white;
  }

  /* logo */

  #logoprocess {
    width: 18rem;
  }

  /* Intro */
  .direction {
    flex-direction: column;
  }

  #poster1 {
    width: 10rem;
  }

  #sm1 {
    width: 10rem;
  }

  /* Key Visual */

  #keyvisual {
    width: 30rem;
  }

  .socialtile {
    width: 10rem;
  }

  #bands {
    width: 30rem;
  }

  .card {
    width: 10rem;
  }

  .ticketbooklet {
    margin-top: 4rem;
  }

  #bookletcover {
    width: 20rem;
  }

  #spread {
    width: 20rem;
  }

  #kit {
    width: 20rem;
  }

  #poster2 {
    width: 18rem;
  }

  .streamergrid {
    display: flex;
    column-gap: 2rem;
    flex-direction: row wrap;
    width: 75%;
  }

  .streamer {
    width: 6rem;
  }

  .bunting {
    width: 6rem;
  }
}
