﻿@import url("../themes/Default_std_wcag21.css");

/**
 * Client CSS
 * Styling unique to a client
 **/


: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); */
}

/* SVG logo adjustments */

.hd_LOGO {
    /*margin: auto;*/
    margin-top: 5px;
 	display: flex;
    justify-content: center; 
}
.hd_LOGO svg {
	height: 65px;
}

