* {
  font-family: "DM Sans", serif;
}

[x-cloak] {
  display: none !important;
}

body {
  background-color: #ffffff;
  /* min-height: 100vh; */
}

.app {
  min-height: 100vh;

  nav {
    a:hover {
      color: #8200db;
    }
  }

  .embla {
    overflow: hidden;
  }

  .embla__container {
    display: flex;
  }

  .service-gallery .embla__container {
    margin: 0 -0.5rem;
  }

  .service-gallery .embla__slide {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }

  .leaders-gallery .embla__slide {
    flex: 0 0 100%;
    min-width: 0;
  }

  .leaders-gallery .leader-text {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .leaders-dots .leaders-dot {
    border: 0;
    outline: none;
    cursor: pointer;
  }

  .child-invite-section {
    background-image: url("/assets/img/475119962_9666342616733091_8569068096305936271_n.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .app {
    .embla__slide {
      flex: 0 0 100%;
      min-width: 0;
    }
  }
}
