
body{
  font-family: Inter Tight;
}

/* Styling fonts */
p{
  font-size: 1em;
}

h2,h3,h4{
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  p{
    font-size: 1.1em;
  }
  h1{
    font-size: 3.3em;
  }
  h2{
    font-size: 1.6em;
  }
  h3{
    font-size: 1.4em;
  }
  h4{
    font-size: 1.3em;
  }
  .musician_names{
    font-size: 0.9em;
  }
  .title-text h1 {
    font-size: 5vw;
    line-height: 5px;
  }
}


@media screen and (max-width: 800px) {
  p{
    font-size: 1em;
  }
  h1{
    font-size: 2.2em;
  }
  h2{
    font-size: 1.3em;
  }
  h3{
    font-size: 1.25em;
  }
  h4{
    font-size: 1.1em;
  }
  .title-text h1 {
    font-size: 8vw;
    line-height: 0;
  }
}

.logo h1 {
  font-size: 1.5em;
}
  

#logo{
  height: 150px;
  filter: invert(1);
  position: relative;
}

@media screen and (max-width: 800px) {
  #logo{
    height: 130px;
  }
}