/* ============================================================
   Summers Team — Shared Theme
   Linked from every page (index, govhub, news, map, admin,
   prefs, signup). Edit here once to change the look across
   the whole site — colors, header bar, shared buttons.
   ============================================================ */

:root {
  --navy:        #1a3a5c;
  --navy-dark:   #0f2440;
  --teal:        #1a6b3c;
  --muted:       #6b7280;
  --accent:      #e8732c;  /* orange accent line under header */
}

/* Every page's top header/nav bar gets this class added
   alongside its existing class (.topbar, .header, etc.) or
   tag (<header>, <nav>). It supplies the shared background
   color and the orange accent line without disturbing each
   page's own padding/layout rules. */
.site-header {
  background: var(--navy);
  border-bottom: 3px solid var(--accent);
}
