/* Add your css code here */

/* To create a custom color css and apply it, you must use the blue print for the theme's region. */
/* https://www.drupal.org/files/project-images/drupal8-w3css-theme-color-guidance-1.jpg. */
/* On the image each region has its own css class in yellow/orange  */
/* Example: Header region has w3-theme-l4, Highlighted region has w3-theme-l2  */

/*  To use more classes, you will have to copy the page.twig.html and add css class for each region.  */


/* For  Top container and the four bottom regions */
/* Used for header background color  */
/*
.w3-theme-l4 {color:#fff !important; background-color:#0A1632 !important}
.w3-theme {color:#fff !important; background-color:#0A1632 !important}
.w3-link-color {color:#0A1632 !important; background-color:#fff !important}
.w3-link-hover-color {color:#000 !important; background-color:#fff !important}
.w3-text-color {color:#0A1632 !important; background-color:#fff !important}
.w3-text-theme {color:#0A1632 !important; background-color:#fff !important}
.w3-theme-l5 {color:#990033 !important; background-color:#fff !important}
*/


/* w3.css not used - remove comments to activate

.w3-theme-l5 {color:#000 !important; background-color:#fcf9f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#f5ebe0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#ebd6c2 !important}
.w3-theme-l2 {color:#000 !important; background-color:#e0c2a3 !important}
.w3-theme-l1 {color:#000 !important; background-color:#d6ad85 !important}
.w3-theme-d1 {color:#fff !important; background-color:#c48a4f !important}
.w3-theme-d2 {color:#fff !important; background-color:#b87a3d !important}
.w3-theme-d3 {color:#fff !important; background-color:#a16b36 !important}
.w3-theme-d4 {color:#fff !important; background-color:#8a5c2e !important}
.w3-theme-d5 {color:#fff !important; background-color:#734d26 !important}

.w3-theme-light {color:#000 !important; background-color:#fcf9f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#734d26 !important}
.w3-theme-action {color:#fff !important; background-color:#734d26 !important}

.w3-theme {color:#fff !important; background-color:#cc9966 !important}
.w3-text-theme {color:#cc9966 !important}
.w3-border-theme {border-color:#cc9966 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#cc9966 !important}
.w3-hover-text-theme:hover {color:#cc9966 !important}
.w3-hover-border-theme:hover {border-color:#cc9966 !important}

#footer-container a,
#main-container a {color:#cc9966 !important; background-color:#fff !important}
#footer-container a:hover,
#main-container a:hover {color:#cc3300 !important; background-color:#fff !important}

*/