@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/AvenirNextLTPro-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Demi";
  src: url("../../assets/fonts/AvenirNextLTPro-Demi.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Bold";
  src: url("../../assets/fonts/AvenirNextLTPro-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.navbar {
  background: #323232;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}
.navbar__logo-link {
  padding: 1rem;
}
.navbar__logo {
  max-height: 1.25rem;
  max-width: 7.5rem;
}
.navbar__link-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.navbar__link {
  color: #e1e1e1;
  font-weight: 400;
  padding-bottom: 1rem;
  text-align: center;
  width: 50%;
}
.navbar__link--active {
  color: #ffffff;
  font-weight: bold;
}
.navbar__link:hover {
  font-weight: bold;
}
.navbar__li {
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.navbar__li--active {
  border-bottom: 0.1875rem solid #ffffff;
  font-weight: bold;
}
.navbar__li:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.5rem 1.5rem 0;
    align-items: center;
  }
  .navbar__logo-link {
    vertical-align: text-top;
    padding: 0 1rem 1rem;
  }
  .navbar .navbar__li {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .navbar__link-container {
    display: flex;
    min-width: 1rem;
    max-width: 25%;
    margin: 0;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .navbar {
    padding: 2rem 2rem 0;
  }
  .navbar__logo-link {
    vertical-align: text-top;
    padding: 0 1rem 1rem;
  }
  .navbar__link-container {
    display: flex;
    min-width: 1rem;
    max-width: 25%;
    margin: 0;
    padding: 0 2rem;
  }
}
.hero-shows {
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.6), rgba(50, 50, 50, 0.6)), url("../../../assets/Images/hero-shows.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.hero-shows__content {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero-shows__content--large {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
.hero-shows__soundcloud {
  margin-top: 1.5rem;
}
.hero-shows__soundcloud--desktop {
  display: none;
}
.hero-shows__soundcloud--tablet {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hero-shows {
    padding: 3rem;
  }
  .hero-shows__content {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .hero-shows__content--large {
    font-size: 3.75rem;
    font-weight: bold;
    margin: 0;
  }
  .hero-shows__soundcloud--mobile {
    display: none;
  }
  .hero-shows__soundcloud--tablet {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-shows {
    padding: 4rem;
    margin: 0 auto;
    justify-content: center;
  }
  .hero-shows__soundcloud--tablet {
    display: none;
  }
  .hero-shows__soundcloud--desktop {
    display: block;
  }
  .hero-shows__content--flex {
    display: flex;
    gap: 4rem;
    align-items: center;
  }
}
.about {
  margin-top: 1.5rem;
  padding: 1rem;
  color: #323232;
}
.about__heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Avenir Bold";
  margin-bottom: 1rem;
}
.about__cover {
  display: flex;
  flex-direction: column;
}
.about__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.about__quote {
  font-family: "Avenir Demi";
  margin-top: 1rem;
}
.about__quote-author {
  font-family: "Avenir Demi";
}
.about__subheading {
  font-family: "Avenir Demi";
  font-size: 1.025rem;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .about__container {
    margin: 1rem 2.25rem;
    padding: 1rem 1.5rem;
  }
  .about {
    margin: 1.5rem 1.5rem;
    color: #323232;
  }
  .about__heading {
    font-size: 2.25rem;
    line-height: 2rem;
    font-family: "Avenir Bold";
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .about__cover {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
  }
  .about__image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .about__quote {
    padding-top: 1rem;
    font-family: "Avenir Demi";
    font-size: 1.5rem;
    margin: 0;
  }
  .about__quote-author {
    font-size: 1rem;
    font-size: 1.5rem;
  }
  .about__details-container {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }
  .about__subheading {
    font-size: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-bottom: 0;
    margin-top: 1rem 0 0;
  }
  .about__details-text {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .about {
    padding-left: 1rem;
    color: #323232;
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .about__container {
    width: 100%;
  }
  .about__heading {
    font-size: 2.25rem;
    line-height: 2rem;
    font-family: "Avenir Bold";
  }
  .about__cover {
    margin: 0 10rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
  }
  .about__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .about__quote {
    padding-top: 1rem;
    font-family: "Avenir Demi";
    margin: 0;
  }
  .about__quote-author {
    font-size: 1rem;
  }
  .about__details-container {
    padding: 1rem;
    margin: 0 10rem;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }
  .about__subheading {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    width: 100%;
    padding-left: 1rem;
    margin: 1.5rem 10rem;
  }
}
.footer {
  background-color: #323232;
  padding: 1rem;
  color: #ffffff;
  padding-left: 1rem;
}
.footer__header {
  font-size: 1.5rem;
  font-family: "Avenir Bold";
}
.footer__socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
}
.footer__socials img {
  padding-right: 2rem;
  height: 1.5rem;
}
.footer__logo--top {
  display: none;
}

.contact-list {
  line-height: 1.5rem;
  padding-bottom: 2rem;
}
.contact-list__card {
  padding-bottom: 1rem;
}
.contact-list__text {
  margin-top: 0;
  font-size: 0.8125rem;
}
.contact-list__text--bold {
  font-family: "Avenir Bold";
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 2rem;
    color: #ffffff;
  }
  .footer__header-container {
    display: flex;
    align-items: center;
  }
  .footer__header {
    font-size: 2.25rem;
    font-family: "Avenir Bold";
  }
  .footer__socials {
    padding: 0 0 0 1.5rem;
  }
  .footer__socials img {
    padding-right: 2rem;
  }
  .footer__logo--top {
    display: block;
    margin-left: auto;
  }
  .footer__header-container {
    padding-right: 2rem;
  }
  .footer__logo--bottom {
    display: none;
  }
  .contact-list {
    line-height: 1.5rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
  }
  .contact-list__card {
    width: 33%;
  }
  .contact-list__text {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .contact-list__text--bold {
    font-family: "Avenir Bold";
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    padding: 2.25rem 4rem 0;
  }
}
.shows-container {
  color: #000000;
  padding: 1rem;
}
.shows-container__col-div {
  width: 100%;
}
.shows-container__card {
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem;
}
.shows-container__card:hover {
  background: #fafafa;
}
.shows-container__card--select {
  background: #e1e1e1;
}
.shows-container__card--select:hover {
  background: #e1e1e1;
}
.shows-container__text {
  color: #323232;
}
.shows-container__text--header {
  padding-left: 1rem;
  font-size: 1.5rem;
  font-family: "Avenir Bold";
}
.shows-container__text--grey {
  color: #afafaf;
  font-family: "Avenir Demi";
}
.shows-container__text--bold {
  font-weight: bold;
  font-size: 1.2rem;
}
.shows-container__text--desktop-header {
  display: none;
}
.shows-container__btn {
  background-color: #323232;
  color: #ffffff;
  border-radius: 0.25rem;
  height: 2.5rem;
  width: 100%;
  font-size: 0.625rem;
  font-family: "Avenir Bold";
  line-height: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.shows-container__btn:hover {
  background-color: #000000;
}
.shows-container__btn--hide {
  display: none;
}

@media only screen and (min-width: 768px) {
  .shows-container__table-headings {
    display: flex;
  }
  .shows-container__card {
    display: flex;
    padding: 1rem 2rem;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
  }
  .shows-container__card--desktop {
    justify-content: space-evenly;
  }
  .shows-container__text--header {
    padding-left: 0;
    margin-left: 2rem;
  }
  .shows-container__text--grey {
    display: none;
  }
  .shows-container__text--desktop-header {
    display: block;
    color: #afafaf;
    font-family: "Avenir Demi";
    padding-right: 2rem;
  }
  .shows-container__table-header {
    display: flex;
    width: 100%;
  }
  .shows-container__table-header-container {
    display: flex;
    width: 100%;
    padding: 0 2rem;
  }
  .shows-container__btn {
    max-width: 22%;
    padding: 1rem 2rem;
    font-size: 0.75rem;
  }
  .shows-container__btn--hide {
    background: #ffffff;
    border: none;
  }
}
@media only screen and (min-width: 1280px) {
  .shows-container {
    display: flex;
    justify-content: space-between;
    padding: 4rem;
  }
  .shows-container__table {
    width: 85%;
  }
  .shows-container__text--header {
    font-size: 2.25rem;
    padding-top: 0;
    margin-top: 0;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Avenir";
  box-sizing: border-box;
  color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

.mobile-header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}/*# sourceMappingURL=shows.css.map */