﻿:root {
    --primary: #294c6b; /* Blue */
    --primary-dark: #1e374d;
    --primary-light: #7d9cb7;
    --primary-rgb: 41,76,107;
    --primary-dark-rgb: 17,31,44;
    --primary-gradient: linear-gradient(to top, var(--primary-dark), var(--primary), var(--primary-light));
    --secondary: #c15807; /* Orange */
    --font: #000;
    --menu-bg: #FFF;
    --header-icons: var(--primary);
    /* Alternate Colors for Front Page icons */
    --alt-color-1: #1c3716;
    --alt-color-2: #8c4b09;
    --alt-color-3: #3b3849;
    --alt-color-4: #730708;
}