body {
  margin: 0;
  font-family: "Avenir", "sans-serif";
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/AvenirNextLTPro-Regular.otf") format("opentype"), url("/assets/fonts/AvenirNextLTPro.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/AvenirNextLTPro-Demi.otf") format("opentype"), url("/assets/fonts/AvenirNextLTProDemi.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/AvenirNextLTPro-Bold.otf") format("opentype"), url("/assets/fonts/AvenirNextLTProBold.ttf") format("truetype");
  font-weight: 700;
}
.mobilePrestitial {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  z-index: 10;
}

.landing {
  background-image: url(../assets/images/hero-shows.jpg), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-size: cover;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .landing {
    width: 100vw;
    flex-direction: column;
    justify-content: left;
    padding: 1.75rem 1rem;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .landing {
    width: 100vw;
    flex-direction: column;
    padding: 4.5rem 3rem;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1280px) {
  .landing {
    width: 100vw;
    background-position-y: -9.1rem;
    flex-direction: row;
    padding: 9rem 7.8125rem;
    box-sizing: border-box;
  }
}
.landing__album-info {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .landing__album-info--title {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .landing__album-info--title {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .landing__album-info--title {
    padding: 1.5rem 0 0rem 0;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .landing__album-info--song {
    padding: 1rem 0 1rem 0;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .landing__album-info--song {
    padding: 1rem 0 2.25rem 0;
    padding-right: 1.5rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .landing__album-info--song {
    padding: 1.5rem 0 1.5rem 0;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 5.25rem;
    width: 37vw;
  }
}
.landing__music-container {
  overflow: hidden;
  display: flex;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .landing__music-container {
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 75%;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .landing__music-container {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding-left: 4rem;
    height: 10rem;
    padding-top: 5rem;
  }
}
.landing__music-container iframe {
  width: 100%;
  height: 7rem;
  border: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .landing__music-container iframe {
    width: 100%;
    height: 166px;
    border-radius: 0.25rem;
  }
}

.shows {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #FFFFFF;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .shows {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .shows {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .shows__title {
    font-size: 1.5rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
    padding: 1.5rem 0rem 1rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .shows__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 3rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
@media only screen and (min-width: 1280px) {
  .shows__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 8rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
.shows__container {
  background-color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .shows__container {
    padding-right: 4.75rem;
    padding-bottom: 1.25rem;
  }
}
.shows__container-show {
  height: auto;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.75rem;
}
.shows__container-show:hover {
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) {
  .shows__container-show {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid silver;
    align-items: center;
    padding: 1.5rem 1.125rem 1.5rem 1.125rem;
    margin: 0rem 2.25rem 0rem 1.875rem;
    align-items: center;
  }
}
.shows__container-show--active {
  background-color: #E1E1E1;
}
.shows__container-show--active:hover {
  background-color: #E1E1E1;
}
@media only screen and (max-width: 767px) {
  .shows__labels {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .shows__labels {
    display: flex;
    justify-content: space-between;
    padding: 0px 3.5rem 0rem 3rem;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .shows__labels {
    display: flex;
    justify-content: space-between;
    padding: 0rem 3rem 0rem 0rem;
    align-items: center;
    margin: 4.25rem 0.2rem 1rem 3rem;
  }
}
.shows__date-label, .shows__venue-label, .shows__loc-label {
  color: #AFAFAF;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
@media only screen and (min-width: 768px) {
  .shows__date-label, .shows__venue-label, .shows__loc-label {
    padding: 0rem 0rem;
    font-size: 0.75rem;
    width: 9.375rem;
  }
}
@media only screen and (min-width: 1280px) {
  .shows__date-label, .shows__venue-label, .shows__loc-label {
    width: 13rem;
  }
}
@media only screen and (min-width: 768px) {
  .shows__date-label--hidden, .shows__venue-label--hidden, .shows__loc-label--hidden {
    display: none;
  }
}
.shows__venue-value {
  color: #323232;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  padding: 0rem 1rem 0.75rem 1rem;
}
@media only screen and (min-width: 768px) {
  .shows__venue-value {
    font-size: 0.875rem;
    padding: 0rem 0rem;
    width: 9.375rem;
  }
}
@media only screen and (min-width: 1280px) {
  .shows__venue-value {
    width: 13rem;
  }
}
.shows__loc-value {
  color: #323232;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  padding: 0rem 1rem 0.75rem 1rem;
}
@media only screen and (min-width: 768px) {
  .shows__loc-value {
    font-size: 0.875rem;
    padding: 0rem 0rem;
    width: 9.375rem;
  }
}
@media only screen and (min-width: 1280px) {
  .shows__loc-value {
    width: 13rem;
  }
}
.shows__date-value {
  color: #323232;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0rem 1rem 0.75rem 1rem;
}
@media only screen and (min-width: 768px) {
  .shows__date-value {
    font-size: 0.875rem;
    padding: 0rem 0rem;
    width: 9.375rem;
  }
}
@media only screen and (min-width: 1280px) {
  .shows__date-value {
    width: 13rem;
  }
}
.shows__button {
  background-color: #323232;
  height: 2.5rem;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  padding: 0.0313rem 2rem;
  color: #FFFFFF;
  border: none;
  border-radius: 0.25rem;
  width: calc(100% - 2rem);
  align-self: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .shows__button {
    font-size: 0.75rem;
    align-self: center;
    padding: 0px 2.373rem;
    height: 2.5rem;
    width: 9.375rem;
    align-content: center;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .shows__button--hidden {
    width: 9.375rem;
    visibility: hidden;
  }
}
.shows__button:hover {
  background-color: #000000;
}/*# sourceMappingURL=shows.css.map */