// Footer background and Font //
.custom-footer{
  background: var(--primary-medium) !important;
}
  
.custom-footer > ul {
  color: var(--secondary) !important;
}
  
.custom-footer .footer-section-link-wrapper a, .footer-links > a, .blurb {
  color: var(--secondary) !important;
}