﻿@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); */

	--hd_logoMarginTop: 10px;
}

/* SVG logo adjustments
.hd_LOGO svg {
	width: 60%;
	height: 100%;
	margin-top: -10px;
	margin-left: 50px;
} */

.hd_LOGO {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}