/* Style for hero section */
.hero-section {
  background-color: #f8f9fa; /* Light grey background */
}

/* Example override for primary brand color (replace with your brand color) */
.btn-primary {
  background-color: #3058BA !important;
  border-color: #4A154B !important;
}

a.btn.btn-outline-primary {
  border-color: #4A154B !important;
  color: #4A154B !important;
}

a.btn.btn-outline-primary:hover {
  background-color: #FD6B20 !important;
  color: #fff !important;
}

/* Example headings override (optional) */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

/* Footer styling */
footer {
  font-size: 0.875rem;
}

footer h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}



blue #3057BC
orange #FD6B20
 