 
body {
  font-family: 'Raleway', sans-serif;
}
 
.background-image-flower{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background-image-flower .img:first-child{ 
  background-position-y: top;
  background-position-x: right;
  background-image: url('../img/background1.webp');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.background-image-flower .img:last-child{
  background-position-y: bottom;
  background-position-x: right;
  background-image: url('../img/background2.webp');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

section{
  text-align: center;
}

.text-container{
  z-index: 1;
  text-align:center;
  color: rgba(121, 80, 9, 1);
  line-height: 2rem;
  margin-bottom: 40px;
}
.text-container h2{
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}
.text-container h3{
  font-size: 1.5rem;
  font-weight: 500;
}
.text-container p{
  LINE-HEIGHT: 4REM;
  FONT-SIZE: 1.5REM;
}
.text-container p.date{
  font-size: 1rem;
}
.text-container p.text-sm{
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    padding: 20px 0px;
}
.text-container p.border-bottom{
  border-bottom: 1px solid rgba(121, 80, 9, 1);
}
.text-container p.countdown{
  font-size: 1rem;
  color: rgba(121, 80, 9, 1);
  font-weight: 300;
  letter-spacing: 0.1rem
}
.text-container a{
  background-color: transparent;
  border: 2px solid rgba(121, 80, 9, 1);
  color: rgba(121, 80, 9, 1);
  width: 50%;
  font-weight: 500; 
}
.text-container a:hover, .text-container a:active{
  color: white;
  background-color: rgba(121, 80, 9, 1);
}
.text-container a.location{
  border: none;
  font-size: 1rem;
  text-align:left; 
}
.text-container a.location:hover{
  background-color: unset;
  color: rgba(121, 80, 9, 1);
  font-weight: bold
}
.text-container iframe{
  width: 100% !important; 
}
.text-container.registry p{
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 10px;
}
.text-container.registry li{
  font-size: 1rem;
}

#rsvp-popup .text-pink-600{
  color: rgba(121, 80, 9, 1);
}
#rsvp-popup button.bg-pink-600{
  background-color: transparent;
  border: 2px solid rgba(121, 80, 9, 1);
  color: rgba(121, 80, 9, 1);
  width: 100%;
  font-weight: 500; 
}
#rsvp-popup button.bg-pink-600:hover{
  color: white;
  background-color: rgba(121, 80, 9, 1);
}
.text-green-600{
  color: rgba(121, 80, 9, 1) !important;
}

.hero-title{
  position: absolute;
    bottom: 4rem;
    z-index: 2;
    left: 4rem;
    color: #f9f4ef;
    right: 4rem;
}
.hero-title h1{
  font-size: 3rem;
  font-family: 'Playfair Display';
}
.hero-title p{
  font-size: 1.5rem; 
}

@media (max-width: 767px) {
  .text-container a{
    width: unset;
  }
  .hero-title{
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
  .hero-title h1{
    font-size: 2rem;
  }
  .hero-title p{
    font-size: 1rem;
  }  
  #section-3.justify-center{
    height: 500px;
  }
}

.hero-section.mobile-only{
  margin-top: 40px;
}

@media (min-width: 767px) {
  .hero-section.mobile-only{
    display: none;
  }
}


 
