@-webkit-keyframes beebuzz {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes beebuzz {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/AvenirNextLTPro-Demi.otf") format("opentype");
  font-weight: 600;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Avenir", sans-serif;
  margin: 0;
}

h1 {
  margin: 0;
}

h3 {
  margin: 0rem;
}

h4 {
  margin: 0rem;
}

h5 {
  margin: 0;
}

a {
  text-decoration: none;
  color: initial;
}
a:link {
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}

.avatar {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #E1E1E1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-nav {
  background-color: #323232;
  color: #FFFFFF;
}
.top-nav__container {
  max-width: 70rem;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .top-nav__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.top-nav__logo {
  width: 7.5rem;
  height: 1.25rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .top-nav__logo {
    margin: 0;
    padding: 0 1.5rem;
  }
}
.top-nav__list {
  display: flex;
  width: 100%;
}
@media (min-width: 48rem) {
  .top-nav__list {
    align-items: center;
  }
}
.top-nav__link {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  font-size: 1rem;
  color: #E1E1E1;
  width: 50%;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.1875rem solid #323232;
}
.top-nav__link:hover {
  -webkit-animation: beebuzz 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: beebuzz 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 48rem) {
  .top-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.5rem;
  }
}
.top-nav__link:hover {
  color: #FFFFFF;
  border-bottom: 0.1875rem solid #FFFFFF;
  padding-bottom: 1rem;
  box-sizing: border-box;
  font-weight: 700;
}
@media (min-width: 48rem) {
  .top-nav__link:hover {
    margin: 0 1.5rem;
    padding: 1.5rem 0 1.3125rem 0;
  }
}

.footer-bar {
  background-color: #323232;
  color: #FFFFFF;
  padding: 1.5rem 1rem 1rem 1rem;
  position: relative;
}
@media (min-width: 48rem) {
  .footer-bar {
    padding: 3rem 2.25rem 2.25rem 2.25rem;
  }
}
.footer-bar__wrapper {
  max-width: 72rem;
  margin: 0 auto;
}
.footer-bar__top-list {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 48rem) {
  .footer-bar__top-list {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
    font-weight: 400;
    flex-direction: row;
    align-items: center;
  }
}
.footer-bar__top-list-item {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  font-weight: 600;
  width: 11rem;
  padding: 0 1rem 1rem 0;
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
@media (min-width: 48rem) {
  .footer-bar__top-list-item {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2.25rem 2.25rem 0;
  }
}
.footer-bar__top-list-item-icon {
  margin: 0 2rem 0 0;
}
@media (min-width: 48rem) {
  .footer-bar__top-list-item-icon {
    margin: 0 2.25rem 0 0;
  }
}
.footer-bar__bot-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 48rem) {
  .footer-bar__bot-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 43.5rem;
  }
}
.footer-bar__bot-card {
  text-align: left;
}
.footer-bar__bot-card-title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .footer-bar__bot-card-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding-bottom: 2.25rem;
  }
}
.footer-bar__bot-card-copy {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .footer-bar__bot-card-copy {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding-bottom: 2.25rem;
  }
}
.footer-bar__copyright {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
@media (min-width: 48rem) {
  .footer-bar__copyright {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

.endlogo {
  width: 7.5rem;
  height: 1.25rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  text-align: left;
}
@media (min-width: 48rem) {
  .endlogo {
    position: absolute;
    top: 9%;
    right: 10%;
  }
}

.shows-hero {
  background: linear-gradient(0deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.5)), url(../assets/images/hero-shows.jpg);
  width: 100%;
  height: 22rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48rem) {
  .shows-hero {
    height: 32rem;
  }
}
@media (min-width: 80rem) {
  .shows-hero {
    height: 36rem;
  }
}
.shows-hero__container {
  padding: 0 1rem;
  width: 92%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 80rem) {
  .shows-hero__container {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.shows-hero__title-album {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  padding: 2.5rem 0 1rem 0;
}
@media (min-width: 48rem) {
  .shows-hero__title-album {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    font-weight: 600;
  }
}
.shows-hero__title-band {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  padding-bottom: 1.25rem;
}
@media (min-width: 48rem) {
  .shows-hero__title-band {
    font-size: 3.75rem;
    line-height: 4.25rem;
    font-weight: 700;
    font-weight: 600;
    padding-bottom: 2rem;
  }
}
.shows-hero__song {
  width: 25rem;
  margin: auto 0;
}

.section-heading {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 2rem 1.25rem 1rem 1.25rem;
}
@media (min-width: 80rem) {
  .section-heading {
    padding: 2rem 4.5rem 1rem 0;
  }
}

.shows {
  width: 100%;
}
.shows__wrapper {
  width: 46rem;
  margin: 0 auto 2rem auto;
}
@media (min-width: 80rem) {
  .shows__wrapper {
    display: flex;
    width: 70rem;
  }
}
.shows__card-tab-headers {
  display: none;
}
@media (min-width: 48rem) {
  .shows__card-tab-headers {
    display: flex;
    box-sizing: border-box;
    padding: 2.5rem 1.25rem 0 1.25rem;
  }
}
.shows__tab-heading {
  color: #AFAFAF;
  width: 25%;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-weight: 400;
}
.shows__card {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 1.25rem;
  list-style-type: none;
  margin: 0;
}
.shows__card:hover {
  background-color: #FAFAFA;
}
@media (min-width: 48rem) {
  .shows__card {
    display: flex;
  }
}
.shows__sub-card {
  width: 25%;
  margin: auto 0;
}
.shows__heading {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #AFAFAF;
  padding: 1.25rem 0 0.25rem 0;
}
@media (min-width: 48rem) {
  .shows__heading {
    display: none;
  }
}
.shows__copy {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
@media (min-width: 48rem) {
  .shows {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
  }
}
.shows__button {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0;
  background-color: #323232;
  color: #AFAFAF;
  border-radius: 4px;
  margin: 0.75rem 0;
  width: 100%;
}
.shows__button:hover {
  background-color: #000000;
}
.shows__button:active {
  color: #FFFFFF;
}
@media (min-width: 48rem) {
  .shows__button {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-size: 1rem;
    width: 12rem;
  }
}

.showsHighlight {
  background-color: #E1E1E1;
}/*# sourceMappingURL=shows.css.map */