.header .container {
  margin-left: 0;
  margin-right: auto;
  max-width: 1200px; /* or whatever width you want */
  padding-left: 0.5rem; /* Optional: adds a bit of left padding */
  padding-top: 0.1rem;
}

.navbar-section {
  justify-content: flex-start;
}

.navbar {
  justify-content: flex-start;
}

.navbar .navbar-section {
  margin-top: -0.5px;
  margin-left: -2rem;
  max-width: 1000px;
  width: 1000px;
}

.modular-features .column {
  padding: 0.5em;
}

.modular-features .column:hover .feature-icon h6 {
  color: #50596c;
}

.modular-features.small .column:hover .feature-icon i {  
  color: #50596c;
}

.modular-features.small .column .feature-icon i {  
  color: #50596c;
}
.modular-features .feature-content {
  color: #50596c;
}

.header-dark #header:not(.scrolled) a.active {
  color: #fa9a42 !important;
  /* text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff; */
}

.header-dark #header:not(.scrolled) a:hover {
  color: #fff !important;
  /* text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff; */
}

.dropmenu ul li a:hover {
  color: #e15c3d !important;
}
.dropmenu ul li a:focus, .dropmenu ul li a.active {
  color: rgb(75,84,102) !important;
}

.dropmenu ul li a:hover {
  color: rgb(75,84,102) !important;
  font-weight: 900;
  font-size: 14px;
}

.mobile-menu .button-container span {
  background: #fa9a42 !important;
}
