/* BPS Custom CSS — auto-generated: 2026-05-26 10:24:17 */

:root {
  --primary:        #0300a3;
  --primary-dark:   #07008f;
  --secondary:      #3b82f6;
  --secondary-dark: #2563EB;
  --navbar-bg:      #ffffff;
  --navbar-text:    #374151;
}

.navbar { background: #ffffff !important; }
.nav-menu > li > a { color: #374151 !important; }
.nav-menu > li > a:hover { color: var(--primary) !important; }

.nav-menu > li > a.nav-signup { background: #43a800 !important; color: white !important; }
.nav-menu > li > a.nav-signup:hover { background: #03cc00 !important; color: white !important; }
.nav-menu a.nav-signup.active { background: #43a800 !important; color: white !important; }
.nav-menu a.nav-signup.active::after { display: none !important; }

.bs-btn-gold { background: #43a800 !important; color: white !important; }
.bs-btn-gold:hover { background: #03cc00 !important; color: white !important; }

.page-hero { background: linear-gradient(135deg, #1a3a6b 0%, #add3ff 100%) !important; }

.site-footer { background: linear-gradient(135deg, #67009e 0%, #6b00b3 100%) !important; }
.footer-admission-strip { background: linear-gradient(135deg, #a89200 0%, #e67e22 100%) !important; }

body { font-family: 'Nunito', sans-serif; font-size: 16px; }
h1,h2,h3,h4,h5,h6,.page-hero h1,.section-title,.hero-title { font-family: 'Merriweather', serif; }
