header {
  background: white;
}

header nav ul li a {
  color: #005f8e;
}

header nav ul li a:hover {
  color: #005f8e;
  border-color: #ffed00;
}

header nav ul li a.active {
  color: #005f8e;
  border-color: #ffed00;
}

.section-title:after,
footer h6:after {
  background: #ffed00;
}

