body.js-loading {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-color: #f8f9fa;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
}

@font-face {
  font-family: "Giddyup Std2";
  font-style: normal;
  font-weight: 1000;
  src: local("Giddyup Std"), url("/fonts/Giddyup-Std.woff") format("woff");
}
body.js-loading .navbar,
body.js-loading #page-content {
  opacity: 0;
  visibility: hidden;
}
body.js-loading #splash-screen [data-translate],
body.js-loading .scroll-down-indicator {
  opacity: 0;
}
body.js-loading #splash-screen {
  background-color: #414d29;
}

body:not(.js-loading) .navbar,
body:not(.js-loading) #page-content,
body:not(.js-loading) #splash-screen [data-translate] {
  opacity: 1;
  visibility: visible;
}

@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}
.animated-section .animated-photo,
.animated-section .section-content > h2,
.animated-section .section-content > h3,
.animated-section .section-content p,
.animated-section .section-content > img,
.animated-section .section-content > button {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}
.animated-section .section-content p {
  transition-duration: 1s;
}
.animated-section else .section-content > img {
  transform: scale(0.9);
}
.animated-section.in-view .animated-photo,
.animated-section.in-view .section-content > h2,
.animated-section.in-view .section-content > h3,
.animated-section.in-view .section-content p,
.animated-section.in-view .section-content > img,
.animated-section.in-view .section-content > button {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
.animated-section.in-view .section-content > img {
  transition-delay: 0.1s;
}
.animated-section.in-view .section-content > h2 {
  transition-delay: 0.2s;
}
.animated-section.in-view .section-content > h3 {
  transition-delay: 0.2s;
}
.animated-section.in-view .section-content p {
  transition-delay: 0.3s;
}
.animated-section.in-view .section-content > button {
  transition-delay: 0.3s;
}
.animated-section:not(.animated-section-wp) {
  overflow: hidden;
}

.animated-section-wp {
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}
.animated-section-wp .animated-photo {
  max-width: 180px;
  margin-top: auto;
  margin-bottom: 20px;
}
.animated-section-wp .animated-photo.photo-left {
  transform: translateX(-50vw);
}
.animated-section-wp .animated-photo.photo-right {
  transform: translateX(50vw);
}
.animated-section-wp .section-content {
  width: 100%;
  text-align: justify;
  margin: 20px 0;
}
.animated-section-wp.in-view .animated-photo.animated-photo-is-visible {
  transition-delay: 0.2s;
  transition-duration: 1s;
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
@media (max-width: 992px) {
  .animated-section-wp {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .animated-section-wp .animated-photo {
    position: static;
    display: inline-block;
    width: auto;
    max-width: 25vw;
    max-height: 25vh;
    margin: 0 0.5rem;
  }
  .animated-section-wp .photo-left {
    order: 1;
  }
  .animated-section-wp .photo-right {
    order: 2;
  }
  .animated-section-wp .section-content.mobile-animate-us-on-top {
    order: 3;
  }
}
@media (min-width: 992px) {
  .animated-section-wp {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .animated-section-wp .photo-left {
    order: 1;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .animated-section-wp .section-content {
    order: 2;
    flex-basis: 50%;
    text-align: justify;
    margin: 0;
    max-width: 992px;
    flex-grow: 1;
  }
  .animated-section-wp .photo-right {
    order: 3;
    margin-left: 25px;
    margin-bottom: 0;
  }
  .animated-section-wp .animated-photo.desktop-animate-us-on-top {
    margin-top: 0;
    margin-bottom: auto;
  }
}

#splash-screen {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  will-change: transform;
}
#splash-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
#splash-screen > * {
  position: relative;
  z-index: 2;
}
#splash-screen h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  transition: opacity 0.4s ease-in-out;
}
#splash-screen p {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  transition: opacity 0.4s ease-in-out;
}
#splash-screen #splash-couple-names {
  font-size: 2rem;
  font-family: "Giddyup Std2", sans-serif;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: opacity 0.4s 1.5s ease-in-out;
}
.scroll-down-indicator a {
  color: #ffffff;
  font-size: 2.8rem;
  text-decoration: none;
  display: inline-block;
  animation: bounceArrow 2.2s infinite;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  #splash-screen {
    background-size: auto 100vh;
  }
}
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
}
.navbar .navbar-brand,
.navbar .nav-link,
.navbar .dropdown-toggle {
  color: #ffffff !important;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: color 0.4s ease-in-out;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-logo {
  height: 30px;
  width: auto;
  transition: all 0.3s ease;
}
.navbar .navbar-logo .logo_letter {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.navbar .navbar-logo .st0 {
  fill: #EE2362;
}
.navbar.scrolled {
  background-color: #a9a9a9 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link,
.navbar.scrolled .dropdown-toggle {
  color: #212529 !important;
  text-shadow: none;
}
.navbar.scrolled .btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}
.navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.scrolled .navbar-logo .logo_letter {
  fill: #212529;
}
.navbar.apply-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#page-content {
  transition: opacity 0.5s 0.4s ease-in-out;
}

.section-content > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.section-content > *:not(button):not(img) {
  text-align: justify;
}

@media (min-width: 992px) {
  section {
    display: flex;
    justify-content: center;
    min-width: 768px;
  }
  .section-content > *:not(button):not(img) {
    max-width: 1200px;
    width: 100%;
  }
}
.section-divider {
  border: none;
  height: 2px;
  background-color: #ccc;
  margin: 3rem auto;
}

/*
Note that for this to work:
We must have the structure of #page-content > .full-width-section > .container > section > .section-content
for this to work. That means that instead of having one
    <div class="container mt-5 justify-content-center">
as the first child of #page-content, we must have it inside each .full-width-section.
e.g.:
<div id="page-content">
    <div class="full-width-section">
        <div class="container mt-5 justify-content-center">
            <section>
                <div class="section-content">
                    <h2>Section Title</h2>
                    <p>Section content...</p>
                </div>
            </section>
        </div>
    </div>
</div>
Instead of the current
<div id="page-content">
    <div class="container mt-5 justify-content-center">
        <section>
            <span class="section-content">
                <h2>Section Title</h2>
                <p>Section content...</p>
            </span>
        </section>
    </div>
</div>
*/
.full-width-section {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.full-width-section:nth-of-type(odd) {
  background-color: #f8f9fa;
}
.full-width-section:nth-of-type(even) {
  background-color: #ffffff;
}

section.full-width .section-content {
  min-width: 100%;
}

#event-details .event-details-itemblock {
  margin-left: 1em;
  text-align: left;
}
#event-details .event-details-itemblock p {
  margin-block-end: 0;
}
#event-details .event-details-itemblock span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  margin-bottom: 1em;
}
#event-details .event-details-itemblock span button {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

#giftRegistryModal .registry-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  padding: 1rem;
  flex-wrap: wrap;
}
#giftRegistryModal .registry-item {
  flex: 1;
  flex-basis: 300px;
  max-width: 400px;
  text-align: center;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
#giftRegistryModal .registry-item h3 {
  margin-bottom: 1rem;
  color: #333;
}
#giftRegistryModal .registry-item p {
  margin-bottom: 1.5rem;
  color: #666;
  flex-grow: 1;
}
#giftRegistryModal .registry-item button {
  margin-top: auto;
  align-self: center;
}
#giftRegistryModal .registry-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px;
  border-radius: 8px;
  margin-bottom: 1rem;
  object-fit: contain;
}
#giftRegistryModal .registry-spacer {
  display: none;
}
@media (max-width: 768px) {
  #giftRegistryModal .registry-container {
    flex-direction: column;
    gap: 1rem;
  }
  #giftRegistryModal .registry-item {
    margin-bottom: 1rem;
    max-width: 100%;
  }
}

#mapsModal .modal-body {
  padding: 0;
}
#mapsModal .map-responsive {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  height: 0;
}
#mapsModal .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.gallery-section {
  display: block;
}

.gallery-grid {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gallery-grid::-webkit-scrollbar {
  display: none;
}
.gallery-grid .gallery-item {
  flex: 0 0 75vw;
  scroll-snap-align: start;
  display: block;
  width: 70vw;
  max-width: 300px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.gallery-grid .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-grid .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  border-radius: 8px;
  color: #ffffff;
  padding: 2rem 1rem 1rem;
  /*
  padding: 0.75rem;
  background-color: variables.$color-white;
  color: variables.$color-text-dark;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.gallery-grid .gallery-caption h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.gallery-grid .gallery-caption p {
  font-size: 0.85rem;
  margin-bottom: 0;
  color: #ddd;
}

.animated-section .section-content > .photo-gallery-container > a {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}
.animated-section.in-view .section-content > .photo-gallery-container > a {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
.animated-section.in-view .gallery-item:nth-child(1) {
  transition-delay: 0.1s;
}
.animated-section.in-view .gallery-item:nth-child(2) {
  transition-delay: 0.2s;
}
.animated-section.in-view .gallery-item:nth-child(3) {
  transition-delay: 0.3s;
}
.animated-section.in-view .gallery-item:nth-child(4) {
  transition-delay: 0.4s;
}
.animated-section.in-view .gallery-item:nth-child(5) {
  transition-delay: 0.5s;
}
.animated-section.in-view .gallery-item:nth-child(6) {
  transition-delay: 0.6s;
}
.animated-section.in-view .gallery-item:nth-child(7) {
  transition-delay: 0.7s;
}
.animated-section.in-view .gallery-item:nth-child(8) {
  transition-delay: 0.8s;
}
.animated-section.in-view .gallery-item:nth-child(9) {
  transition-delay: 0.9s;
}
.animated-section.in-view .gallery-item:nth-child(10) {
  transition-delay: 1s;
}
.animated-section.in-view .gallery-item:nth-child(11) {
  transition-delay: 1.1s;
}
.animated-section.in-view .gallery-item:nth-child(12) {
  transition-delay: 1.2s;
}
.animated-section.in-view .gallery-item:nth-child(13) {
  transition-delay: 1.3s;
}
.animated-section.in-view .gallery-item:nth-child(14) {
  transition-delay: 1.4s;
}
.animated-section.in-view .gallery-item:nth-child(15) {
  transition-delay: 1.5s;
}
.animated-section.in-view .gallery-item:nth-child(16) {
  transition-delay: 1.6s;
}
.animated-section.in-view .gallery-item:nth-child(17) {
  transition-delay: 1.7s;
}
.animated-section.in-view .gallery-item:nth-child(18) {
  transition-delay: 1.8s;
}
.animated-section.in-view .gallery-item:nth-child(19) {
  transition-delay: 1.9s;
}
.animated-section.in-view .gallery-item:nth-child(20) {
  transition-delay: 2s;
}
.animated-section.in-view .gallery-item:nth-child(21) {
  transition-delay: 2.1s;
}
.animated-section.in-view .gallery-item:nth-child(22) {
  transition-delay: 2.2s;
}
.animated-section.in-view .gallery-item:nth-child(23) {
  transition-delay: 2.3s;
}
.animated-section.in-view .gallery-item:nth-child(24) {
  transition-delay: 2.4s;
}
.animated-section.in-view .gallery-item:nth-child(25) {
  transition-delay: 2.5s;
}
.animated-section.in-view .gallery-item:nth-child(26) {
  transition-delay: 2.6s;
}
.animated-section.in-view .gallery-item:nth-child(27) {
  transition-delay: 2.7s;
}
.animated-section.in-view .gallery-item:nth-child(28) {
  transition-delay: 2.8s;
}
.animated-section.in-view .gallery-item:nth-child(29) {
  transition-delay: 2.9s;
}
.animated-section.in-view .gallery-item:nth-child(30) {
  transition-delay: 3s;
}
.animated-section.in-view .gallery-item:nth-child(31) {
  transition-delay: 3.1s;
}
.animated-section.in-view .gallery-item:nth-child(32) {
  transition-delay: 3.2s;
}
.animated-section.in-view .gallery-item:nth-child(33) {
  transition-delay: 3.3s;
}
.animated-section.in-view .gallery-item:nth-child(34) {
  transition-delay: 3.4s;
}
.animated-section.in-view .gallery-item:nth-child(35) {
  transition-delay: 3.5s;
}
.animated-section.in-view .gallery-item:nth-child(36) {
  transition-delay: 3.6s;
}
.animated-section.in-view .gallery-item:nth-child(37) {
  transition-delay: 3.7s;
}
.animated-section.in-view .gallery-item:nth-child(38) {
  transition-delay: 3.8s;
}
.animated-section.in-view .gallery-item:nth-child(39) {
  transition-delay: 3.9s;
}
.animated-section.in-view .gallery-item:nth-child(40) {
  transition-delay: 4s;
}
.animated-section.in-view .gallery-item:nth-child(41) {
  transition-delay: 4.1s;
}
.animated-section.in-view .gallery-item:nth-child(42) {
  transition-delay: 4.2s;
}
.animated-section.in-view .gallery-item:nth-child(43) {
  transition-delay: 4.3s;
}
.animated-section.in-view .gallery-item:nth-child(44) {
  transition-delay: 4.4s;
}
.animated-section.in-view .gallery-item:nth-child(45) {
  transition-delay: 4.5s;
}
.animated-section.in-view .gallery-item:nth-child(46) {
  transition-delay: 4.6s;
}
.animated-section.in-view .gallery-item:nth-child(47) {
  transition-delay: 4.7s;
}
.animated-section.in-view .gallery-item:nth-child(48) {
  transition-delay: 4.8s;
}
.animated-section.in-view .gallery-item:nth-child(49) {
  transition-delay: 4.9s;
}
.animated-section.in-view .gallery-item:nth-child(50) {
  transition-delay: 5s;
}

@media (min-width: 768px) {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    padding: 0;
  }
  .gallery-grid .gallery-item {
    flex: auto;
    width: auto;
    max-width: none;
    scroll-snap-align: none;
  }
  .gallery-grid .gallery-item:hover .gallery-image {
    transform: scale(1.05);
  }
  .gallery-grid .gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
  }
  .gallery-grid .gallery-caption {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .gallery-grid .gallery-caption p {
    color: #ddd;
  }
  .animated-section .section-content > .photo-gallery-container > a {
    transform: translateY(10px) scale(0.9);
  }
  .animated-section .section-content > .photo-gallery-container > a else {
    transform: scale(0.9);
  }
  .animated-section.in-view .gallery-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .animated-section.in-view .gallery-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .animated-section.in-view .gallery-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .animated-section.in-view .gallery-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .animated-section.in-view .gallery-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .animated-section.in-view .gallery-item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .animated-section.in-view .gallery-item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .animated-section.in-view .gallery-item:nth-child(8) {
    transition-delay: 0.8s;
  }
  .animated-section.in-view .gallery-item:nth-child(9) {
    transition-delay: 0.9s;
  }
  .animated-section.in-view .gallery-item:nth-child(10) {
    transition-delay: 1s;
  }
  .animated-section.in-view .gallery-item:nth-child(11) {
    transition-delay: 1.1s;
  }
  .animated-section.in-view .gallery-item:nth-child(12) {
    transition-delay: 1.2s;
  }
  .animated-section.in-view .gallery-item:nth-child(13) {
    transition-delay: 1.3s;
  }
  .animated-section.in-view .gallery-item:nth-child(14) {
    transition-delay: 1.4s;
  }
  .animated-section.in-view .gallery-item:nth-child(15) {
    transition-delay: 1.5s;
  }
  .animated-section.in-view .gallery-item:nth-child(16) {
    transition-delay: 1.6s;
  }
  .animated-section.in-view .gallery-item:nth-child(17) {
    transition-delay: 1.7s;
  }
  .animated-section.in-view .gallery-item:nth-child(18) {
    transition-delay: 1.8s;
  }
  .animated-section.in-view .gallery-item:nth-child(19) {
    transition-delay: 1.9s;
  }
  .animated-section.in-view .gallery-item:nth-child(20) {
    transition-delay: 2s;
  }
  .animated-section.in-view .gallery-item:nth-child(21) {
    transition-delay: 2.1s;
  }
  .animated-section.in-view .gallery-item:nth-child(22) {
    transition-delay: 2.2s;
  }
  .animated-section.in-view .gallery-item:nth-child(23) {
    transition-delay: 2.3s;
  }
  .animated-section.in-view .gallery-item:nth-child(24) {
    transition-delay: 2.4s;
  }
  .animated-section.in-view .gallery-item:nth-child(25) {
    transition-delay: 2.5s;
  }
  .animated-section.in-view .gallery-item:nth-child(26) {
    transition-delay: 2.6s;
  }
  .animated-section.in-view .gallery-item:nth-child(27) {
    transition-delay: 2.7s;
  }
  .animated-section.in-view .gallery-item:nth-child(28) {
    transition-delay: 2.8s;
  }
  .animated-section.in-view .gallery-item:nth-child(29) {
    transition-delay: 2.9s;
  }
  .animated-section.in-view .gallery-item:nth-child(30) {
    transition-delay: 3s;
  }
  .animated-section.in-view .gallery-item:nth-child(31) {
    transition-delay: 3.1s;
  }
  .animated-section.in-view .gallery-item:nth-child(32) {
    transition-delay: 3.2s;
  }
  .animated-section.in-view .gallery-item:nth-child(33) {
    transition-delay: 3.3s;
  }
  .animated-section.in-view .gallery-item:nth-child(34) {
    transition-delay: 3.4s;
  }
  .animated-section.in-view .gallery-item:nth-child(35) {
    transition-delay: 3.5s;
  }
  .animated-section.in-view .gallery-item:nth-child(36) {
    transition-delay: 3.6s;
  }
  .animated-section.in-view .gallery-item:nth-child(37) {
    transition-delay: 3.7s;
  }
  .animated-section.in-view .gallery-item:nth-child(38) {
    transition-delay: 3.8s;
  }
  .animated-section.in-view .gallery-item:nth-child(39) {
    transition-delay: 3.9s;
  }
  .animated-section.in-view .gallery-item:nth-child(40) {
    transition-delay: 4s;
  }
  .animated-section.in-view .gallery-item:nth-child(41) {
    transition-delay: 4.1s;
  }
  .animated-section.in-view .gallery-item:nth-child(42) {
    transition-delay: 4.2s;
  }
  .animated-section.in-view .gallery-item:nth-child(43) {
    transition-delay: 4.3s;
  }
  .animated-section.in-view .gallery-item:nth-child(44) {
    transition-delay: 4.4s;
  }
  .animated-section.in-view .gallery-item:nth-child(45) {
    transition-delay: 4.5s;
  }
  .animated-section.in-view .gallery-item:nth-child(46) {
    transition-delay: 4.6s;
  }
  .animated-section.in-view .gallery-item:nth-child(47) {
    transition-delay: 4.7s;
  }
  .animated-section.in-view .gallery-item:nth-child(48) {
    transition-delay: 4.8s;
  }
  .animated-section.in-view .gallery-item:nth-child(49) {
    transition-delay: 4.9s;
  }
  .animated-section.in-view .gallery-item:nth-child(50) {
    transition-delay: 5s;
  }
}
.gallery-carousel {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 8px;
}
.gallery-carousel .carousel-item {
  background-color: #f8f9fa;
}
.gallery-carousel .carousel-item img {
  margin: 0 auto; /* this will align the image to center. */
  width: 100%;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
}
.gallery-carousel .carousel-indicators [data-bs-target] {
  background-color: transparent;
}
.gallery-carousel .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  color: #ffffff;
  padding: 2rem 1rem 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.gallery-carousel .carousel-caption h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.gallery-carousel .carousel-caption p {
  font-size: 0.85rem;
  margin-bottom: 0;
  color: #ddd;
}

@media (min-width: 768px) {
  .gallery-carousel .carousel-indicators {
    opacity: 1;
    transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  }
  .gallery-carousel .carousel-indicators [data-bs-target] {
    background-color: white;
  }
  .gallery-carousel:hover .carousel-item img {
    transform: scale(1.05);
  }
  .gallery-carousel:hover .carousel-caption {
    opacity: 1;
    transform: translateY(0);
  }
  .gallery-carousel:hover .carousel-indicators {
    opacity: 0;
  }
  .gallery-carousel .carousel-caption {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .gallery-carousel .carousel-caption p {
    display: none;
    color: #ddd;
  }
}
.animated-section .gallery-carousel {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}
.animated-section.in-view .gallery-carousel {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
.animated-section .gallery-carousel, .animated-section .carousel-indicators {
  transition-delay: 0.1s;
}

.clear_hover_background .carousel-caption {
  background: transparent;
}

#engagement_photos, #engagement_photos > .gallery-carousel, #engagement_photos > .gallery-carousel, #engagement_photos > .gallery-carousel > .gallery-carousel {
  margin: 0 0.5em 0.5em 0;
  max-width: 300px;
  min-width: 100px;
}
@media (max-width: 768px) {
  #engagement_photos, #engagement_photos > .gallery-carousel, #engagement_photos > .gallery-carousel, #engagement_photos > .gallery-carousel > .gallery-carousel {
    max-width: 200px;
  }
}
#engagement_photos.float-left, #engagement_photos > .gallery-carousel.float-left {
  position: relative;
  float: left;
  z-index: 99;
}
#engagement_photos.float-right, #engagement_photos > .gallery-carousel.float-right {
  margin: 0 0 0.5em 0.5em;
  position: relative;
  float: right;
  z-index: 99;
}
#engagement_photos.float-leftright, #engagement_photos > .gallery-carousel.float-leftright {
  position: relative;
  float: left;
  z-index: 99;
}
@media (max-width: 768px) {
  #engagement_photos.float-leftright, #engagement_photos > .gallery-carousel.float-leftright {
    float: right;
    margin: 0 0 0.5em 0.5em;
  }
}

#venue_photos, #venue_photos > .gallery-carousel {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: auto;
}

.carousel-caption * {
  text-align: left;
}

.gallery-caption * {
  text-align: left;
}

/*# sourceMappingURL=app.css.map */
