:root {
  --dark-gray: #3a3a3a;
  --soft-teal: #66b8bc;
  --white: white;
  --black: black;
}

body {
  color: var(--dark-gray);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: all .3s;
}

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

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

.nav-shell {
  z-index: 991;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0000001a;
}

.footer {
  background-color: var(--soft-teal);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.header.home-bg-img {
  width: 100%;
  height: 100%;
  min-height: 92vh;
  color: var(--white);
  background-image: linear-gradient(45deg, #000, #fff0 70%), url('../images/wedding-bands-cumbria-new-york-royals-7-1.webp');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 80px;
  display: flex;
}

.header.weddings-bg-img {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/wedding-bands-cumbria-new-york-royals-5-1.webp');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.videos-bg-img {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/New-York-Royals-Wedding-Band-19.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.set-list-bg-img {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/wedding-bands-cumbria-new-york-royals-4-1.webp');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.faqs-bg-img {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/wedding-bands-cumbria-new-york-royals-6-1.webp');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.contact-bg-img {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/New-York-Royals-Wedding-Band_1.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.policy-bg-img {
  background-color: var(--dark-gray);
  width: 100%;
  height: 100%;
  min-height: 40vh;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.bg-color {
  background-color: var(--soft-teal);
  color: var(--white);
}

.section.paralex {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/wedding-bands-cumbria-new-york-royals-6-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.img-gallery {
  padding-top: 0;
  padding-bottom: 2px;
}

.section.full-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-color2 {
  background-color: var(--dark-gray);
  color: var(--white);
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-logo {
  height: 40px;
}

.nav-link {
  color: var(--dark-gray);
  text-transform: uppercase;
  padding-bottom: 2px;
  font-weight: 600;
}

.nav-link:hover, .nav-link.w--current {
  border-bottom: 2px solid var(--soft-teal);
  color: var(--soft-teal);
}

.button-primary {
  border: 1px solid var(--soft-teal);
  background-color: var(--soft-teal);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 26px;
  font-size: 13px;
  font-weight: 600;
}

.button-primary:hover {
  background-color: var(--dark-gray);
}

.menu-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.icon-line1, .icon-line2, .icon-line3 {
  background-color: var(--dark-gray);
  width: 100%;
  height: 3px;
}

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-texts {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.header-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
}

.h1-title-54px {
  font-size: 54px;
}

.text-16px {
  font-size: 16px;
}

.button-wrap.top-20px {
  margin-top: 20px;
}

.video-block {
  position: relative;
  overflow: hidden;
}

.bg-video {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 42vh;
}

.play-button {
  z-index: 2;
  border: 2px solid var(--white);
  background-color: #0000;
  background-image: url('../images/Play-Icon.svg');
  background-position: 54%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.play-button:hover {
  border-color: var(--soft-teal);
  background-color: var(--soft-teal);
}

.footer-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: url('../images/Facebook.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px 50px 8px 26px;
  font-weight: 600;
  display: flex;
}

.social-button:hover {
  background-color: var(--white);
  color: var(--dark-gray);
  background-image: url('../images/Facebook-1.svg');
}

.year-code {
  display: none;
}

.policy-text {
  color: var(--white);
}

.policy-text:hover, .policy-text.w--current {
  text-decoration: underline;
}

.navbar-button {
  background-color: var(--soft-teal);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 26px;
  font-size: 13px;
  font-weight: 600;
}

.navbar-button:hover {
  background-color: var(--dark-gray);
}

.about-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-texts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 6px #0000001a;
}

.quick-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.h2-title-44px {
  font-size: 44px;
}

.h3-title-24px {
  font-size: 24px;
}

.hidden-form {
  margin-bottom: 0;
  display: none;
}

.text-field {
  width: 100%;
  min-height: 44px;
  color: var(--dark-gray);
  background-color: #f7f7f7b3;
  border: 1px solid #0000;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 8px 13px;
  box-shadow: 0 2px #0000001a;
}

.text-field:focus {
  border-color: var(--soft-teal);
  background-color: var(--white);
}

.text-field::placeholder {
  color: #4a4a4299;
}

.submit-button {
  border: 1px solid var(--soft-teal);
  background-color: var(--soft-teal);
  width: 100%;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 26px;
  font-size: 13px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: var(--dark-gray);
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark-gray);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  transition: all .3s;
  display: flex;
  transform: scale(1);
  box-shadow: 0 2px 10px #0003;
}

.feature-block:hover {
  transform: scale(1.02);
}

.feature-img {
  width: 160px;
}

.feature-text {
  opacity: .72;
}

.h2-title-26px {
  color: var(--soft-teal);
  font-size: 26px;
}

.weddings-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-20px {
  font-size: 20px;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.about-sub {
  text-transform: uppercase;
}

.about-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-img {
  aspect-ratio: 1;
  width: 100%;
}

.gallery-box {
  position: relative;
  overflow: hidden;
}

.gallery-hover {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-icon {
  width: 30px;
}

.header-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-border {
  background-color: var(--white);
  width: 200px;
  height: 2px;
}

.header-border._140px {
  width: 140px;
}

.intro-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-24px {
  font-size: 24px;
}

.text-18px {
  font-size: 18px;
}

.wedding-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wedding-card1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 10% 10% 25%;
  display: flex;
}

.wedding-card2 {
  background-image: url('../images/wedding-bands-cumbria-new-york-royals-8-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.wedding-img {
  opacity: 0;
  width: 100%;
}

.wedding-card3 {
  background-image: url('../images/New-York-Royals-Wedding-Band-19.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.wedding-card4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 25% 10% 10%;
  display: flex;
}

.cta-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.videos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thumbnail {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  width: 100%;
}

.setlist-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.setlist-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.setlist-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.setlist-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.faq-accordion {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.faq-question-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.faq-icon-wrap {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.padding-bottom {
  padding-bottom: 24px;
}

.text-15px {
  font-size: 15px;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-texts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.contact-form {
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 20px #0000001a;
}

.contact-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.info-title {
  font-weight: 500;
}

.info-border {
  background-color: #e4e4e4;
  width: 100%;
  height: 2px;
}

.info-link {
  color: var(--dark-gray);
}

.info-link:hover {
  color: var(--soft-teal);
}

.code-embed {
  margin-bottom: 0;
}

.contact-img {
  aspect-ratio: 2.39;
  object-position: 50% 40%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.policy-wrap {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.t-note-text {
  font-size: 12px;
  font-weight: 500;
}

.thanks-img {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  width: 100%;
}

.thanks-block {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  background-color: #fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 40px -12px #03315b4d;
}

.t-note-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.thanks-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding: 60px 20px;
  display: flex;
}

.t-note-wrap {
  background-color: var(--soft-teal);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
}

.utility-page-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-img {
  width: 120px;
}

.top-up {
  z-index: 99;
  background-image: url('../images/circle-arrow-up-solid-full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: fixed;
  inset: auto 1% 2% auto;
}

.top-up.w--current, .select-field-code, .focus-border {
  display: none;
}

@media screen and (max-width: 991px) {
  .header.home-bg-img {
    background-image: linear-gradient(45deg, #0009 100%, #fff0), url('../images/wedding-bands-cumbria-new-york-royals-7-1.webp');
    background-position: 0 0, 50% 36%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header.weddings-bg-img, .header.videos-bg-img, .header.set-list-bg-img, .header.faqs-bg-img, .header.contact-bg-img {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header.policy-bg-img {
    min-height: 30vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu-wrap {
    background-color: #0000;
  }

  .nav-menu-list {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    border-top: 2px solid var(--soft-teal);
    background-color: var(--white);
    flex-flow: column;
    padding: 40px;
    box-shadow: 0 8px 50px #0000001a;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .header-sub {
    font-size: 20px;
  }

  .h1-title-54px {
    font-size: 44px;
  }

  .about-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-texts {
    padding: 20px;
  }

  .quick-form {
    text-align: left;
  }

  .h2-title-44px {
    font-size: 38px;
  }

  .h3-title-24px {
    font-size: 22px;
  }

  .feature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-block {
    padding: 20px;
  }

  .feature-img {
    width: 100px;
  }

  .h2-title-26px {
    font-size: 22px;
  }

  .text-20px {
    font-size: 18px;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-24px {
    font-size: 22px;
  }

  .text-18px {
    font-size: 16px;
  }

  .wedding-card1 {
    padding-left: 10%;
  }

  .wedding-card4 {
    padding-right: 10%;
  }

  .setlist-block {
    padding: 30px;
  }

  .faq-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .padding-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-img {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-logo {
    height: 32px;
  }

  .header-sub {
    font-size: 18px;
  }

  .h1-title-54px {
    font-size: 40px;
  }

  .text-16px {
    font-size: 15px;
  }

  .footer-block {
    flex-flow: wrap;
  }

  .h2-title-44px {
    font-size: 32px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-24px {
    font-size: 20px;
  }

  .wedding-grid {
    grid-template-columns: 1fr;
  }

  .wedding-card1 {
    padding: 60px 20px;
  }

  .wedding-card2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .wedding-img {
    opacity: 100;
  }

  .wedding-card3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .wedding-card4 {
    padding: 60px 20px;
  }

  .videos-grid {
    grid-template-columns: 1fr;
  }

  .setlist-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .setlist-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-question-text {
    font-size: 18px;
  }

  .faq-icon-wrap {
    width: 1.75rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .policy-wrap, .thanks-block {
    padding: 20px;
  }

  .t-note-wrap {
    max-width: 366px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-content {
    padding: 20px;
  }

  ._404-img {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-logo {
    height: 28px;
  }

  .nav-link {
    font-size: 17px;
  }

  .header-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header-texts {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .header-sub {
    font-size: 16px;
  }

  .h1-title-54px {
    font-size: 34px;
  }

  .bg-video {
    height: 30vh;
  }

  .play-button {
    background-size: 16px;
    width: 50px;
    height: 50px;
  }

  .footer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .copyright-box {
    order: 9999;
  }

  .policy-block {
    order: -9999;
  }

  .h2-title-44px {
    font-size: 26px;
  }

  .h3-title-24px {
    font-size: 20px;
  }

  .feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .feature-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .feature-img {
    width: 80px;
  }

  .h2-title-26px {
    font-size: 20px;
  }

  .text-20px {
    font-size: 16px;
  }

  .about-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-border {
    width: 140px;
  }

  .header-border._140px {
    width: 100px;
  }

  .text-24px {
    font-size: 18px;
    line-height: 1.5;
  }

  .text-18px {
    font-size: 15px;
  }

  .setlist-block {
    padding: 20px;
  }

  .padding-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .thanks-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .t-note-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-bb0015d4-1ee5-078f-b862-477861aae6aa-69c912d2 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4e8db576-6f98-4a6f-d547-cce5cbd80068-69c912d2 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_20d709f3-cfb1-a637-3a40-590a506c72ed-c349684b {
    order: -9999;
  }
}


