.white-text{
  color: #ffffff;
}
.main-heading-h1 {
  font-size: 38px;
  color: #ffffff;
}
.bg-gray-100{
  background-color: rgb(34 37 41);
}
.navbar-nav .nav-link.active{
  color: #e2e2e2;
}
.navbar.scrolled{
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(34 37 41);
}
.navbar li a{
  font-weight: 500;
}
.navbar.scrolled li a{
  color: #ffffff !important;
  font-weight: 500;
}
.navbar.scrolled li .nav-link.active{
  color: #a1c754;
}
#services .display-6, #extra-services .display-6{
  font-size: 1.5rem;
}
.white-text:hover{
  color: #ffffff
}
@media (max-width: 767px) {
  .navbar{
    background-color: #ffffff;
    padding-bottom: 0;
  }
}