:root {
    /* --blue: #4582EC;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d9534f;
    --orange: #fd7e14;
    --yellow: #f0ad4e;
    --green: #02B875;
    --teal: #20c997;
    --cyan: #31a4c4;
    --white: #fff;
    --gray: #666666;
    --gray-dark: #555555;
    --primary: #4582EC;
    --secondary: #6c757d;
    --success: #00bc93;
    --info: #17a2b8;
    --warning: #f0ad4e;
    --danger: #d9534f;
    --light: #f8f9fa;
    --dark: #333333;
    --theme: #00c0f5;
    --theme-orange: #ff8800;
    --theme-steel: #242b33;
    --theme-blue: #9bbfe7;
    --theme-green: #78a550;
    --theme-light-grey: #dbdbdb;
    --theme-lightest-grey: #f4f4f4;*/
    --primary: #0033a0;
    --dark: #252525;
}

html {
    background: var(--primary);
}

body {
    background: white;
    color: #252525;
}

a {
    color: #252525;
}

.bg-primary {
    background: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

footer.bg-primary a {
    color: var(--light)
}

footer.bg-primary {
    color: var(--light)
}
