.body {
  background-image: url('../images/shutterstock_117168970.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.navbar {
  margin-top: 22px;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #cf1111;
  border-radius: 20px;
  background-color: #f04216;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  color: #fdfdfd;
  font-size: 17px;
}

.nav-link:hover {
  border-radius: 0px;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #26881a;
  border-radius: 20px;
  background-color: #65c562;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link-2:hover {
  border-radius: 0px;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-3 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #d19315;
  border-radius: 20px;
  background-color: #ec8c38;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link-3:hover {
  border-radius: 0px;
  opacity: 1;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-4 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #179cc0;
  border-radius: 20px;
  background-color: #179cc0;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link-4:hover {
  border-radius: 0px;
}

.nav-link-4.w--current {
  color: #fff;
}

.nav-link-5 {
  margin-left: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #3b0fcc;
  border-radius: 20px;
  background-color: #1b0fcc;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link-5:hover {
  border-radius: 0px;
}

.nav-link-5.w--current {
  color: #fff;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/paint.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block {
  background-color: #d81515;
}

.div-block.red {
  height: 10px;
}

.div-block.red.ornge {
  background-color: #f0bd25;
}

.div-block.red.ornge.green {
  background-color: #18ad31;
}

.text-block {
  margin: 20px auto 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #494242;
  font-size: 15px;
  text-align: left;
}

.text-block-2 {
  margin-top: 0px;
  font-family: Jennasue, sans-serif;
  color: #f04216;
  font-size: 60px;
}

.div-block-2 {
  margin-right: 40px;
  margin-left: 30px;
  padding: 39px;
  background-color: hsla(0, 0%, 100%, 0.56);
}

.div-block-3 {
  margin-right: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  margin-top: 9px;
  border-radius: 20px;
  background-color: #f04216;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
}

.button:hover {
  border-radius: 0px;
}

.mid-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/blocks.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  margin-left: 10px;
  font-family: Jennasue, sans-serif;
  color: #179cc0;
  font-size: 47px;
}

.aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 50px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-right: 20px;
  margin-left: 10px;
  color: #494242;
}

.button-2 {
  margin-left: 10px;
  border-radius: 20px;
  background-color: #179cc0;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
}

.button-2:hover {
  border-radius: 0px;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lego.png');
  background-position: 0% 0%;
  background-size: cover;
}

.cta-block {
  display: block;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.81);
}

.link {
  color: #179cc0;
  text-decoration: none;
}

.link:hover {
  color: #494242;
}

.text-block-3 {
  font-size: 19px;
  line-height: 29px;
  text-align: left;
  text-decoration: none;
}

.link-2 {
  color: #179cc0;
  text-decoration: none;
}

.link-2:hover {
  color: #494242;
}

.meet-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-2 {
  margin-top: 45px;
  font-family: Jennasue, sans-serif;
  color: #65c562;
  font-size: 65px;
}

.image {
  margin-top: -6px;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-2 {
  padding-right: 186px;
  padding-left: 186px;
  line-height: 24px;
  text-align: center;
}

.heading-7 {
  font-family: 'Droid Sans', sans-serif;
  color: #44ace4;
}

.link-3 {
  color: #5c5b5b;
  text-decoration: none;
}

.privacy {
  color: #192024;
  font-size: 14px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #192024;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
  color: #192024;
}

.footer-link.with-icon:hover {
  color: #44ace4;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  color: #fff;
}

.info-icon {
  float: left;
}

.heading-5 {
  font-family: 'Droid Sans', sans-serif;
  color: #44ace4;
}

.opening-times-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #179cc0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.heading-8 {
  font-family: Jennasue, sans-serif;
  color: #179cc0;
  font-size: 60px;
  line-height: 51px;
  text-align: center;
}

.paragraph-3 {
  color: #179cc0;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #179cc0;
  border-radius: 20px;
}

.button-3 {
  border-radius: 20px;
  background-color: #179cc0;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  color: #fff;
  text-align: center;
}

.button-3:hover {
  border-radius: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/paint.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  margin-right: 30px;
  margin-left: 30px;
  background-color: hsla(0, 0%, 100%, 0.74);
}

.pictures-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin: 22px;
}

.paragraph-4 {
  margin: 39px 75px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.heading-9 {
  font-family: Jennasue, sans-serif;
  color: #f04216;
  font-size: 68px;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blocks.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-7 {
  width: 50%;
  margin-bottom: 45px;
  margin-left: 54px;
}

.heading-10 {
  font-family: Jennasue, sans-serif;
  color: #179cc0;
  font-size: 60px;
}

.link-4 {
  color: #179cc0;
  font-size: 17px;
  text-decoration: none;
}

.link-4:hover {
  color: #494242;
}

.text-block-4 {
  font-size: 18px;
}

.text-block-5 {
  font-size: 18px;
  line-height: 24px;
}

.body-2 {
  font-family: Verdana, Geneva, sans-serif;
}

.body-3 {
  font-family: Verdana, Geneva, sans-serif;
}

.curriculum-section-top {
  height: 300px;
  background-image: url('../images/blocks.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-11 {
  height: auto;
  min-height: auto;
  margin-top: 10px;
  padding-top: 20px;
  font-family: Jandaquirkygirl, sans-serif;
  color: #65c562;
  font-size: 51px;
  text-align: center;
}

.paragraph-6 {
  padding-right: 252px;
  padding-left: 252px;
  font-family: 'Droid Sans', sans-serif;
  color: #494242;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.paragraph-7 {
  margin-top: -75px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 19px;
  text-align: center;
}

.paragraph-7.new {
  margin-top: 24px;
}

.heading-12 {
  font-family: 'Droid Sans', sans-serif;
  color: #6e368d;
  font-size: 27px;
  text-align: center;
}

.paragraph-8 {
  margin-top: 15px;
  padding-right: 128px;
  padding-left: 128px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.paragraph-8.extra {
  padding-right: 146px;
  padding-left: 146px;
  line-height: 24px;
  font-weight: 700;
}

.bold-text {
  font-family: Jandaquirkygirl, sans-serif;
}

.bold-text.red {
  color: #f04216;
}

.bold-text.red.green {
  color: #65c562;
  font-size: 27px;
}

.bold-text.red.green.blue {
  color: #179cc0;
}

.bold-text.red.green.blue.orange {
  color: #ec8c38;
}

.div-block-9 {
  background-image: url('../images/dolls.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-13 {
  font-family: Jandaquirkygirl, sans-serif;
  color: #1b0fcc;
  font-size: 49px;
  text-align: center;
}

.paragraph-9 {
  margin-right: 273px;
  margin-bottom: 29px;
  margin-left: 273px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.div-block-10 {
  height: 100px;
  background-image: url('../images/lego.png');
  background-position: 0px 0px;
  background-size: auto;
}

.policy-listsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: 3px;
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #494242;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.button-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 34px;
  cursor: pointer;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.bold-text-2 {
  padding-right: 29px;
  padding-left: 0px;
  text-align: left;
}

.button-5 {
  margin-top: 0px;
  padding-top: 11px;
}

.paragraph-10 {
  margin-right: 86px;
  margin-left: 86px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .aboutus {
    margin-left: 40px;
  }

  .paragraph-2 {
    padding-right: 56px;
    padding-left: 56px;
    color: #494242;
    line-height: 21px;
  }

  .icon {
    font-size: 38px;
  }

  .pics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    width: 78%;
  }

  .contact-section {
    background-position: 100% 50%;
  }

  .div-block-7 {
    margin-top: -36px;
  }

  .curriculum-section-top {
    background-position: 50% 100%;
    background-size: cover;
  }

  .paragraph-6 {
    margin-right: 97px;
    margin-left: 97px;
    padding: 13px 37px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-7 {
    margin-top: 30px;
  }

  .paragraph-10 {
    margin-right: 65px;
    margin-left: 65px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .aboutus {
    margin-top: 20px;
  }

  .paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pictures-section {
    margin-top: 10px;
  }

  .contact-section {
    background-position: 100% 100%;
  }

  .paragraph-6 {
    margin-right: 49px;
    margin-left: 49px;
    padding: 16px 16px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.44)), to(hsla(0, 0%, 100%, 0.44)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.44), hsla(0, 0%, 100%, 0.44));
    text-align: center;
  }

  .paragraph-7 {
    margin-top: 26px;
  }

  .paragraph-8 {
    padding-right: 53px;
    padding-left: 53px;
  }

  .paragraph-8.extra {
    padding-right: 44px;
    padding-left: 44px;
  }

  .bold-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-9 {
    margin-right: 61px;
    margin-left: 61px;
  }

  .text-block-6 {
    text-align: left;
  }

  .button-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .div-block-11 {
    margin: 10px;
    padding: 13px;
    border: 1px solid #000;
  }

  .bold-text-2 {
    padding-right: 0px;
    text-align: left;
  }

  .button-5 {
    padding: 7px;
    text-align: center;
  }

  .paragraph-10 {
    margin-right: 52px;
    margin-left: 52px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0px;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-2 {
    margin-bottom: 10px;
  }

  .nav-link-3 {
    margin-bottom: 10px;
  }

  .nav-link-4 {
    margin-bottom: 10px;
  }

  .intro-section {
    height: 500px;
    margin-top: -20px;
  }

  .text-block {
    margin-top: 3px;
  }

  .text-block-2 {
    color: #f04216;
    font-size: 39px;
    line-height: 49px;
  }

  .div-block-2 {
    background-color: hsla(0, 0%, 100%, 0.75);
  }

  .mid-section {
    background-position: 0% 50%;
  }

  .heading {
    font-size: 39px;
  }

  .aboutus {
    width: 83%;
    margin-left: 20px;
  }

  .paragraph {
    margin-right: 10px;
  }

  .cta-block {
    padding: 0px;
  }

  .link {
    color: #179cc0;
    font-size: 12px;
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .text-block-3 {
    padding: 20px 17px 20px 20px;
    text-align: center;
  }

  .text-block-3.page {
    padding-left: 0px;
    text-align: left;
  }

  .link-2 {
    color: #179cc0;
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    margin-bottom: 6px;
    padding-top: 17px;
    padding-bottom: 24px;
    background-color: #fff;
  }

  .menu-button {
    background-color: #179cc0;
  }

  .menu-button.w--open {
    background-color: #179cc0;
  }

  .privacy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .spc {
    padding-left: 20px;
  }

  .heading-5 {
    padding-left: 10px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .div-block-5 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .contact-section {
    height: 600px;
    background-position: 50% 50%;
  }

  .div-block-7 {
    width: 86%;
    margin-top: -87px;
    margin-left: 20px;
  }

  .link-4 {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .curriculum-section-top {
    margin-bottom: 0px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-11 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 36px;
  }

  .paragraph-6 {
    margin-bottom: 6px;
  }

  .div-block-8 {
    margin-bottom: 0px;
  }

  .paragraph-7 {
    margin-top: 27px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 16px;
  }

  .paragraph-8.extra {
    padding-right: 29px;
    padding-left: 29px;
  }

  .bold-text {
    font-size: 24px;
  }

  .paragraph-9 {
    margin-right: 27px;
    margin-left: 27px;
  }

  .policy-listsection {
    margin-right: 24px;
    margin-left: 24px;
  }

  .button-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .div-block-11 {
    padding: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
  }

  .bold-text-2 {
    padding-left: 0px;
    text-align: left;
  }

  .button-5 {
    text-align: center;
  }

  .paragraph-10 {
    margin-right: 32px;
    margin-left: 32px;
  }
}

@font-face {
  font-family: 'Jandaquirkygirl';
  src: url('../fonts/JandaQuirkygirl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jennasue';
  src: url('../fonts/JennaSue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}