/*
 * Copyright 2021-2025 AffinityCE, LLC. Confidential Business Information.
 * Not to be shared, copied, duplicated, or distributed in any form
 * or fashion without the express written approval of AffinityCE, LLC principals.
 */

/* BASE CSS FOR CD DEPOT PROJECTS

   PURPOSE:
   Set up CSS elements to present project custom UI

   Created:  2011-07-25 - dbo
   Updated:  2025-07-28 - dbo

   Updated:	2014-12-23 - dbo - Prettify
		2015-12-17 - dbo - Prepare for Bootstrap 4
		2025-07-16 - DBO - Remove styles used in global_defaults and not overridden
*/
:root{
    ---auxbar-bg: hsl(20deg 71% 76%);
    ---bottombar-bg: hsl(19deg 82% 65%);
    ---page-header-bg: hsl(0deg 100% 100%);
    ---navbar-bg: hsl(182deg 100% 23%);
    ---footer-bg: hsl(0deg 0% 20%);
    ---footer-fg: hsl(0deg 100% 100%);
    ---bottombar-bg: hsl(46deg 98% 67%);
    ---bottombar-fg: hsl(0deg 0% 0%);
    ---auxbar-bg: hsl(42deg 95% 50%);
    ---auxbar-fg: hsl(0deg 0% 0%);
}

#navbar button {
    color: var(---navbar-fg);
}

.color-header-text {
    color: hsl(182deg 100% 23%);
    font-weight: normal;
    padding-left: 1rem;
}

#header {
    height:160px;
}

#head-content {
    justify-content: flex-start;
}