a, a:focus, a:visited, a:hover {
  color: #0a0a0a !important;
  text-decoration: none !important;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  color: #0a0a0a !important;
  font-weight: 700 !important;
}

h1::before, h2::before, h3::before {
  display: none !important;
}

h2 {
  font-size: 44px !important;
}

h1 {
  font-size: 36px !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.textalign-left {
  text-align: left;
}

.textalign-right {
  text-align: right;
}

.textalign-center {
  text-align: center;
}

.margin-10 {
  margin: 10px;
}

.marginvertical-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-25 {
  margin: 25px;
}

.margintop-50 {
  margin-top: 50px !important;
}

.margintop-80 {
  margin-top: 80px !important;
}

.width-100 {
  width: 100%;
}

div.spacer-50 {
  height: 50px;
  width: 100%;
}

span.bold {
  font-weight: 700;
}

.row.margin-0 {
  margin-left: 0;
  margin-right: 0;
}

section {
  width: 100%;
  height: auto;
  margin: 0 0;
  padding: 100px 0;
}

section.small-padding {
  padding: 25px 0;
}

html, body, #page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img.icon {
  height: 50px;
  width: auto;
}

body #page.home {
  font-size: 20px;
  font-weight: 600;
}
body #page.home header.site-header {
  height: 0px !important;
}
body #page {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
}
body #page header.site-header {
  width: 100%;
  background-color: white;
  z-index: 10;
}
body #page header.site-header img.icon {
  height: 75px;
  margin: 10px;
}
body #page #content.site-content {
  width: 100%;
}
body #page #content.site-content section#next-level {
  background-color: #4AE6D7;
}
body #page #content.site-content section#next-level img {
  width: 75%;
  height: auto;
  margin-left: 12.5%;
}
body #page #content.site-content section#next-level div.claim {
  font-size: 44px;
  font-weight: 700;
  width: 80%;
  margin-top: 75px;
}
body #page #content.site-content section#stay-tuned {
  width: 50%;
  height: 400px;
  float: left;
}
body #page #content.site-content section#stay-tuned div.social-media-box {
  width: 280px;
  margin: 50px auto;
}
body #page #content.site-content section#stay-tuned div.social-media-box div.social-media {
  font-size: 20px;
  font-weight: 600;
}
body #page #content.site-content section#stay-tuned div.social-media-box div.social-media img.icon {
  width: 50px;
  height: auto;
  margin: 10px 25px 10px 10px;
}
body #page #content.site-content section#get-in-touch {
  width: 50%;
  height: 400px;
  float: left;
  background-color: #3f1dcb;
  color: white !important;
}
body #page #content.site-content section#get-in-touch h2, body #page #content.site-content section#get-in-touch h3, body #page #content.site-content section#get-in-touch a {
  color: white !important;
}
body #page footer.site-footer {
  padding: 50px 0 25px 0;
  font-size: 14px;
  clear: both;
}
body #page footer.site-footer .contact, body #page footer.site-footer .legal {
  font-size: 12px;
  margin-top: 25px;
}
body #page footer.site-footer .contact {
  text-align: left;
}
body #page footer.site-footer .legal {
  text-align: right;
}

@media (max-width: 767.98px) {
  body #page #content.site-content section#next-level img {
    width: 30%;
    margin-left: 35%;
  }
  body #page #content.site-content section#stay-tuned {
    width: 100%;
  }
  body #page #content.site-content section#get-in-touch {
    width: 100%;
  }
  body #page footer.site-footer {
    text-align: center;
  }
  body #page footer.site-footer .contact {
    order: 2;
    text-align: center;
  }
  body #page footer.site-footer .legal {
    order: 3;
    text-align: center;
  }
}

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