html {
  box-sizing: border-box;
  overflow-x: hidden;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.demi {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-weight: 600;
}

.weight--400 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-weight: 400;
}

.underlined {
  position: relative;
}
.underlined:after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ffffff;
  display: table-cell;
  width: 15rem;
  left: -1.3rem;
  bottom: -1.2rem;
}

.btn {
  height: 5rem;
  max-width: 35rem;
  background-color: #323232;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  font-family: "AvenirNext LT Pro";
  outline-color: #323232;
}
.btn:hover {
  background-color: black;
}

label {
  color: #AFAFAF;
  margin: 0.5rem 0;
}

input {
  background-color: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  outline-color: #323232;
}
input::-moz-placeholder {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.3rem;
}
input:-ms-input-placeholder {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.3rem;
}
input::placeholder {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.3rem;
}
input:focus {
  border: 1px solid #323232;
  background-color: #FAFAFA;
}

textarea {
  background-color: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  outline-color: #323232;
}
textarea::-moz-placeholder {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.5rem;
}
textarea:-ms-input-placeholder {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.5rem;
}
textarea::placeholder {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.5rem;
}
textarea:focus {
  border: 1px solid #323232;
}

.material-icons {
  margin-top: 1rem;
  cursor: pointer;
}

.trash {
  margin-left: 3rem;
  z-index: 0;
}

.trashIconLink {
  z-index: 10;
  width: 2rem;
  height: 2rem;
}

@media (min-width: 720px) {
  .underlined:after {
    margin-left: auto;
    width: 8rem;
    left: 0.1rem;
    bottom: -0.4rem;
  }
}
a {
  list-style: none;
  text-decoration: none;
}

.pad-bottom {
  padding-bottom: 1rem;
}

.hero__shows-img {
  min-height: 50vh;
  width: 100vw;
  min-width: 32rem;
  background-image: linear-gradient(rgba(50, 50, 50, 0.2), rgba(50, 50, 50, 0.2)), url(../Assets/Images/Shows-header.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 1.6rem;
}
.hero__shows-img h1 {
  position: absolute;
  width: 90%;
  top: 30%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 4rem;
}
.hero__shows-img h1 span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.hero__shows-img iframe {
  position: absolute;
  height: 10rem;
  width: 90%;
  max-width: 45rem;
  top: 65%;
  border-radius: 4px;
}

.shows {
  padding: 3rem 1.6rem;
  background-color: #ffffff;
}
.shows__card--wide {
  display: none;
}
.shows__header {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.shows__card--container {
  margin: 0 auto;
  max-width: 35rem;
}
.shows__card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
}
.shows__card ::after {
  content: "";
  position: absolute;
  border-top: 2px solid #E1E1E1;
  width: 95%;
  bottom: -2rem;
  left: 1rem;
}
.shows__info--heading {
  display: block;
  margin: 1rem 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #AFAFAF;
}
.shows__info {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-weight: 600;
  color: #323232;
}
.shows__date--span {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: capitalize;
}
.shows__btn {
  margin-top: 2rem;
}

@media (min-width: 720px) {
  .hero__shows-img {
    height: 86vh;
    padding: 2.4rem;
  }
  .hero__shows-img h1 {
    font-size: 6rem;
    line-height: 6.8rem;
    font-weight: 700;
    width: 90%;
  }
  .hero__shows-img h1 span {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
  .hero__shows-img iframe {
    height: 14rem;
  }

  .shows {
    padding: 3rem 2.4rem;
  }
  .shows__header {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
  }
  .shows__card--container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100vw;
  }
  .shows__card {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
  }
  .shows__card--wide {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .shows__heading--wide {
    display: flex;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #AFAFAF;
  }
  .shows__info--heading {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-bottom: 4rem;
  }
  .shows__info {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .shows__date--span {
    font-weight: bold;
  }
  .shows__disp--none {
    display: none;
  }
  .shows__info--container {
    display: flex;
    margin-top: 2rem;
  }
  .shows__location--span {
    width: 12rem;
  }
  .shows__venue--span {
    width: 12rem;
  }
  .shows__btn {
    width: 15rem;
    margin-top: 1rem;
  }
  .shows__btn--hidden {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    display: flex;
  }

  .hero__shows-img {
    padding: 0 10rem;
    height: 80vh;
  }
  .hero__shows-img h1 {
    padding-top: 2rem;
    width: 50%;
  }

  .hero__iframe {
    position: relative;
    width: 50rem;
    height: 20rem;
    transform: translate(68rem, 27rem);
  }
  .hero__iframe iframe {
    position: absolute;
    top: 20%;
    left: 5%;
  }

  .shows {
    display: flex;
    padding: 5rem 10rem;
  }
  .shows__header--container {
    display: flex;
    justify-content: center;
    width: 30%;
  }
  .shows__card--container {
    width: 70%;
  }
}
@media (min-width: 1500px) {
  .hero__shows-img h1 {
    width: 40%;
  }
}
body {
  font-family: "AvenirNext LT Pro";
}

nav {
  background-color: #323232;
  height: 8rem;
  padding-top: 0.4rem;
  min-width: 32rem;
}
nav h1 {
  display: flex;
  text-align: center;
}

.bandsite {
  width: 32rem;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-weight: 400;
}
.bandsite__ul {
  display: flex;
  justify-content: space-around;
}
.bandsite__li {
  list-style-type: none;
}
.bandsite__links {
  color: #ffffff;
  text-transform: capitalize;
  padding: 0 4.3rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 0 auto;
}

.hero__img {
  min-height: 18.3rem;
  width: 100vw;
  min-width: 32rem;
  background-image: linear-gradient(rgba(50, 50, 50, 0.3), rgba(50, 50, 50, 0.3)), url(../Assets/Images/Photo-gallery-hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 1.6rem;
}
.hero__img h1 {
  position: absolute;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  width: 70%;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.about {
  padding: 0 1.6rem;
  color: #323232;
}
.about__header {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 3.2rem 0 2.4rem 0;
}
.about__img {
  min-width: 28.8rem;
  min-height: 18.3rem;
  background-image: url(../Assets/Images/Photo-gallery-about.jpg);
  background-size: cover;
  background-position: center;
}
.about__quote {
  margin: 2.4rem 0 4rem 0;
}
.about__quote-content {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
.about__quote-credit {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.bio {
  padding: 0 1.6rem 0 1.6rem;
  margin-bottom: 4rem;
  color: #323232;
}
.bio__header {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.bio__paragraph-1 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.bio__paragraph-2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.photo-gallery {
  padding: 3.2rem 1.6rem 0 1.6rem;
  margin-bottom: 2.4rem;
  background-color: #FAFAFA;
}
.photo-gallery__header {
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #323232;
}
.photo-gallery__container {
  display: flex;
  flex-direction: column;
}
.photo-gallery__img {
  max-width: 28.8rem;
  align-self: center;
  margin-bottom: 1.6rem;
}

.comments {
  padding: 1rem 1.6rem;
}
.comments__header {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.comments__form {
  display: flex;
  justify-items: center;
  margin: auto;
  max-width: 60rem;
}
.comments__wrap {
  display: flex;
  padding: 1rem 0;
  margin: 2rem 0;
  width: 25%;
}
.comments__image {
  max-width: 5rem;
  max-height: 5rem;
  border-radius: 5rem;
  margin: 0 1rem;
  margin: 0.5rem 0.5rem;
}
.comments__wrap2 {
  display: flex;
  flex-direction: column;
  align-self: right;
  width: 75%;
  margin: 2rem 1rem;
}
.comments__label--name {
  text-transform: uppercase;
}
.comments__input--name {
  width: 100%;
  height: 4rem;
  padding: 1rem;
  padding-left: 1.5rem;
  margin-left: 1rem 1rem;
}
.comments__label--comment {
  text-transform: uppercase;
}
.comments__input--comment {
  width: 100%;
  height: 8rem;
  margin-left: 1rem 1rem;
  padding: 1rem 0 0 1.5rem;
  background-color: #FAFAFA;
}
.comments__btn {
  width: 100%;
  margin-top: 2rem;
}

.posts {
  padding: 1rem 1.6rem;
}
.posts__comment--container {
  position: relative;
  display: flex;
  margin: 4rem 0;
}
.posts__comment--container:first-child:before {
  content: "";
  position: absolute;
  border-top: 2px solid #E1E1E1;
  width: 95%;
  top: -2rem;
  left: 1rem;
}
.posts__comment--container ::after {
  content: "";
  position: absolute;
  border-top: 2px solid #E1E1E1;
  width: 95%;
  bottom: -2rem;
  left: 1rem;
}
.posts__img--container {
  width: 25%;
}
.posts__img {
  background-color: #E1E1E1;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50px;
}
.posts__wrapper {
  display: column;
  width: 75%;
}
.posts__info {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.posts__name {
  font-weight: bold;
}
.posts__actual-comment {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.social__container {
  margin-bottom: 2rem;
}

.footer {
  padding: 2.4rem 1.5rem 2.4rem 1.5rem;
  background-color: #323232;
  color: #ffffff;
}
.footer__header {
  text-transform: capitalize;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  padding: 2rem 0;
}
.footer__icons {
  padding-right: 1.5rem;
}
.footer__bandsite {
  display: none;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-weight: 400;
}
.footer__contact-wrap--1 {
  padding: 1rem 0;
}
.footer__contact-wrap--1 span {
  display: block;
}
.footer__contact-wrap--2 {
  padding: 1rem 0;
}
.footer__contact-wrap--2 span {
  display: block;
}
.footer__contact-wrap--3 {
  padding: 1rem 0;
}
.footer__contact-wrap--3 span {
  display: block;
}

@media (min-width: 500px) {
  .social__container {
    display: flex;
  }
  .social__container h2 {
    margin-right: 4rem;
  }

  .comments__form {
    margin: 0 auto;
    max-width: 40rem;
  }

  .posts {
    margin: 0 auto;
    max-width: 40rem;
  }

  .footer__header-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer__bandsite {
    display: inherit;
    padding: 2rem 2rem 0 0;
  }
  .footer__contact--container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__contact {
    padding: 2rem 1rem 2rem 1rem;
  }
  .footer__copyright {
    padding: 0 1rem;
  }
}
@media (min-width: 720px) {
  nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2.4rem 0 2.4rem;
    width: 100%;
  }
  nav h1 {
    display: inline-block;
  }

  .bandsite {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    font-weight: 400;
  }
  .bandsite__links {
    padding: 0 1rem 2.8rem 1rem;
    margin: 0 3rem 0 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
  }

  .hero__img {
    min-height: 40rem;
    padding: 0 2.4rem;
  }
  .hero__img h1 {
    font-size: 6rem;
    line-height: 6.8rem;
    font-weight: 700;
    width: 70%;
  }

  .about {
    padding: 0 2.4rem;
  }
  .about__header {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
  }
  .about__img {
    min-height: 36.2rem;
  }
  .about__quote-content {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    font-weight: bold;
    width: 90%;
  }
  .about__quote-credit {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    font-weight: bold;
  }

  .bio {
    padding: 0 2.4rem 0 2.4rem;
  }
  .bio__header {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
  }
  .bio__flex-container {
    display: flex;
    gap: 2.4rem;
  }
  .bio__paragraph-1 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .bio__paragraph-2 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    font-size: 1.6rem;
  }

  .photo-gallery {
    padding: 1 2.4rem 0 2.4rem;
    margin-bottom: 3.2rem;
  }
  .photo-gallery__header {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
    margin-left: 5%;
  }
  .photo-gallery__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    width: 73rem;
  }
  .photo-gallery__img {
    max-width: 22.4rem;
    max-height: 12.6rem;
    margin: 0 0.8rem 2.4rem 0.8rem;
  }

  .comments {
    padding: 1rem 2.4rem;
    max-width: 100%;
  }
  .comments__form {
    justify-self: center;
    max-width: 60rem;
    margin-left: auto;
  }
  .comments__wrap {
    display: flex;
    padding: 1rem 0;
    margin: 2rem 0;
    width: 15%;
  }
  .comments__wrap2 {
    display: flex;
    flex-direction: column;
    align-self: right;
    width: 85%;
    margin: 2rem 1rem;
  }
  .comments__header {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
  }
  .comments .btn {
    width: 15rem;
    margin-left: auto;
  }

  .posts {
    margin: 0 auto;
    padding: 1rem 2.4rem;
    max-width: 80rem;
  }
  .posts__container {
    max-width: 60rem;
    margin: auto;
  }
  .posts__img--container {
    width: 15%;
  }
  .posts__wrapper {
    display: column;
    width: 85%;
  }
  .posts__info {
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
  .posts__name {
    margin-right: 2rem;
  }
  .posts__actual-comment {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
  }

  .social__container {
    display: flex;
  }
  .social__container h2 {
    margin-right: 4rem;
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
  }

  .footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .footer__icons {
    margin-right: 3rem;
  }
  .footer__bandsite {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    font-weight: 400;
  }
  .footer__contact--container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__contact {
    padding: 2rem 2rem 2rem 0rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
  .footer__copyright {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 1280px) {
  nav {
    padding: 0 10rem 0 10rem;
    width: 100%;
  }
  nav h1 {
    display: inline-block;
  }

  .bandsite__links {
    padding: 0 1rem 2.8rem 1rem;
    margin: 0 5.6rem 0 5.6rem;
  }

  .hero__img {
    min-height: 67rem;
    padding: 0 10rem;
  }

  .about {
    padding: 0 10rem;
  }
  .about__header {
    margin: 4.8rem 0 4.8rem 0;
  }
  .about__img {
    min-height: 45rem;
    width: 89.6rem;
  }
  .about__quote {
    margin: 4.8rem 0 5.6rem 0;
  }
  .about__quote-content {
    max-width: 70%;
    margin-bottom: 4rem;
  }

  .bio {
    padding: 0 10rem 0 10rem;
    margin-bottom: 4.8rem;
  }
  .bio__header {
    margin-bottom: 3.2rem;
  }
  .bio__flex-container {
    display: flex;
    gap: 4rem;
  }
  .bio__paragraph-1 {
    width: 42rem;
    font-size: 1.6rem;
  }
  .bio__paragraph-2 {
    width: 42rem;
    font-size: 1.6rem;
  }

  .photo-gallery {
    padding: 1 8rem 0 8rem;
    margin-bottom: 4rem;
  }
  .photo-gallery__header {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
    margin-bottom: 6.4rem;
  }
  .photo-gallery__container {
    width: 100%;
  }
  .photo-gallery__img {
    max-width: 34.4rem;
    max-height: 19.3rem;
    margin: 0 1.2rem 2.4rem 1.2rem;
  }

  .comments {
    padding: 1rem 10rem;
  }

  .posts {
    padding: 1rem 10rem;
  }

  .footer {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .footer__icons {
    margin-right: 3rem;
  }
  .footer__bandsite {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    font-weight: 400;
  }
  .footer__contact--container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__contact {
    padding: 2rem 2rem 2rem 0rem;
  }
  .footer__copyright {
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 1500px) {
  nav {
    padding: 0 12rem 0 12rem;
    width: 100% vw;
  }

  .about {
    padding: 0 12rem;
  }

  .bio {
    padding: 0 12rem;
  }

  .photo-gallery {
    padding: 1rem 12rem;
  }

  .footer {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}/*# sourceMappingURL=main.css.map */