:root {
  --black: black;
  --brand-main: #00a84f;
  --brand2nd: #00a3da;
  --light-grey: #d4d4d4;
  --white: white;
  --dark-grey: #9b9b9b;
  --black-2: black;
  --brand3rd: #fff579;
  --brand4th: #bca6d0;
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 800;
  line-height: 99.5%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--brand-main);
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--brand2nd);
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
}

.mycontain.herocontainer {
  margin-top: auto;
  margin-bottom: auto;
}

.mycontain.hoursandmap {
  display: none;
}

.mycontain.check-us-out-on-fb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.styletitle {
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  z-index: 2;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.flexcolwrap.inversecolors {
  background-color: var(--brand-main);
  padding-top: 26px;
  padding-bottom: 0;
}

.flexcolwrap.reverseflexorder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex2col.light {
  color: var(--white);
}

.flex2col.light.center {
  text-align: center;
}

.flex2col.space-around {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.heading {
  width: 50%;
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  border-top: 1px solid var(--light-grey);
  border-bottom: 0px none var(--light-grey);
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.subheader {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.subheader.hero-subheader {
  margin-bottom: 60px;
}

.small-p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  background-color: var(--black-2);
  color: var(--black);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--brand-main);
}

.colorbox.brand2ndcolor {
  background-color: var(--brand2nd);
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
}

.colorbox.lightgreycolor {
  background-color: var(--light-grey);
}

.colorbox.brand3rdcolor {
  background-color: var(--brand3rd);
}

.colorbox.brand4thcolor {
  background-color: var(--brand4th);
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.flex3col.swimming {
  background-image: linear-gradient(#5299cda6, #5299cda6), url('../images/unsplash_08AJKJf75kw.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.flex3col.swimming.centercontents {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex3col.events {
  background-image: linear-gradient(#a8a147a6, #a8a147a6), url('../images/eventsPicture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flex3col.events.centercontents {
  background-image: linear-gradient(#706a21a6, #706a21a6), url('../images/eventsPicture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flex3col.animals {
  background-image: linear-gradient(#00a84fa6, #00a84fa6), url('../images/bunnies.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.flex3col.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex3col.tall {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cta-button {
  background-color: var(--brand-main);
  border-radius: 30px;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--black);
  color: #fff;
}

.cta-button.ghost-button {
  border: 1px solid var(--brand-main);
  color: var(--brand-main);
  background-color: #0000;
}

.cta-button.ghost-button:hover {
  border-color: var(--brand-main);
  background-color: var(--brand-main);
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  color: var(--brand-main);
  background-color: #fff;
}

.cta-button.inverse-button {
  color: var(--black);
  background-color: #fff;
  padding: 10px 20px;
}

.cta-button.inverse-button:hover {
  background-color: var(--black);
  outline-offset: 0px;
  color: #fff;
  outline: 2px solid #fff;
}

.cta-button._404button {
  margin-top: 40px;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: var(--light-grey);
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.hero {
  background-color: var(--brand-main);
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Group-Photos.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  height: 90vh;
  display: flex;
}

.hero.alt-page {
  background-image: linear-gradient(#0009, #0009), url('../images/bubbles.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
}

.hero.alt-page.animals {
  background-image: linear-gradient(#0009, #0009), url('../images/bunnies.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.alt-page.swimming {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/artem-militonian-UYW6FZLlnL8-unsplash-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-header.light {
  font-size: 48px;
}

.section-header.why-montessori {
  margin-bottom: 60px;
}

.fullcolwrap {
  height: 400px;
  display: flex;
}

.fullcolwrap.footercontent {
  height: auto;
  margin-bottom: 40px;
  padding: 40px 100px;
}

.footer {
  background-color: var(--black-2);
  flex-direction: column;
  display: flex;
}

.listitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-header {
  font-size: 48px;
}

.footer-header.light {
  color: var(--white);
  font-size: 40px;
}

.light {
  color: var(--white);
}

.light.center {
  text-align: center;
  align-self: center;
}

.centercontents {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footericon {
  width: 24px;
}

.footericon.top {
  margin-top: 3px;
  margin-bottom: auto;
}

.image {
  height: 24px;
}

.nav {
  z-index: 100;
  background-color: var(--black-2);
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.mainnav-links.light {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.mainnav-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mainnav-logo.light {
  font-weight: 500;
}

.mainnav-logo-text.light {
  text-align: center;
  width: 80%;
  max-width: 450px;
  font-size: 28px;
}

.image-2 {
  max-width: 200%;
  margin-bottom: 75%;
}

.imagewrapper.circle {
  background-image: linear-gradient(to bottom, var(--brand-main), var(--brand-main));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.background-dot {
  background-color: var(--light-grey);
  border-radius: 50px;
  position: absolute;
  top: 52%;
  left: -6%;
}

.background-dot._1 {
  background-color: var(--brand4th);
  width: 80px;
  height: 80px;
  top: 55%;
  left: -6%;
}

.background-dot._2 {
  background-color: var(--brand2nd);
  width: 30px;
  height: 30px;
  top: 12%;
  left: 33%;
}

.background-dot._3 {
  background-color: var(--brand3rd);
  width: 20px;
  height: 20px;
  top: 9%;
  left: 90%;
}

.background-dot._4 {
  background-color: var(--brand3rd);
  width: 15px;
  height: 15px;
  left: 46%;
}

.herotitle {
  padding: 100px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 90vh;
}

._2colimage {
  border-radius: 50px;
  height: 400px;
  max-height: 400px;
}

.alt-page-heading {
  margin-top: 100px;
  margin-left: 40px;
}

.check-us-out-on-fb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.hidden {
  display: none;
}

.link-block {
  width: 100%;
  height: 100%;
}

.link-block.flex3col.centercontents.animals {
  background-image: linear-gradient(#00a84f80, #00a84f80), url('../images/goats.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

._404image {
  border-radius: 25px;
  width: 500px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.roundedges {
  border-radius: 25px;
}

@media screen and (max-width: 991px) {
  .mycontain {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .mycontain.herocontainer {
    width: 80%;
  }

  .heading {
    width: 100%;
  }

  .cta-button.inverse-button {
    padding: 5px 10px;
  }

  .fullcolwrap.footercontent {
    padding-left: 20px;
  }

  .footer-header.light, .mainnav-logo-text.light {
    font-size: 22px;
  }

  .imagewrapper.circle {
    width: 300px;
    height: 300px;
  }

  .background-dot._1 {
    top: 82%;
    left: 3%;
  }

  .background-dot._2 {
    left: 45%;
  }
}

@media screen and (max-width: 767px) {
  .flexcolwrap {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flexcolwrap.reverseflexorder {
    flex-flow: column-reverse wrap;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
    min-height: 300px;
    margin-bottom: 0;
  }

  .flex3col.center {
    min-height: 200px;
  }

  .flex3col.tall.footercol {
    width: 80%;
  }

  .flex3col.footercol {
    min-height: auto;
  }

  .fullcolwrap {
    flex-direction: column;
    height: auto;
  }

  .fullcolwrap.footercontent {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    padding-right: 20px;
  }

  .footer-header.light {
    text-align: center;
    font-weight: 700;
  }

  .nav {
    display: none;
  }

  .background-dot._2 {
    top: 40%;
    left: 70%;
  }

  .background-dot._4 {
    left: 25%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .heading {
    font-size: 42px;
    line-height: 48px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .flex3col.swimming.centercontents, .flex3col.events.centercontents, .flex3col.animals.centercontents {
    min-height: 200px;
  }

  .flex3col.tall.footercol {
    padding-left: 0;
    padding-right: 0;
  }

  .flex3col.tall.footercol.wide {
    width: 100%;
  }

  .cta-button {
    font-size: 15px;
  }

  .hero.alt-page {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Garden.jpg');
    background-position: 0 0, 100% 0;
  }

  .listitem.stacked {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .image-2 {
    width: 200%;
    max-width: 200%;
  }

  .imagewrapper.circle {
    width: 250px;
    height: 250px;
  }

  .background-dot._2 {
    top: 45%;
  }

  .check-us-out-on-fb {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .paragraph.features-text {
    font-size: 18px;
    line-height: 29px;
  }

  .utility-page-content {
    margin-left: 25px;
    margin-right: 25px;
  }
}


