/* =========================================================
   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: patriotic red / white / blue ---- */
    --color-navy:      #0b2545;   /* dark blue — menu bar, buttons, footer, headings */
    --color-navy-hover:#123863;
    --color-red:       #b22234;   /* patriotic accent — dividers, hover highlights */
    --color-red-hover: #8f1b29;   /* call-to-action button hover */
    --color-gold:      #d4af37;   /* accents, borders, hover highlights */
    --color-gold-hover:#c4a030;

    /* ---- Page ---- */
    --color-bg:        #f7f8fa;   /* 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(11,37,69,0.45); /* darkness over top of photo */
    --hero-overlay-bottom: rgba(11,37,69,0.55); /* darkness over bottom */
    --hero-h1-size: 3rem;
}
