:root {
  --yellow: #ebeb13;
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  color: #8f8f8f;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #c2313f;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

a:hover {
  text-decoration-style: dotted;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

sup {
  margin-top: 14px;
  display: block;
}

blockquote {
  border-style: none;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 30px;
  margin-bottom: -10px;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}

.body {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.container {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.container.title {
  margin-bottom: 50px;
}

.curtains {
  z-index: -1;
  filter: saturate(67%) hue-rotate(60deg);
  background-image: url('../images/theatre-curtains.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav {
  z-index: 100;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-button {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.nav-button:hover {
  color: #000;
  background-color: #ebeb13;
  text-decoration: none;
}

.nav-button.w--current {
  text-align: left;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.heading {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.div-block {
  background-color: #0000;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
}

.div-block.middle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-white {
  background-color: #fff;
  border-radius: 4px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block-2 {
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: block;
}

.rich-text-block-2.hyperlink, .rich-text-block-2.hyperlink:hover {
  text-decoration: none;
}

.section {
  background-color: #000;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 50px;
}

.row {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  color: #ebeb13;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.email-white {
  color: #fff;
  text-decoration: none;
}

.email-white:hover {
  color: #fff;
  text-decoration: underline;
}

.column, .column-2, .column-3 {
  margin-top: 30px;
}

.container-3 {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

.call {
  float: right;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.call:hover {
  color: #fff;
}

.hero-image {
  margin-top: 20px;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-3 {
  float: left;
}

.star-list {
  color: #a903b6;
  text-align: left;
  margin-top: 0;
  padding-top: 4px;
  padding-left: 45px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.column-4 {
  margin-top: 5px;
}

.div-block-2 {
  max-width: 940px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.button {
  float: left;
  background-color: #900bc2;
  width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.button:hover {
  color: #fff;
  background-color: #72059b;
  text-decoration: none;
}

.button.contact {
  float: none;
  color: #fff;
  background-color: #ab0000;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.contact:hover {
  background-color: #ce0000;
}

.button.back-to-home {
  float: none;
  background-color: var(--yellow);
  color: var(--black);
  width: 180px;
}

.button.back-to-home:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.form-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form {
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.text-field.message {
  height: 100px;
}

.success-message-3 {
  margin-top: 40px;
}

.write-to {
  color: #ebeb13;
  margin-top: 40px;
  margin-bottom: 15px;
}

.purple-link {
  color: #a903b6;
  text-decoration: none;
}

.purple-link:hover {
  color: #a903b6;
  text-decoration: underline;
}

.anchor {
  height: 0;
  margin-top: -96px;
  margin-bottom: 96px;
}

.white-box {
  background-color: var(--white);
  border-radius: 4px;
  padding: 20px 40px 40px;
}

.covid {
  color: #fff;
  background-color: #b943d3;
  border-radius: 3px;
  margin-top: 20px;
  padding: 15px;
}

.yve {
  float: left;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}

.contact-yve {
  width: 160px;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 160px;
  margin-bottom: 11px;
}

._20-above {
  margin-top: 20px;
}

.triple-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
}

.square {
  aspect-ratio: 1;
  border: 5px solid #f0f0f0;
  position: relative;
  box-shadow: 0 0 7px #0000005c;
}

.square._1 {
  z-index: 2;
  margin-top: -2px;
  transform: rotate(-4deg);
}

.square._3 {
  transform: rotate(7deg);
}

@media screen and (max-width: 991px) {
  .curtains {
    background-size: auto 100vh;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .button-2 {
    display: block;
  }

  .yve {
    width: 270px;
  }

  .contact-yve {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-4 {
    width: 165px;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    padding-left: 10px;
  }

  .call {
    padding-right: 10px;
  }

  .star-list.last {
    margin-bottom: 20px;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .white-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .yve {
    width: 180px;
  }

  .contact-yve {
    width: 140px;
  }

  .image-4 {
    width: 145px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section.footer {
    display: block;
  }

  .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    width: 120px;
    margin: 15px auto 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.call {
    float: none;
    background-color: #017c1f;
    align-items: center;
    width: 160px;
    height: 50px;
    padding-top: 14px;
    display: flex;
  }

  .button.call:hover {
    text-decoration: none;
  }

  .button-2 {
    padding-bottom: 9px;
  }

  .button-2:hover {
    color: #fff;
    text-decoration: none;
  }

  .white-box {
    padding: 0 20px 20px;
  }

  .yve {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .triple-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .square._3 {
    margin-bottom: 20px;
  }
}


