/**
 * Colors
 * Purple: #8351AF
 * Light Purple 01: #B4A4F0;
 * Light Purple 01: #E0D9E5;
 */
body {
  color: #8351AF;
  font-family: Montserrat;
  font-size: 20px;
  text-align: center;
}

p {
  line-height: 1.4em;
}

.nowrap { white-space: nowrap; }


.page-container .page {
  padding: 3rem;
}

.page > section {
  max-width: 600px;
  margin: 0 auto;
}

.page-container .page:first-child {
  background-image: url(../images/bg-left-top.png), url(../images/bg-right-bottom.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}

.page-container .page:nth-child(even) {
  background-color: #8351AF;
  color: white;
}

.page-container .page:nth-child(even) a {
  color: white;
}

h2 {
  font-family: Engagement;
  font-size: 3rem;
  margin-bottom: 0.5em;
}

h3 {
  font-weight: bold;
}

section.names {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section.names h1 {
  font-family: Niconne;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 0.3em;
}

section.names .invite-text {
  text-transform: uppercase;
}

.page-invite .date-day {
  font-family: Engagement;
  font-size: 2.8rem;
}

.date-details-container {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.date-details-container > div {
  border-top: 1px solid #8351AF;
  border-bottom: 1px solid #8351AF;
  padding: 0.1rem 0.5rem;
}

.date-details-container > div+div {
  margin-left: 1rem;
}

.date-details-container .weekday {
  text-transform: uppercase;
}

.page-invite section.address {
  margin-top: 2rem;
}

.page .content {
  max-width: 600px;
  line-height: 2em;
  text-align: justify;
  margin: 0 auto;
}

.page .content p {
  line-height: 2em;
}


.section .info h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.hidden-details {
  font-size: 0.6em;
  font-style: italic;
}

.hidden-details li {
  list-style-type: none;
}

.button-link {
  display: inline-block;
  background-color: #8351AF;
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 1.6em 2em;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.button-link:hover {
  background-color: #B4A4F0;
}

// .text + .button-link {
//   margin-top: 1rem;
// }

section.info {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

iframe {
  width: 100%;
  height: 400px;
}
