:root {
  --text: #5f4d5d;
  --price: #b0b0b0;
  --thistle: #ba9fb7;
  --titles-text-thistle-deep: #b99bb6;
  --above-the-fold: #9b1313;
  --thistle-medium: #ceb3cb;
  --bg-darker: #b08ead;
  --pink: #d6bbd3;
  --black: black;
  --lines: #e6e6e6;
  --white: white;
  --thistle-dark: #c9adc6;
  --thistle-noble: #d7b7d4;
  --slider-button: #a78ba4;
}

body {
  color: var(--text);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  color: var(--price);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.mini-title {
  color: #2e7d32;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title.white {
  color: #fff;
}

.intro-paragraph {
  color: var(--text);
  letter-spacing: 0;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #2e7d32;
  border: 1px solid #2e7d32;
  border-bottom-color: #1b5e20;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #1b5e20;
  border-color: #1b5e20;
}

.button:active {
  background-color: var(--above-the-fold);
}

.h1-white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #fff;
}

.shows-hero {
  text-align: center;
  background-color: #8b1a1a;
  padding: 120px 5% 80px;
}

.shows-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.shows-section {
  background-color: #f5f0e8;
  padding: 80px 5%;
}

.show-card {
  background-color: #fff;
  border-bottom: 3px solid #2e7d32;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.show-date-text {
  color: #2e7d32;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.show-title {
  color: #1a1a1a;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
}

.show-venue {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}

.cta-section {
  text-align: center;
  background-color: #8b1a1a;
  padding: 80px 5%;
}

.h2-dark {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.paragraph-dark {
  color: #333;
  max-width: 700px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .menu-button {
    float: right;
    width: 60px;
    padding-top: 51px;
  }

  .center-box {
    width: 80%;
  }

  .nav-link {
    height: 70px;
    padding-top: 20px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

  ._25-column {
    width: 35%;
  }

  ._49-column-2 {
    width: 80%;
  }

  .perk {
    width: 40%;
  }

  .perk.tablet-none {
    display: none;
  }

  .hero-flex, .hero-flex.vertical, .hero-flex.vertical {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    position: relative;
  }

  .checkout-form {
    justify-content: center;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .ordered-items {
    width: 100%;
  }

  .icon {
    color: var(--thistle-medium);
  }

  .nav-menu-2 {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-end;
  }

  .intro-box {
    flex-direction: column;
    display: flex;
  }

  .profile-image {
    width: 80%;
    min-width: auto;
    left: 40px;
  }

  .profile-image.left {
    left: -40px;
  }

  ._50-column, .text-block-2 {
    width: 100%;
  }

  .image {
    border-width: 10px;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  .collection-item {
    width: 47.8%;
  }

  .perk {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .perk.tablet-none {
    display: flex;
  }

  .perk-icon {
    margin-right: 0;
  }

  ._90-column {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    margin-left: 0%;
    display: flex;
  }

  .social-icons {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .go-up {
    margin-top: 15px;
  }

  .checkout-form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 2%;
  }

  .brand.w--current {
    width: 40%;
    margin-left: 7%;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .profile-image {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .profile-image.left {
    left: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 8%;
    margin-right: 0%;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

  ._25-column {
    width: 100%;
    margin-right: 0%;
  }

  .text-field-2 {
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
  }

  .submit-button-2 {
    border-radius: 0;
  }

  ._90-column {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 7%;
    margin-right: 0;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-flex {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    margin-left: 0%;
  }

  .flex-grid {
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .product-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .flex-column {
    flex: 0 auto;
    width: 100%;
  }
}
