/* @media (min-width: 768px) {
  @include meta.load-css("768px");
} */
/* Adapt invitation ratio to screen orientation (currently disabled) */
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", serif;
  color: #111111;
  background-color: #f0f0f0;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("img/paper-texture2.jpg");
  background-size: 100%;
  background-color: #ffffff;
  opacity: 0.75;
}

.message {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(255, 215, 0, 0.75);
  order: -1;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  margin: 0;
}

.message p {
  width: 90%;
  max-width: 375px;
  padding: 3rem 0;
}

.invitation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("img/paper-texture2.jpg");
  background-size: 100%;
  background-color: #ffffff;
  opacity: 0.75;
}

.invitation {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(255, 215, 0, 0.75);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 6rem 3rem;
  margin: 9rem auto;
  max-width: 375px;
  width: 90%;
  position: relative;
  overflow: hidden;
}

.invitation .invitation__figure {
  margin: 0;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.invitation .invitation__image {
  display: block;
  max-width: 280px;
  width: 90%;
  height: auto;
}

.invitation .invitation__content {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}

.invitation .invitation__names {
  margin: 0 0 1.75rem;
  font-family: "Italianno", "Lora", "Times New Roman", serif;
  font-size: 4.14736rem;
  line-height: 4rem;
  color: #6b3ea8;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.invitation .invitation__intro,
.invitation .invitation__details,
.invitation .invitation__reception {
  margin: 0 0 1.1rem;
}

.invitation .invitation__date {
  margin: 0 0 1.5rem;
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  color: #6b3ea8;
}

@media (min-width: 576px) {
  .invitation {
    max-width: calc(576px - 2rem);
  }
  .message p {
    max-width: 576px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
