/* css styles */
.quarto-title>h1.title {
  opacity: 0 !important;
}

.wedding-names {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  text-align: center;

}

.wedding-info {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  text-align: center;
}

.schedule-day {
  font-size: 1.5em;
  font-weight: bold;
  color: #5a3e2b;
  margin: 20px 0 10px 0;
  text-align: center;
}

.schedule-event {
  background-color: #f9f4f0;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.schedule-time {
  font-weight: bold;
  color: #d4a76a;
  font-size: 1.2em;
}

.schedule-location {
  font-style: italic;
  color: #666;
  margin-top: 5px;
}

.schedule-title {
  font-weight: bold;
  font-size: 1.3em;
  color: #5a3e2b;
  margin-bottom: 5px;
}

body {
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.schedule-event:hover {
  background-color: #f0e8e0;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.rsvp-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: hsl(212, 88%, 56%);
  color: white;
  padding: 10px 40px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s;
}


.g2Widget {
  display: block;
  min-height: 800px;
  height: auto;
}

iframe[src*="given2"] {
  min-height: 2500px;
  height: 100vh;
  width: 100%;
}