/* =========================================================
   FALLEN HEROES HONORED — THEME FILE
   ---------------------------------------------------------
   Tim: this is YOUR file. Edit the values below to restyle
   the site. You can safely change colors, fonts, and sizes.
   Everything here overrides the site defaults.

   If something looks broken after an edit, undo your last
   change and re-upload. You can't break the actual site
   from this file — only its appearance.
   ========================================================= */

:root {
    /* ---- Brand colors ---- */
    --color-navy:      #1a1a2e;   /* headers, footer, dark text */
    --color-navy-hover:#2a2a4e;
    --color-gold:      #d4af37;   /* accents, buttons, borders */
    --color-gold-hover:#c4a030;
    --color-green:     #2a7d2a;   /* the "Give" card accent */

    /* ---- Page ---- */
    --color-bg:        #f5f5f0;   /* page background */
    --color-text:      #2c2c2c;   /* body text */

    /* ---- Fonts ---- */
    --font-body:    Georgia, 'Times New Roman', serif;
    --font-heading: Georgia, 'Times New Roman', serif;

    /* ---- Hero banner ---- */
    --hero-overlay-top:    rgba(20,25,50,0.45); /* darkness over top of photo */
    --hero-overlay-bottom: rgba(20,25,50,0.55); /* darkness over bottom */
    --hero-h1-size: 3rem;
}
