@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
.youth h2 {
  margin: 0;
  padding: 0.65em 0;
}
.youth section:not(.illustrated-intro, .action) {
  padding: 50px 10px 10px;
}
.youth .actions-title {
  background: #F5AE2B;
}
.youth .action {
  padding-bottom: 32px;
  margin-bottom: -32px;
}
.youth .contact, .youth .action {
  background: #F5AE2B;
}
.youth .contact button, .youth .action button {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  border-radius: 300px;
  padding: 0.3em 1.5em;
  color: white;
  background: #2F4858;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.youth .contact button i, .youth .action button i {
  margin-right: 1em;
}
.youth .contact address, .youth .action address {
  padding-bottom: 25px;
}
.youth .actions {
  background: transparent;
  position: sticky;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.youth .actions button {
  margin-top: 0.5em;
}
.youth .actions__action, .youth .actions__action--secondary, .youth .actions__action--primary {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  border-radius: 300px;
  padding: 0.3em 1.5em;
  color: white;
  background: #2F4858;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.youth .actions__action i, .youth .actions__action--secondary i, .youth .actions__action--primary i {
  margin-right: 1em;
}
.youth .actions__action--secondary {
  color: #2F4858;
  border: 2px solid;
  background: white;
}
.youth .camps {
  padding-top: 30px;
}
.youth .animators {
  padding-bottom: 30px;
}
.youth .camps, .youth .animators {
  background-color: #f6f6f6;
}

.background-img {
  display: none;
}

.footer {
  background: #F5AE2B;
}

@media screen and (min-width: 768px) {
  .youth .camps, .youth .animators, .youth .action {
    padding: 30px 30px 60px;
    box-sizing: border-box;
  }
  .youth .camps p, .youth .animators p, .youth .action p {
    max-width: 40em;
  }
  .youth .contact {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .youth .camps, .youth .animators, .youth .action, .youth .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .youth .camps__content, .youth .animators__content, .youth .action__content, .youth .contact__content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .youth .camps__content h2, .youth .animators__content h2, .youth .action__content h2, .youth .contact__content h2 {
    text-align: center;
  }
  .youth .actions {
    max-width: 800px;
    margin: 0 auto;
  }
  .youth .action {
    padding-bottom: 0;
  }
  .youth .action__content {
    padding-bottom: 0;
  }
  .youth .contact {
    padding-top: 150px;
  }
  .youth .contact button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .youth {
    font-size: 120%;
  }
  .youth .action {
    margin-bottom: -38px;
    padding-bottom: 38px;
  }
  .youth section.animators {
    padding-top: calc(12vw + 50px);
    margin-top: -12vw;
  }
}

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