body {
  background-color: #000;
  background-image: none;
  color: #fefefe;
}

.book-now {
  background-color: #47476B;
  border: 2px solid #FEFEFE;
  border-radius: 4px;
  color: #FEFEFE;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  padding: .5rem 0;
  text-align: center;
  text-decoration: none;
  width: 92%;
}

.book-now:hover {
  background-color: #D1D0E0;
  border-color: #47476B;
  color: #47476B;
  text-decoration: none;
}

.book-now_container {
  bottom: 1rem;
  position: fixed;
  width: 100vw;
}

h1, h2, h4  {
  color: #fefefe;
  font-family: "dream-big-wide", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  width: 100%;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0 auto;
  padding: 1rem 1rem 0;
  width: 14.5rem;
}

h2 {
  font-size: 3rem;
  font-weight: 300;
}

h2.subheading {
  font-size: 2rem;
}

h2, h3 {
  color: #fefefe;
}

h2.subheading, h3 {
  font-family: "komet", "source-sans-pro", "arial", sans-serif;
}

h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

h4 {
  font-size: 1.95rem;
}

.reviews {
  padding-inline-start: 0;
  text-align: center;
}

.reviews li {
  margin-bottom: 3rem;
}

.reviews li figure {
  margin: 0;
}

.reviews li img {
  height: 3rem;
  width: 3rem;
}

.reviews a {
  font-size: 1.175rem;
}

.reviews cite {
  font-weight: 400;
}

.reviews blockquote {
  font-size: 1.25rem;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.hero {
  width: 100vw;
}

.hero__images {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
}

.carousel-img {
  height: auto;
  max-height: 98vh;
  min-width: 100vw;
  width: 100vw;
}

.hero__images:after {
  content: '';
}

.carousel-counter {
  display: flex;
  justify-content: center;
  margin-top: -25px;
  position: relative;
}

.carousel-counter .dot {
  background-color: transparent;
  background-image: url('/branding/carousel-dot.svg');
  background-repeat: no-repeat;
  border: none;
  height: 10px;
  margin-left: .5rem;
  padding: 0;
  width: 10px;
}

.carousel-counter .dot:first-of-type {
  margin-left: 0;
}

.carousel-counter .dot--filled {
  background-image: url('/branding/carousel-dot--filled.svg');
}

.carousel-counter:before {
  background-image: url('/shows/dr-dillon/edge.png');
  background-repeat: repeat-x;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
}

.carousel-button {
  background: transparent;
  border: none;
  height: 100px;
  position: absolute;
  top: 45%;
  width: 100px;
}

.carousel-button--previous {
  left: 1rem;
}

.carousel-button--previous:before {
  background-image: url('/shows/dr-dillon/carousel-triangle.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 75px;
  transform: rotate(180deg);
  width: 75px;
}

.carousel-button--next {
  right: 1rem;
}

.carousel-button--next:before {
  background-image: url('/shows/dr-dillon/carousel-triangle.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 75px;
  width: 75px;
}

.hero__images .hero-img img {
  width: 100vw;
}

main {
  margin-top: 50px;
}

.dillon-socials {
  margin: 2rem 0 1rem;
  text-align: center;
}

.dillon-socials img {
  height: 2rem;
  margin: 0 0 1rem;
}

.dillon-socials li {
  margin-right: 1rem;
}

.dillon-socials li:last-of-type {
  margin-right: 0;
}

.carousel-img--active {
  display: block;
}

.carousel-img img {
  max-width: 100%;
  width: 100%;
}

@media(min-width: 600px) {
  h1 {
    font-size: 2.75rem;
    margin: .5rem 0 0 7rem;
    width: 100%;
  }

  h2.subheading {
    font-size: 2.25rem;
  }

  h3 {
    margin-top: 0;
  }

  .dillon-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 1rem;
    text-align: left;
  }

  .dillon-socials li {
    flex-basis: 45%;
  }

  .coming-soon {
    margin-top: 1rem;
  }

  .book-now {
    margin: 0 1rem;
    padding: .5rem;
    width: 10rem;
  }

  .book-now_container {
    display: flex;
    justify-content: right;
    position: relative;
    top: 1rem;
  }

  .reviews {
    text-align: left;
  }

  .reviews li img {
    height: 80px;
    width: 80px;
  }
}

@media(min-width: 768px) {
  h1 {
    font-size: 3.25rem;
    padding-top: 1.5rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h2.subheading {
    font-size: 2.25rem;
  }

  .show-tickets-cta {
    display: flex;
    justify-content: space-between;
  }

  .dillon-socials {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .dillon-socials li {
    flex-basis: 24%;
  }

  .book-now {
    align-items: center;
  }
}

@media(min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    position: absolute;
    top: 2.5rem;
    z-index: 2;
  }

  .hero__images {
    overflow-x: auto;
  }

  .carousel-img {
    display: none;
    height: auto;
    max-height: 98vh;
    min-width: none;
    width: auto;
    overflow-y: hidden;
  }

  .carousel-button--previous:before, .carousel-button--next:before, .carousel-img--active {
    display: block;
  }
  
  .carousel-img, .carousel-button {
    margin-top: 5rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  h2.subheading {
    font-size: 2.5rem;
  }

  .dillon-socials {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .dillon-socials li {
    flex-basis: 45%;
  }

  .social-cta--show {
    display: flex;
    justify-content: space-between;
  }

  .show-socials, .newsletter--show-page {
    display: block;
    flex-basis: 48%;
  }

  .book-now a {
    flex-basis: 18%;
    margin-top: .5rem;
  }

  .book-now div {
    flex-basis: 80%;
    margin-top: 1rem;
  }
}

@media(min-width: 1280px) {
  .book-now_container {
    position: absolute;
    right: 1rem;
    z-index: 10;
  }

  .book-now {
    height: 2rem;
  }

  .hero {
    position: relative;
  }

  h1 {
    bottom: 2rem;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    left: 2rem;
    top: inherit;
    width: auto;
  }

  h2 {
    font-size: 4rem;
  }

  h2.subheading {
    font-size: 2.5rem;
  }

  .carousel-img, .carousel-button {
    margin-top: 0;
  }

  .carousel-counter {
    padding-bottom: 10px;
  }

  .dillon-socials li {
    flex-basis: 40%;
  }

  #photographer-credit-hero {
    bottom: 3rem;
    right: 1rem;
  }

  .newsletter-form {
    max-width: 500px;
  }

  .coming-soon {
    display: flex;
    justify-content: space-between;
  }

  .ticket-cta {
    display: block;
    flex-basis: 48%;
  }

  .book-now {
    align-items: flex-start;
  }

  .book-now a {
    flex-basis: 28%;
    margin-top: 1.25rem;
  }

  .book-now div {
    flex-basis: 70%;
    margin-top: 1rem;
  }
}

@media(min-width: 1440px) {
  h1 {
    font-size: 4.75rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  .book-now a {
    flex-basis: 20%;
  }

  .book-now div {
    flex-basis: 78%;
  }
}


