/* =========================================================
   GLOBAL APEX HEADER
   ========================================================= */

.t-Header {
    background: #06295c !important;
    background-color: #06295c !important;
    border-bottom: 4px solid #c9a34e !important;
    min-height: 72px !important;
}

/* APP TITLE */
.t-Header-logo-link,
.t-Header-logo-link:hover {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

/* TOP NAVIGATION BAR */
.a-MenuBar {
    background: #06295c !important;
}

/* NAVIGATION TEXT */
.a-MenuBar-label,
.t-Header-nav a,
.t-Header-nav button {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* NAVIGATION HOVER */
.a-MenuBar-item:hover,
.t-Header-nav button:hover,
.t-Header-nav a:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #ffffff !important;
}

/* HEADER ICONS */
.t-Header .a-Icon,
.t-Header button,
.t-Header-userMenu button {
    color: #ffffff !important;
    font-size: 18px !important;
}

/* =========================================================
   GLOBAL APEX FOOTER
   ========================================================= */

.t-Footer {
    background: #06295c !important;
    background-color: #06295c !important;
    border-top: 4px solid #c9a34e !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* FOOTER TEXT */
.t-Footer,
.t-Footer-body,
.t-Footer-content,
.t-Footer-apex,
.t-Footer a {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* FOOTER LINKS */
.t-Footer a:hover {
    color: #dbeafe !important;
}

/* =========================================================
   BODY BACKGROUND IMAGE
   ========================================================= */

body {
    background-image:
        linear-gradient(
            rgba(255,255,255,0.72),
            rgba(255,255,255,0.82)
        ),
        url(#APP_FILES#veteran-image.png);

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}