﻿:root {
	--body-foreground: #000000;
	--header-background: #4b7f8b;
	--header-foreground: #ffffff;
	--gray-gradient: linear-gradient(to bottom, #f5f6f6 0%,#d8d8d8 100%);
	--glow-color: var(--bs-danger);
	--text-fg: black;
	/*--font: arial;*/

	/* BOOTSTRAP */
	--primary-background: #c79456;
	--primary-foreground: #ffffff;
	--modal-header-background: #4b7f8b;
	--modal-header-foreground: #ffffff;
	--modal-footer-background: silver;
	--modal-footer-foreground: black;

	--font: 'Lato';
	--header-bg: white;
	--header-logos-padding: 20px 0 20px 0;
	--header-details-bg: #252626;
	--header-details-fg: white;
	--header-info-bg: gainsboro;
	--header-info-fg: black;
	--footer-bg: #252626;
	--footer-fg: white;
	--content-padding-top: 10px;
	--text-fg: #252626;
	--h-fg: #003956;
	--a-fg: #337ab7;
	--a-hover-fg: #003956;
	--required-border: blue;
	--required-failed-border: red;
	--site-path-bg: silver;
	--site-path-fg: white;
	--site-path-a-fg: white;
	--information-bg: lightgoldenrodyellow;
	--information-fg: darkgray;
	--modal-header-bg: linear-gradient(to bottom, #5bc0de 0%,#347ab6 100%); /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bc0de+0,347ab6+100 */
	--modal-header-fg: white;
	--modal-footer-bg: gainsboro;
	--modal-footer-fg: #252626;
	/* Renee's bootstrap changes for Capitus */
	--blue: #337ab7;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #a8672c;
	--yellow: #cb9055;
	--green: #4fAcb3;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #555858;
	--gray-dark: #252626;
	--primary: #337ab7;
	--secondary: #555858;
	--success: #437f8A;
	--info: #4facb3;
	--warning: #cb9055;
	--danger: #dc3545;
	--light: #f0f0f0;
	--dark: #252626;
}