﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/
:root {
    --iz-primary-text-color: #ffffff;
    --iz-primary-color: #647f2e; /* this gives 4.54:1 ratio AA-pass AAA-fail (#4B6024 would make it pass) https://webaim.org/resources/contrastchecker/?fcolor=FFFFFF&bcolor=647F2E*/
    --iz-primary-color-dark: #475a20; /* this is 10% darker than --iz-primary-color  this gives 7.63:1 ratio AA-pass AAA-pass */
    --iz-primary-color-darker: #323f17; /* this is 17% darker than --iz-primary-color this gives 11.29:1 ratio AA-pass AAA-pass */
    --menu-color-1: #818181; /* menu background */
    --menu-color-2: #6c6c6c; /* item background */
    --menu-color-3: #676767; /* item background on hover */
    --iz-top-nav-color: #676767;
    --iz-display-bootstrap-info: block;
}