@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/Font/AvenirNextLTPro-Regular.otf") format("woff"), url("../../assets/Font/AlternativeFiles/AvenirNextLTPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/Font/AvenirNextLTPro-Bold.otf") format("woff"), url("../../assets/Font/AlternativeFiles/AvenirNextLTProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/Font/AvenirNextLTPro-Demi.otf") format("woff"), url("../../assets/Font/AlternativeFiles/AvenirNextLTProDemi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  font-family: "AvenirNext LT Pro";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  display: column;
  width: 100%;
}
.header-nav {
  background-color: #552d50;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .header-nav {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .header-nav {
    flex-direction: row;
  }
}
.header-nav__logo-box {
  width: 100%;
  height: 3rem;
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .header-nav__logo-box {
    width: 165px;
    margin: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .header-nav__logo-box {
    display: flex;
    width: 320px;
    margin: 0.75rem 0rem;
  }
}
.header-nav__logo {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 20px;
}
.header-nav__logo-link {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 20px;
}
.header-nav__menu {
  display: flex;
}
@media (max-width: 767px) {
  .header-nav__menu {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .header-nav__menu {
    align-items: center;
    width: 35%;
  }
}
@media (min-width: 1280px) {
  .header-nav__menu {
    align-items: center;
    width: 25%;
  }
}
.header-nav__item-box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header-nav__item-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 55%;
    margin-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .header-nav__item-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .header-nav__item {
    color: #e1e1e1;
    list-style-type: none;
  }
}
@media (min-width: 768px) {
  .header-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .header-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-nav__link {
  text-decoration: none;
  color: #e1e1e1;
}
.header-nav__link:visited, .header-nav__link:active {
  color: #e1e1e1;
}

.footer {
  font-family: "AvenirNext LT Pro";
  color: #afafaf;
}
.footer__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  background-color: #552d50;
  color: #ffffff;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .footer__container {
    position: relative;
    padding: 1.5rem 0rem 2rem 0rem;
  }
}
.footer-social {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-social {
    flex-direction: row;
    padding-left: 2rem;
    margin: 0.5rem 0rem;
  }
}
@media (min-width: 1280px) {
  .footer-social {
    padding-left: 6rem;
    margin: 1rem 0rem;
  }
}
.footer-social__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  width: 80%;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .footer-social__title {
    width: 32%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .footer-social__title {
    width: 28%;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem 0rem 1rem 0rem;
  }
}
.footer-social__icon-container {
  display: flex;
  width: 55%;
  margin: 1rem 0rem 1.5rem 0rem;
}
@media (min-width: 768px) {
  .footer-social__icon-container {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .footer-social__icon-container {
    width: 15%;
  }
}
.footer-social__icon {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@media (min-width: 768px) {
  .footer-social__icon {
    width: 65%;
  }
}
@media (min-width: 1280px) {
  .footer-social__icon {
    margin-top: 1rem;
  }
}
.footer-social__icon-item {
  width: 1.75rem;
  height: 1.75rem;
}
.footer-social__icon-link {
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 768px) {
  .footer-company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-left: 2rem;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .footer-company {
    width: 87%;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .footer-company {
    width: 60%;
    margin: 2rem 6rem 1rem 6rem;
  }
}
.footer__company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.footer__company-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__company-name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__company-name {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.8rem;
  }
}
.footer__company-address {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__company-address {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__company-address {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8rem;
  }
}
.footer__company-email {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__company-email {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__company-email {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 3rem;
  }
}
.footer__company-email-mailto {
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
}
.footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0rem;
}
@media (min-width: 768px) {
  .footer-logo {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
}
@media (min-width: 1280px) {
  .footer-logo {
    top: 2.8rem;
    right: 6rem;
  }
}
.footer-copyright-text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .footer-copyright {
    padding: 0 0 0 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer-copyright {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 3rem;
    padding-left: 6rem;
  }
}

.header-nav__item:hover, .header-nav__item:active {
  color: #ffffff;
  font-weight: 600;
}
.header-nav__item-box {
  position: relative;
}
.header-nav__item--right {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header-nav__item--right:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header-nav__item--right {
    border-bottom: 3px solid #ffffff;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.55rem 0 0 0;
  }
}
@media (min-width: 1280px) {
  .header-nav__item--right {
    margin-top: 1.62rem;
  }
}
.header-nav__item--left {
  color: #e1e1e1;
}
.header-nav__item--left:hover, .header-nav__item--left:active {
  color: #ffffff;
  font-weight: 600;
}

.album-hero-container {
  color: #ffffff;
  height: 29rem;
  position: relative;
  z-index: 1;
  background-color: black;
}
.album-hero-container:after {
  width: 100%;
  height: 29rem;
  content: "";
  background-image: url("../../assets/Images/hero-shows.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .album-hero-container {
    background-position-y: -50rem;
    width: 100%;
    background-position-y: -160px;
    height: 30rem;
    background-size: cover;
  }
  .album-hero-container:after {
    height: 30rem;
  }
}
@media (min-width: 1280px) {
  .album-hero-container {
    width: 100%;
    height: 35rem;
    background-size: cover;
  }
  .album-hero-container:after {
    height: 35rem;
  }
}
.album-hero__title-text--small {
  color: #ffffff;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .album-hero__title-text--small {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .album-hero__title-text--small {
    padding: 9rem 0 1.5rem 6rem;
  }
}
@media (max-width: 767px) {
  .album-hero__title-text--big {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    padding: 1rem 0 0 1rem;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .album-hero__title-text--big {
    font-size: 3rem;
    font-weight: 600;
    padding: 0 0 2rem 2rem;
    width: 455px;
  }
}
@media (min-width: 1280px) {
  .album-hero__title-text--big {
    padding-left: 6rem;
    letter-spacing: 2px;
    width: 630px;
    font-size: 3.75rem;
  }
}

.shows {
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .album-hero__playsong-iframe {
    width: 100%;
    display: flex;
    height: 13rem;
    margin: auto;
    padding: 2rem 1rem 1rem 1rem;
  }
}
@media (min-width: 768px) {
  .album-hero__playsong-iframe {
    width: 53%;
    height: 12rem;
    padding: 1rem 2rem 2rem 2rem;
  }
}
@media (min-width: 1280px) {
  .album-hero__playsong-iframe {
    width: 38%;
    height: 13rem;
    position: absolute;
    top: 10rem;
    left: 47rem;
  }
}

.shows__header {
  font-weight: 600;
  line-height: 2rem;
  padding: 2.5rem 0 0 1rem;
  color: #000000;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .shows__header {
    padding: 3rem 0 0 2rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .shows__header {
    display: flex;
    padding: 5rem 0 0 6rem;
  }
}
@media (min-width: 1280px) {
  .shows-container {
    width: 70%;
    margin-left: auto;
    margin-right: 5rem;
  }
}
.shows__cards {
  border-bottom: 2px solid #e1e1e1;
  padding: 1rem;
}
@media (min-width: 768px) {
  .shows__cards {
    display: flex;
    padding: 0.5rem 2rem;
  }
  .shows__cards:hover {
    background-color: #fafafa;
  }
}
.shows__cards--title {
  font-weight: 600;
  padding-top: 1.5rem;
  color: #afafaf;
  font-size: 0.95rem;
}
@media (min-width: 768px) {
  .shows__cards--title-box {
    display: none;
  }
}
.shows__cards--text {
  font-weight: 400;
  padding-top: 0.5rem;
  color: #000000;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .shows__cards--text-box {
    width: 30%;
    padding: 1.5rem 0rem;
  }
}
.shows__cards--bold {
  font-weight: 600;
}
.shows__cards-btn {
  width: 100%;
  background-color: #323232;
  margin: 1rem 0rem;
  height: 3.25rem;
  color: #ffffff;
  border: #323232;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
}
.shows__cards-btn-box {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .shows__cards-btn-box {
    width: 30%;
  }
}

@media (max-width: 767px) {
  h2 > div {
    display: none;
  }
}
@media (min-width: 768px) {
  h2 > div {
    display: flex;
  }
}
@media (min-width: 1280px) {
  h2 > div {
    width: 70%;
    margin-left: auto;
    margin-right: 8rem;
  }
}

h2 > div > div {
  width: 100%;
  color: #afafaf;
  margin: 2rem 0 0 0;
  font-size: 1rem;
}

.shows__header > div > div:nth-child(4) {
  width: 70%;
}

.shows--selected {
  background-color: #afafaf;
}
.shows--selected:hover {
  background-color: #afafaf;
}/*# sourceMappingURL=shows.css.map */