nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 60px;
}

.banner {
  overflow: hidden;
}

.sub-services-page .top-half-container:before {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%), url(../../Content/images/services-subpage-net-bg.jpeg);
  background-size: cover;
}

@media (min-width: 768px) {
  nav {
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  nav {
    padding-right: 1rem;
    gap: 1rem;
  }
  #menuToggle .menu-container {
    width: 25vw;
    min-width: 500px;
  }
}
h1, .h1 {
  font-size: 52px;
  line-height: 1;
}

h2, .h2 {
  font-size: 24px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 1;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 1680px) {
  h1, .h1 {
    font-size: 90px;
  }
  h2, .h2 {
    font-size: 46px;
  }
}
.hero-banner {
  color: white;
}
@media (min-width: 1024px) {
  .hero-banner .col.banner-title-col h1, .hero-banner .col.banner-title-col h2 {
    text-wrap: balance;
  }
}

.hero-banner.inner-page-banner h1 {
  margin-bottom: 30px;
}

.hero-banner.inner-page-banner h2 {
  color: white;
}

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