.heading {
  color: #8FA300;
  font-size: 36px;
  font-weight: 700;
}

.heading-2 {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.hero-heading {
  font-size: 40px;
}

.post-title {
  font-size: 40px;
  text-align: center;
  margin: 2rem 0;
}

.service-heading {
  text-align: center;
  font-size: 48px;
  color: #B7D100;
  width: 100%;
  border-bottom: 2px solid #41403e;
  line-height: 0.1em;
  margin: 3rem 0 3rem;
}
.service-heading span {
  background: #fff;
  padding: 0 2rem;
}

.content-wrapper {
  margin: 0 6rem;
  padding: 1rem;
}

.section-break {
  margin: 2rem 0;
}

.blog-container {
  max-width: 1024px;
  margin: 0 auto;
}

.full-thumbnail {
  margin: 2rem 0;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.blog-content {
  font-family: "Lato", sans-serif;
}

.cta-btn {
  padding: 1rem;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  color: #DFFF00;
  background: none;
  border: 2px solid #DFFF00;
}

.cta-btn:hover {
  transform: scale(0.96);
}

.normal-btn-container {
  text-align: center;
  margin-top: 2rem;
}

.normal-btn {
  background: none;
  border: 2px solid #8FA300;
  color: #8FA300;
  padding: 0.75rem;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}

.normal-btn:hover {
  transform: scale(0.96);
}

.back-btn {
  position: absolute;
  top: 120px;
  left: 4rem;
  z-index: 9;
}

.back-btn--white {
  color: #fcfdf9;
  position: absolute;
}

.title-bar {
  position: relative;
  height: 40vh;
  width: 100%;
  background-color: rgba(25, 25, 25, 0.6);
}

.page-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-text-box {
  background-color: rgba(252, 253, 249, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.heading__page {
  margin-bottom: 1rem;
}

.wpcf7-form > p {
  padding-bottom: 1rem;
}

.post-link {
  font-size: 1.2rem;
  text-decoration: underline;
}
.post-link li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.content-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.service-page-container {
  margin-top: 1rem;
}
.service-page-container li {
  display: flex;
  list-style: none;
  max-width: 480px;
  min-width: 100%;
  border: 1.5px solid #9D9D9D;
  box-shadow: 2px 1px 8px #9D9D9D;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
}

.service-page-container:hover {
  transform: scale(0.98);
  transition-delay: 150ms;
}

.service-description {
  margin-left: 1rem;
}
.service-description h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.indiv-service-container {
  display: flex;
}

.service-image-filter {
  position: relative;
  height: calc(100vh - 60px);
  width: 33vw;
  background-color: rgba(25, 25, 25, 0.6);
}

.service-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  color: #211F18;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  background-color: #fcfdf9;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: unset;
}

a::after {
  color: unset;
}

.nav-container {
  background-color: #211F18;
  color: #fcfdf9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger-menu--home, .hamburger-menu {
  color: #fcfdf9;
  font-size: 2rem;
  display: none;
}

.nav-container--home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: none;
  position: absolute;
  border-bottom: 2px solid #fcfdf9;
  z-index: 1;
  width: 100%;
  color: #fcfdf9;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  height: 60px;
}

.logo-text {
  font-size: 32px;
  color: #DFFF00;
}

.nav__links {
  display: flex;
  font-size: 24px;
  flex-flow: wrap;
  gap: 3rem;
  justify-content: flex-end;
  align-items: center;
}
.nav__links li {
  list-style: none;
}
.nav__links a:hover {
  color: #DFFF00;
}

.consulting {
  display: block;
}

#consulting-link {
  border-top: 2px solid #DFFF00;
}

.strategy {
  display: none;
}

.hero-2 {
  background-image: url(../images/strategy.jpg);
}

.compliance {
  display: none;
}

.hero-3 {
  background-image: url(../images/compliance.jpg);
}

.hero {
  position: relative;
  height: 100vh;
  transition: transform 3s;
}
.hero .image-filter {
  position: relative;
  height: 100vh;
  background-color: rgba(25, 25, 25, 0.6);
}
.hero .hero-1 {
  background-image: url(../images/consulting.jpg);
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.hero .btn-container {
  margin-top: 5%;
}

.service-container {
  position: relative;
  bottom: 20%;
  transform: translateY(-20%);
  width: calc(100vw - 12rem);
}
.service-container .services {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  color: #fcfdf9;
  font-size: 2rem;
  width: 100%;
}
.service-container .services li {
  list-style: none;
  cursor: pointer;
}

.text-container {
  top: 40%;
  transform: translateY(-40%);
  position: absolute;
  color: #fcfdf9;
}
.text-container p {
  margin: 4rem 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.post-card > ul {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.post-container {
  padding: 1rem;
  border: 2px solid #9D9D9D;
  max-width: 336px;
  height: 100%;
  box-shadow: 2px 1px 8px #9D9D9D;
}

.post-container:hover {
  transform: scale(0.98);
  transition-delay: 150ms;
}

.post-container li {
  list-style: none;
}
.post-container li p {
  margin-top: 1rem;
}

footer {
  width: 100%;
  background-color: #211F18;
  color: #fcfdf9;
  margin-top: auto;
}

.footer-container {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 2rem;
  font-size: 1.5rem;
}
.social-icons a:hover {
  color: #DFFF00;
  transition-delay: 150ms;
}

@media (max-width: 768px) {
  .content-wrapper {
    margin: 0;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hamburger-menu--home, .hamburger-menu {
    display: block;
    position: absolute;
    z-index: 10;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .hamburger-menu {
    position: unset;
    margin: unset;
    padding: 0.5rem 1rem;
    width: 100%;
    background-color: #211F18;
  }

  .nav-container--home, .nav-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.96);
    z-index: 9;
  }
  .nav-container--home ul, .nav-container ul {
    height: 100%;
  }

  .nav-active {
    display: block;
  }

  .logo-container {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .nav__links {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-container {
    top: 30%;
    transform: translateY(-30%);
    color: #fcfdf9;
  }

  .service-container {
    width: calc(100vw - 1rem);
    bottom: 15%;
    transform: translateY(-15%);
  }

  .services {
    gap: 3rem;
    width: 100%;
    overflow-y: scroll;
  }

  .post-container {
    max-width: 100%;
  }

  .footer-container {
    height: 100%;
    flex-direction: column;
    gap: 1.5rem;
  }

  .page-text-box {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
  }

  .indiv-service-container {
    flex-direction: column;
  }

  .service-image-filter {
    height: 30vh;
    width: 100vw;
  }

  .back-btn {
    position: static;
  }

  .back-btn--white {
    top: 5rem;
    left: 2rem;
  }
}

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