﻿@import url("../themes/Default_std_wcag21.css");


/**
 * Client CSS
 * Styling unique to a client
 **/

:root {
	--hd_logoMarginTop: 5px;
}
.hd_LOGO {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hd_LOGO svg {
	width: 100%;
}

:root {
	/* menu area foreground and background */
    /* --menuForeground: var(--white);
    --menuBackground: #243d85; */
    /* navigation buttons - foreground / background and selected */
    /* --navButtonForeground: var(--white);
    --navButtonBackground: #243d85;
    --navButtonForeground_Selected: var(--white);
    --navButtonBackground_Selected: var(--black);
    --navButtonForeground_Hover: var(--black);
    --navButtonBackground_Hover: var(--white); */
}
