*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  background-color: var(--beige);
  height: 100%;
}



img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

video {
    height: auto;
    aspect-ratio: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  font-weight: 400;
}

.hidden {
  display: none !important;
}


a {
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-red);
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}


:root {
    --primary-red: #801725;
    --beige: #fcf6ea;
    --black: #000;
    --white: #fff;
}


.red-band {
    background-color: var(--primary-red);
    height: 90px;
    width: 100%;
}

#header {
  z-index: 1099 !important;
  width: 100%;
  display: block;
  position: relative;
}

.container {
 
  width: 100%;
  display: block;
}

.center-relative {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.center-logo {
  max-width: 250px;

}



.header-row {
  max-width: 100%;
  width: 100%;
}

.header-column {
  max-width: 1440px;
}

.mobile-menu {
  display: none;
}

.toggle-label label {
  cursor: pointer;
}

nav {
  width: 100%;
  display: block;
  margin: auto;
  padding: 0 50px;
}

.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 4rem 4rem;
  justify-content: space-between;
  align-items: center;  
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

#mobileNav {
  display: none;
}

.nav ul, li, a {
  list-style: none;
  text-decoration: none;

}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-height: 800px;
  pointer-events: none;

}

.pt-8 {
  padding-top: .8rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pl-25 {
  padding-left: 2.5rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pr-25 {
  padding-right: 2.5rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pb-8 {
  padding-bottom: .8rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}


.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.d-flex {
  display: flex;
}

.marquee-img {
  height: 100% !important;
  width: 100% !important;
}

.marquee-item {
  min-width: 533px;
  height: auto;
}

main {
  width: 100%;
}

section {
  width: 100%;
}


.savethedate {
  background-color: var(--primary-red);
  min-height: 600px;
  position: relative;
  width: 100%;
  color: var(--white);
  align-content: center;
}

#savethedate-digital-container {
  background-color: var(--primary-red);
  padding: 220px;
}

.digtal-savethedate {
  width: 80%;
  height: auto;
  margin: auto;
}

.digtal-savethedate img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.section-row {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  
}

.section-column {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

}

.when-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;  
  min-width: 400px;
}

.where-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-width: 400px;
}

.details-container {
  width: 100%;
  
}

.text-center {
  text-align: center;
}

.nautica {
  font-family: nautica, sans-serif;
  font-weight: 400 !important;
}



.savethedate h1 {
  font-size: 15rem;
  color: var(--white);
}

.savethedate-title {
      overflow: visible;
    height: 180px;
}

.savethedate h3 {
  font-size: 6rem;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}

.baskerville-reg {
font-family: berthold-baskerville-pro, sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}


.baskerville-italic {
font-family: berthold-baskerville-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.baskerville-bold {
font-family: berthold-baskerville-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}



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

.flex-start {
  justify-content: flex-start;
}

.align-content-center {
  align-content: center;
}

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

.detail-title {
  font-size: 8rem;
  
}

.detail-copy {
  font-size: 2rem;
}

.schedule-title {
  font-size: 8rem;
}

.event-title h4 {
    font-family: berthold-baskerville-pro, sans-serif;
    font-weight: 400;
    font-size: 5rem;
}

.event-copy {
  max-width: 600px;
}

.event-date {
  max-width: 600px;
}

.event-copy p {
    font-weight: 400;
    font-size: 2.5rem;
}

.event-date h4 {
  font-size: 2.5rem;
}

.event-copy h4 {
  font-size: 2.5rem;
}

.button-box {
  display: flex;
  justify-content: center;
}



.primary-cta {
  height: 40px;
  background-color: var(--primary-red);
  width: 180px;
  z-index: 1000;
  color: var(--white);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}


.primary-cta:hover {
  background: none;
  border: solid 2px;
  border-color: var(--primary-red);
  color: var(--primary-red);
}

.secondary-cta {
  color: var(--white);
  height: auto;
  border: solid 2px;
  border-color: var(--white);
  width: 180px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

}

.secondary-cta:hover {
  background-color: var(--white);
  color: var(--primary-red);
}



.travel {
  background-color: var(--primary-red);
  min-height: 200px;
}

.travel-title {
  color: var(--white);
    font-size: 8rem;
}

.hotel-title h4 {
    font-family: berthold-baskerville-pro, sans-serif;
    font-weight: 400;
    font-size: 5rem;
    color: var(--white);
}

.hotel-date {
  max-width: 600px;
}

.hotel-date h4 {
  font-size: 2.5rem;
  color: var(--white);
}

.hotel-copy {
  max-width: 600px;
}

.hotel-copy p {
    color: var(--white);
    font-weight: 400;
    font-size: 2.5rem;
    text-wrap: balance;
}

.rsvp {
  min-height: 500px;
  align-content: center;
}

.rsvp-box {
  width: 100%;
  max-width: 1200px;
  border: solid 10px;
  border-color: var(--primary-red);
  min-height: 300px;
  padding: 8px;


}

.rsvp-box-column {
  padding: 0 25px;
}

.rsvp-bg {
  background-image: url(images/coupe-tower-blk.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: .2;
  z-index: 1;
}

.rsvp-dotted {
  width: 100%;
  border: dotted 3px;
  border-color: var(--primary-red);
  min-height: 100%;
  padding: 16px 8px;

}

.countdown-title h4 {
  font-size: 5rem;
  text-transform: uppercase;
}

.countdown-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.countdown-container h4 {
  font-size: 8rem;
}

.countdown-container p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: uppercase;

}

.divider-column {
  max-width: 10px;
}

.divider {
  width: 1px;
  background-color: #801725;
  height: 100%;
}

.rsvp-subtitle {
  position: relative;
  line-height: .3;
}

.rsvp-subtitle h4 {
  font-size: 11rem;
  
}

.rsvp-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.footer {
  background-color: var(--primary-red);
  min-height: 200px;
  align-content: center;

}

.savethedate-bg-top {
  align-content: center;
  margin: 0 auto;
  background-image: url(/images/top-frame.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  top: 5%;
    transform: translateX(-50%);
}

.savethedate-bg-bottom {
  align-content: center;
  margin: 0 auto;
  background-image: url(/images/bottom-frame.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

.registry {
  background-color: var(--beige);
  color: var(--black);
  padding-top: 50px;
  height:100%;
}



.registry-title h1 {
  font-size: 7rem;
}

.registry-second-title h3 {
  font-size: 4rem;
  padding-bottom: 25px;
  max-width: 40ch;
  text-wrap: balance;
  margin: auto;
  text-align: center;

}

.registry-copy {
width: 100%;
max-width: 600px;
text-wrap: balance;
margin: auto;
padding-top: 25px;
}



.primary-cta.registry-btn {
  width: 200px;
}

.footer-img {
  max-width: 50px !important;
}

.content {
  flex: 1;
}

.footer-container {
  padding-top: 50px;
}

.registry-section {


}

.adventure-card {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin: auto;
  padding: 20px 20px 60px 20px;
  border: 1px solid;
  border-color: #d8d3ca;
  border-radius: 25px;
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.adventure-card-column {
  display: flex;
  position: relative;
}

.adventure-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 250px;
}

.adventure-img img {
  width: 100%;
  height: auto;
}

.adventure-section-title {
  padding-top: 50px;
  padding-bottom: 20px;
}

.adventure-section-title h3{
  font-size: 4rem;
}

.adventure-card-title {
  margin: auto;
  width: 100%;
}

.card-text {
  padding: 10px;
}

.adventure-card-title h4 {
  font-size: 2rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;

}

.adventure-card-desc p {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0.5);

}

.adventure-card:hover {
  border: 1px solid;
  border-color: var(--primary-red);
  border-radius: 25px;
  -webkit-box-shadow: 5px 0px 18px 6px rgba(0,0,0,0.25); 
  box-shadow: 0px 10px 18px 6px rgba(0,0,0,0.25);
  transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, -webkit-box-shadow;  

}

.adventures-container-row {
  padding: 10px 20px 100px 20px;

}

#iceland .adventure-img {
  background-image: url(images/iceland.jpg);
}


#switzerland .adventure-img {
  background-image: url(images/switzerland.jpg);
}


#japan .adventure-img {
  background-image: url(images/japan.jpg);
}


#new-zealand .adventure-img {
  background-image: url(images/new-zealand.jpg);
}

.grid {
  display: grid;
  display: grid;
    grid-template-columns:
      repeat(4, minmax(0px, 1fr));
    gap: 2rem 1rem;
}

@media only screen and (max-width: 1150px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 2rem 1.5rem;
  }
  
  .adventure-card-title h4 {
    max-width: fit-content;
    font-size: 2.5rem;
  }
  
  #savethedate-digital-container {
  background-color: var(--primary-red);
  padding: 30px;
}  

}


/*Start media queries max witdh 990px */
@media only screen and (max-width: 990px) {
  .red-band {
    height: 50px;
  }

  .registry {
    padding: 0 25px;
  }


  .marquee {
    max-height: 600px;
  }

  .savethedate {
    min-height: 400px;
  }

  .savethedate-title {
    height: 12rem;
  }

  .savethedate h1 {
    font-size: 10rem;
  }

  .savethedate h3 {
    font-size: 4rem;
  }

  .detail-title {
    font-size: 6rem;
  }
  
  .detail-copy {
    font-size: 1.8rem;
  }

  .when-block {
    min-width: unset;
  }

    .where-block {
    min-width: 350px;
  }

  .details-row {
    padding-top: 20px !important;
  }

  .rsvp {
    min-height: 300px;
  }

  .countdown-title h4 {
    font-size: 4rem;
  }

  .countdown-container {
    gap: 15px;
  }

  .countdown-container h4 {
    font-size: 6rem;
  }

  .divider-column {
    max-width: 30px;
  }

  .rsvp-subtitle h4 {
    font-size: 8rem;
  }

  .rsvp-container {
    padding-bottom: 50px !important;
  }

  .footer-img {
    width: 60px;
    padding-bottom: 40px;
  }

  .travel-item-row-2 {
  padding-bottom: 20px !important;
  padding-top: 50px !important;
  }
  
  #savethedate-digital-container {
  background-color: var(--primary-red);
  padding: 20px;
  }  

}
/*Start media queries max witdh 768px */
@media only screen and (max-width: 768px) {

  .show {
    display: block;
  }
  
  video {
      max-width: 200px;
  }

  .red-band {
    height: 40px;
  }

  .marquee {
    max-height: 400px;
  }


  .mobile-menu {
    display: block;
    width: 100%;
    padding: 60px 50px;
  }
  
  #savethedate-digital-container {
  background-color: var(--primary-red);
  padding: 5px;
  }  

  .mobile-logo {
    margin: auto;
    display: inline-block;
    position: absolute;

    transform: translateY(-50%);
    top: 50%;
  
  }

  #mainNav {
    display: none;
  }

  #mobileNav {
    display: flex;
    gap: 25px;
    font-size: 40px;
 

  }

  #mobileNav li a {
    color: var(--beige);
    font-family: berthold-baskerville-pro, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }


  .toggle-holder {
    all: unset;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 2rem;
    top: 40%;
    z-index: 100000;
    touch-action: manipulation;
    cursor: pointer;
  }

  button[type=button] {
    border: none;
    background: transparent;
  }

  .mobile-menu-label {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    color: var(--primary-red);
    
  }
  
  .toggle-label span {
    border: none
  }

  #toggle {
    position: relative;
    z-index: 10000;
  }

  .ornament-top {
    padding-bottom: 20px;
  }

  .ornament-bottom {
    padding-top: 20px;
  }

  .toggle-label {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    color: var(--primary-red);
  }

  #toggle.on {
    color: var(--beige);
  }

  .toggle-holder.on {
    color: var(--beige);
  }

  .toggle-label.on {
    color: var(--beige);
  }

  .mobile-menu-label.on {
    color: var(--beige);
  }

  .collapse {
    position: fixed;
    text-align: center;
    height: 100vh;
    background-color: var(--primary-red);
    width: 100%;
    overflow: auto;
    z-index: 999;
    align-content: center;
    top: 0;
    left: 0;
    transform: translateY(-100%); 
    opacity: 0;
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease 0.2s;
  
    }

  .collapse.show {
    transform: translateY(0);     /* slide into view */
    opacity: 1;
    pointer-events: auto;
    transition:
      transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.25s ease; /* no delay on OPEN */    
  }

  .nav {
    flex-direction: column;
    margin: auto;
  }

  .marquee-item {
    min-width: 333px;
  }

  .savethedate {
    min-height: 400px;
  }

  .savethedate-title {
    height: 9rem;
  }

  .savethedate h1 {
    font-size: 7rem;
  }

  .savethedate h3 {
    font-size: 3rem;
  }

  .detail-title {
    font-size: 6rem;
  }
  
  .detail-copy {
    font-size: 1.8rem;
  }

  .when-block {
    min-width: unset;
  }

    .where-block {
    min-width: 350px;
  }

  .details-row {
    flex-wrap: wrap !important;
  }


  .rsvp-box-row {
    flex-wrap: wrap;
  }

  .divider-column {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .divider {
    width: 100%;
    height: 1px;
   
  }

  .rsvp-bg {
    opacity: .1;
  }

  .schedule-title {
    font-size: 5rem;
  }

  .event-title h4 {
    font-size: 3.5rem;
  }

  .event-copy p {
    font-size: 1.6rem;
  }

  .travel-title {
    font-size: 5rem;
  }

  .hotel-title h4 {
    font-size: 3.5rem;
    line-height: 1;
    text-wrap: balance;

  }

  .hotel-title {
    padding: 0 25px;
  }

  .hotel-copy {
    padding: 0 25px;
  }

  .hotel-copy p {
    font-size: 1.6rem;
  }

  .event-icon img {
    max-width: 100px;
  }

  .grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    gap: 2rem 1.5rem;
  }

  .adventure-card {
    text-align: left;
  }



  .card-text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    
  }



}

/*Start media queries max witdh 560px */
@media only screen and (max-width: 560px) {

  .savethedate-title {
    height: 7rem;
  }

  .savethedate h1 {
    font-size: 6rem;
  }

  .savethedate h3 {
    font-size: 2.5rem;
  }

  .detail-title {
    font-size: 4rem;
  }
  
  .detail-copy {
    line-height: 1;
  }

  .hotel-title {
    font-size: 4rem;
    line-height: 1;
  }

  .rsvp-bg {
    opacity: .05;
  }

  .schedule-title {
    font-size: 4.5rem;
  }

  .event-title h4 {
    font-size: 3rem;
  }

  .travel-title {
    font-size: 4.5rem;
  }

  .event-icon img {
    max-width: 80px;
  }

  .mobile-logo {
    width: 200px;
  }

  .mobile-menu {
    padding: 50px 25px;
  }


}

@media only screen and (max-width: 480px) {
  .savethedate h1 {
    font-size: 5rem;
  }

   .savethedate h3 {
    font-size: 2rem;
  }

  .schedule-title {
    font-size: 4rem;
  }

  .schedule {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-copy {
    padding-top: 1rem !important;
  }

  .location-detail p {
    font-size: 1.9rem;
  }

  .event-copy a p {
    font-size: 1.6rem;
  }

  .travel-title h4 {
    font-size: 4rem;
  }

  .hotel-title h4 {
    font-size: 3rem;
  }

  .hotel-date h4 {
    font-size: 2rem;
  }

  .hotel-copy p {
    line-height: 1.2;
  }

  .hotel-copy {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

  .countdown-title h4 {
    font-size: 3.5rem;
  }

  .countdown-container h4 {
    font-size: 4rem;
  }

  .countdown-container {
    gap: 5px;
    min-width: 265px;
  }

  .rsvp-subtitle h4 {
    font-size: 6rem;
  }
  




}

