 @charset "utf-8";/* CSS Document */
/* ---- WIC Virginia ----- */
:root{
    --White: #ffffff;
    --Black: #000000;
    --Spruce: #176533;
    --Clover_Green:#2f9862;
    --Surf: #c0d9c0;
    --Horizon: #4b919c;
    --Light Cornflower Blue: #95d0e3;
}

/* --- Header ---*/
a.links {
    text-decoration: none !important;
}
a.links:hover span {
    color: var(--Spruce) !important;
}
/*----------------*/
