html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

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

.titleBar__heading {
  width: 50%;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.titleBar__heading:hover {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .titleBar__heading {
    width: 15%;
  }
}

.titleBar__subheading {
  font-family: Montserrat, sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0;
}

.hero__image {
  width: 100vw;
}

.hero__text {
  margin: 2rem 1rem 0 1rem;
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 15%;
  margin-right: 15%;
}

@media (min-width: 1024px) {
  .hero__text {
    margin-left: 30%;
    margin-right: 30%;
  }
}

.hero__text-para {
  font-size: 1rem;
}

.hero__text-button {
  background-color: #EF4030;
  height: 3rem;
  width: 8rem;
  border: none;
  font-size: 1rem;
  color: white;
  margin: auto;
  margin-top: 2rem;
  border-radius: 5px;
}

.navbar {
  margin-bottom: 0;
  width: 100vw;
  height: 4rem;
  background-color: #EF4030;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1024px) {
  .navbar {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.navbar__heading {
  height: 2rem;
  padding: 0.8rem 0 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.3rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (min-width: 1024px) {
  .navbar__heading {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.navbar__heading-desktop {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .navbar__heading-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 0.4rem;
  }
}

@media (min-width: 1024px) {
  .navbar__heading-desktop--item {
    color: white;
    text-decoration: none;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .navbar__heading-desktop--item:hover {
    background-color: white;
    color: #EF4030;
    border-radius: 10px;
    margin-bottom: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

.navbar__icon {
  margin-top: 0.4rem;
  margin-right: 2rem;
  color: white;
}

.navbar__icon:visited {
  color: white;
}

@media (min-width: 1024px) {
  .navbar__icon {
    display: none;
  }
}

.navbar__active {
  text-decoration: none;
  color: white;
  background-color: #EF4030;
}

.navbar__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EF4030;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: Montserrat, sans-serif;
}

.navbar__mobile-item {
  text-decoration: none;
  color: white;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  width: 20%;
}

#navbar__mobile-hidden {
  display: none;
}

.active {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .active {
    border-bottom: 3px solid white;
  }
}

.divider {
  margin-top: 4rem;
}

.signature {
  font-family: Montserrat, sans-serif;
  float: right;
  margin-right: 2rem;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .signature {
    margin-right: 10rem;
  }
}
/*# sourceMappingURL=style.css.map */