/* for example comments url 
https://project-1-api.herokuapp.com/comments?api_key=16aeaeee-3899-4834-980c-14eafd5d7283
*/
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#link1 {
  color: #E1E1E1;
}
#link1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.27rem;
  background-color: #FFFFFF;
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
}
#link1:hover::before,
#link1 :focus::before {
  transform: scaleX(1);
  font-weight: 600;
}
#link1:hover {
  color: #FFFFFF;
}

#link2 {
  font-weight: 700;
  border-bottom: solid 0.3rem #FFFFFF;
  color: #FFFFFF;
}

.shows-hero {
  background-image: url(../../assets/images/hero-shows.jpg);
  height: 60vh;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .shows-hero {
    height: 70vh;
  }
}
.shows-hero::before {
  content: "";
  position: absolute;
  height: 60vh;
  min-width: 100%;
  z-index: 1;
  background-color: #323232;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .shows-hero::before {
    height: 70vh;
  }
}
.shows-hero__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .shows-hero__wrapper {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .shows-hero__wrapper {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .shows-hero__wrapper {
    height: 70vh;
  }
}
@media screen and (min-width: 768px) {
  .shows-hero__wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .shows-hero__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.shows-hero__title-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
@media screen and (min-width: 1024px) {
  .shows-hero__title-container {
    width: 50%;
    align-self: center;
  }
}
.shows-hero__subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .shows-hero__subtitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .shows-hero__subtitle {
    margin-top: 0px;
  }
}
.shows-hero__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 2;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .shows-hero__title {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
  }
}
.shows-hero__song-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  max-height: 10rem;
  z-index: 2;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .shows-hero__song-link {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-hero__song-link {
    max-width: 480px;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .shows-hero__song-link {
    display: flex;
    justify-content: center;
    align-self: center;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}

.shows {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .shows {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .shows {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1024px) {
  .shows {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.shows__heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .shows__heading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .shows__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .shows__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .shows__heading {
    padding-left: 1.125rem;
  }
}
.shows__subheading {
  display: none;
  color: #AFAFAF;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .shows__subheading {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows__subheading {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .shows__subheading {
    margin-top: 3rem;
  }
}
.shows__subheading--date {
  width: 12rem;
}
.shows__subheading--venue {
  width: 10rem;
}
.shows__subheading--location {
  width: 8rem;
}
.shows__card {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .shows__card {
    flex-direction: row;
    border-bottom: 1px solid #AFAFAF;
  }
}
@media screen and (min-width: 1024px) {
  .shows__card {
    max-width: 900px;
    margin-right: 0px;
  }
}
.shows__card:hover {
  cursor: pointer;
}
.shows__card--state:hover {
  background-color: #FAFAFA;
}

.card-background {
  background-color: #E1E1E1;
}

@media screen and (min-width: 768px) {
  .shows-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 2;
  }
}
.shows-list__heading--date {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  color: #AFAFAF;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .shows-list__heading--date {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__heading--date {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__heading--date {
    display: none;
  }
}
.shows-list__heading--venue {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  color: #AFAFAF;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .shows-list__heading--venue {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__heading--venue {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__heading--venue {
    display: none;
  }
}
.shows-list__heading--location {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  color: #AFAFAF;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .shows-list__heading--location {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__heading--location {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__heading--location {
    display: none;
  }
}
.shows-list__item--date {
  padding: 0.5rem 1rem;
  list-style: none;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shows-list__item--date {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__item--date {
    width: 12rem;
  }
}
.shows-list__item--venue {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .shows-list__item--venue {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__item--venue {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__item--venue {
    width: 10rem;
  }
}
.shows-list__item--location {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .shows-list__item--location {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__item--location {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .shows-list__item--location {
    width: 10rem;
    flex-grow: 2;
  }
}/*# sourceMappingURL=shows.css.map */