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