@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../assets/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../assets/fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../assets/fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../assets/fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../assets/fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../assets/fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Colors */
/* Separation Sizes */
/* Animations */
/* Border Styles */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
input,
textarea {
  font-family: "AvenirNext LT Pro", Arial, sans-serif;
  font-weight: 400;
  color: #323232;
}

:visited {
  color: inherit;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}

h2, .footer__icon-link {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 768px) {
  h2, .footer__icon-link {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  h2, .footer__icon-link {
    font-size: 2.25rem;
    line-height: 2rem;
  }
}

h3 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.375rem;
    margin: 3rem 0 2.25rem;
  }
}

p {
  font-size: 0.813rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.band-logo {
  max-height: 1.25rem;
  max-width: 7.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .band-logo {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .band-logo {
    margin-top: 1.5rem;
  }
}
.band-logo--tablet {
  display: none;
}
@media (min-width: 768px) {
  .band-logo--tablet {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .band-logo--mobile {
    display: none;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  line-height: 1.25rem;
  font-weight: 600;
  background-color: #323232;
  color: #ffffff;
  height: 2.5rem;
  border-radius: 0.25rem;
  min-width: 9.375rem;
  padding: auto 2rem;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .btn {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .btn {
    max-width: 9.375rem;
  }
}
.btn:hover {
  background-color: #000000;
  cursor: pointer;
}
.btn--hidden {
  visibility: hidden;
}
.btn--align-right {
  align-self: flex-end;
  justify-self: flex-end;
}

/* Navigation Bar */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #323232;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .navbar {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2.25rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navbar {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .navbar {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.navbar__list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar__list {
    max-width: 18.75rem;
    justify-content: flex-start;
  }
}
.navbar__li {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar__li {
    max-width: 6.25rem;
  }
}
.navbar__list-container {
  width: 100%;
}
.navbar__item {
  display: inline-block;
  width: 100%;
  padding-bottom: 1rem;
  transition: 0.3s;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar__item {
    padding-bottom: 1.5rem;
    height: 100%;
    display: inline;
  }
}
.navbar__item--selected, .navbar__item:hover {
  color: #ffffff;
  border-bottom: 0.188rem solid #ffffff;
}
.navbar__item:hover {
  font-weight: 400;
  cursor: pointer;
}
.navbar__item--selected {
  font-weight: 600;
}
.navbar__item--selected:hover {
  font-weight: 600;
}

/* Hero Image */
.hero__image-container {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vw;
  max-height: 50rem;
}
@media (min-width: 768px) {
  .hero__image-container {
    height: 66vw;
  }
}
.hero__image-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .hero__image-overlay {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .hero__image-overlay {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.hero__text {
  max-width: 15rem;
}
@media (min-width: 768px) {
  .hero__text {
    max-width: 30rem;
  }
}

/* Footer */
.footer {
  background-color: #323232;
  color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
.footer__icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 8rem;
}
.footer__title {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer__title-box {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 25rem;
  }
}
@media (min-width: 768px) {
  .footer__icon-link {
    margin: 1rem;
  }
}
.footer__icon-link:hover .footer__icon-color {
  fill: #afafaf;
}
.footer__icon-color {
  transition: 0.3s;
}
.footer__contact-container {
  margin-bottom: 3rem;
  max-width: 50rem;
}
@media (min-width: 768px) {
  .footer__contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.25rem 0;
  }
}
@media (min-width: 768px) {
  .footer__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.contact {
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .contact {
    margin-bottom: 1.5rem;
  }
}
.contact__name, .contact__position {
  font-weight: 600;
}
.contact__email {
  color: inherit;
  text-decoration: none;
}
.contact__email:hover {
  text-decoration: underline;
}
.contact__location {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact__location {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .contact__location {
    margin-top: 1.5rem;
  }
}

.hero__image-container {
  background-image: url("../assets/images/hero-shows.jpg");
}
.hero__content-container {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .hero__content-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero__song-player {
  margin-bottom: 1rem;
  margin-top: 1rem;
  height: 40vw;
  max-height: 10rem;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__song-player {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero__song-player {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero__song-player {
    max-height: 11rem;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .hero__song-player {
    width: 40%;
  }
}

/*shows section */
.shows {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .shows {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .shows {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .shows {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .shows {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .shows {
    display: flex;
  }
}
.shows__header {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .shows__header {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .shows__header {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .shows__header {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .shows__header {
    width: 30%;
  }
}
.shows__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .shows__title {
    margin-bottom: 2.25rem;
  }
}
.shows__container {
  width: 100%;
}

.show {
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .show {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1.125rem;
    margin-left: -1.125rem;
  }
}
.show:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.show--selected {
  background-color: #e1e1e1;
}
.show--selected:hover {
  background-color: #e1e1e1;
}
.show--header {
  display: none;
  border: none;
}
@media (min-width: 768px) {
  .show--header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.show--header:hover {
  background-color: inherit;
}
.show__label {
  width: 100%;
  font-size: 0.625rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #afafaf;
}
@media (min-width: 768px) {
  .show__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .show__label {
    display: none;
  }
}
@media (min-width: 768px) {
  .show__label--header {
    display: flex;
  }
}
.show__detail {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .show__detail {
    margin-bottom: 0;
  }
}
.show__detail--highlight {
  font-weight: 600;
}/*# sourceMappingURL=shows.css.map */