@media (max-width: 1359px) {
  #latest-single h3 {
    font-size: 50px;
  }
  #latest-single h2 {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  #latest-single h3 {
    font-size: 45px;
  }
  #latest-single h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  #latest-single h3 {
    font-size: 40px;
  }
  #latest-single h2 {
    font-size: 70px;
  }
  #latest-single li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home {
    height: 30dvh;
  }
  #home #nuwera-logo {
    width: 80%;
  }
  #latest-single h3 {
    font-size: 35px;
  }
  #latest-single h2 {
    font-size: 60px;
  }
  .shop-now {
    padding: 8rem;
  }
  .shop-now h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .albums h2 {
    font-size: 1.5rem;
  }
  .albums h3 {
    font-size: 1rem;
  }
  .meet-the-band h2 {
    font-size: 1.5rem;
  }
  .shop-now {
    padding: 8rem 0;
  }
  .shop-now h2 {
    font-size: 1.5rem;
  }
  footer a {
    font-size: 0.85rem;
  }
}/*# sourceMappingURL=responsive.css.map */