:root {
    --color-hightlight: #9adcf8;
    --color-main: #187dcd;
    --color-text: #666;
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #007bff;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #20c997;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.bg-color-navy{
    background-color: #112b77;
}

.bg-light-grey{
    background-color: #f5f5f5;
}

.bg-toppage {
    background-color: #132f83;
    opacity: .9;
}