body.custom {
  color: #001a60;
} 
.custom .header-container,
.custom .button_primary {
  background-color: #001a60;
}
.custom .header-container {
  border-bottom: 4px solid #feb30c;
}
.custom .btn.outline {
  border-color: #001a60;
  color: #001a60;
}
.custom .button_primary,
.custom .btn.outline:hover,
.custom .button_primary:hover {
  color: white;
  background: #001a60;
}
.custom .button_primary {
  border-bottom: 5px solid transparent;
}
.custom .button_primary:hover {
  border-bottom-color: #feb30c;
}
.custom .btn {
  border-radius: 0;
  position: relative;
}
.custom .btn:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background-color: #feb30c;
}
.custom .footer {
  background: #292929;
  border-bottom: 20px solid #1f1f1f;
}
.custom .footer a {
  color: #feb30c;
}