@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Cedarville+Cursive&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.hide {
  display: none; }

body {
  background: linear-gradient(180deg, #aa8571 0%, #C7AEA1 40%, #f5f5f5 100%);
  overflow-x: hidden;
  overscroll-behavior: none; }

.mobile-helper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 9999;
  font-family: "Averia Serif Libre", serif; }
  @media (max-width: 960px) {
    .mobile-helper {
      display: none; } }

@keyframes title-in {
  to {
    stroke-dashoffset: 0; } }
@keyframes title-wrapper-in {
  to {
    height: 30vh; } }
@keyframes hero-in {
  to {
    opacity: 1; } }
.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  animation: hero-in 5s ease-in-out forwards;
  animation-delay: 5s; }

.hero {
  z-index: 1;
  min-height: 115vh;
  background: transparent;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .hero .title-wrapper {
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #aa8571 0%, #C7AEA1 40%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: title-wrapper-in 4s ease-in-out forwards;
    animation-delay: 5s; }
    .hero .title-wrapper svg {
      width: 70svw; }
      .hero .title-wrapper svg path {
        stroke-dasharray: 501;
        stroke-dashoffset: 501;
        animation: title-in 10s ease-out forwards;
        animation-delay: 2s; }
  .hero .subtitle {
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, transparent 0%, #f5f5f5 50%); }
    .hero .subtitle h2 {
      font-family: "Cedarville Cursive", cursive;
      font-size: 4rem;
      font-weight: 300;
      text-align: center; }

.poem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  font-family: "Averia Serif Libre", serif; }
  .poem .poem-title {
    width: 100%;
    padding: 2rem; }
    .poem .poem-title h1 {
      font-size: 2rem;
      font-weight: 700; }
    .poem .poem-title h2 {
      font-size: 1.2rem;
      font-weight: 700; }
  .poem .poem-text {
    width: 100%; }
    .poem .poem-text .poem-slide {
      font-size: 1.4rem;
      font-weight: 400;
      text-align: right;
      min-height: 50vh; }
      .poem .poem-text .poem-slide p {
        line-height: 2.5rem;
        padding: 1rem; }
  .poem .poem-controls {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .poem .poem-controls div {
      width: 50px;
      height: 50px;
      background: #EFB82B;
      margin: 0 2rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      box-shadow: -4px 4px 0px #000000; }
      .poem .poem-controls div svg {
        height: 45%; }

.memorial {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .memorial img {
    margin-top: 3rem;
    width: 90%;
    height: 90%;
    object-fit: cover; }
  .memorial .name h1 {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    font-family: "Averia Serif Libre", serif; }
  .memorial .name h2 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
    font-family: "Cedarville Cursive", cursive; }

.footer {
  background: #f5f5f5;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .footer p {
    width: 100%;
    text-align: left;
    margin-top: 3rem;
    font-family: "Cedarville Cursive", cursive;
    padding-left: 1rem;
    font-size: 1rem; }
  .footer img {
    width: 100%; }

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