
.hidden {
  display: none;
}

.initial-load-animation {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
  -moz-animation: fadeIn 0.5s ease-in-out;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  -ms-animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes growSides {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.resizable {
  transition: height 0.5s ease-in-out, width 0.5s ease-in-out;
}

h1.date, h2.date, h3.date, h4.date, h5.date, h6.date {
  font-style: italic; 
}

p.event {
  margin: 0 0 1rem 0;
  letter-spacing: 0.01rem;
}

p.intro {
  margin: 0 0 1rem 0;
  letter-spacing: 0.01rem;
}

p.footer {
  margin: -0.5rem 0 2.5rem 0;
}

div.event {
  margin-bottom: 2rem;
}

img.wave-divider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  padding: 2rem 0 2rem 0;
  margin: 0 .5rem 0 -0.5rem;
}

.add-to-calendar::part(atcb-list-item-close) {
  display: none;
}

.calendar-button {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}

.major-date {
  margin-bottom: 0;
}

.announcement-container {
  background-color: rgb(255, 255, 204);
  opacity: 0.5;
  color: black;
  padding: 1rem;
  border-radius: 4px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image.rsvp {
  display: block;
  margin: -1rem 0 2rem 0;
  width: 100%;
}

  .image.rsvp img {
    width: 100%;
  }

.rsvp-container {
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem 0;
}

.travel-transportation {
  margin: 0 0 0.5rem 1.5rem; 
}

.main-li {
  font-family: 'Black Mango';
  text-transform: uppercase;
}

.sub-li {
  font-size: 0.8rem;
  padding: 0 0 1rem 0.5rem;
}

.registry-container {
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem 0;
}

p.transportation {
  margin: 0; 
}

.faq-item {
  margin: 0;
}

.faq-question {
  cursor:pointer;
  margin: 0.75rem 0 0.75rem 0;
}

.faq-question>span {
  cursor:pointer;
  pointer-events: auto;
}

.faq-answer {
  font-size: 0.8rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.faq-answer.show {
  max-height: 1000px; 
  opacity: 1;
  margin: 0 0 0.75rem 0;
}

.caret {
  margin-right: 0.75rem;
}

.question-text {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: 'Black Mango', sans-serif;
  font-weight: 200;
  font-style: normal;
}
