:root {
	--giz-blue: #224968;
	--pf-v5-global--BackgroundColor--dark-100: var(--giz-blue);
}

/* Make the referrer button white, because the navbar has blue background */
header .pf-v5-c-button.pf-m-link.pf-m-inline {
	--pf-v5-c-button--m-link--Color: white;
	--pf-v5-c-button--m-link--m-inline--hover--Color: white;
}

.pf-v5-c-masthead, .pf-v5-c-masthead .pf-v5-c-toolbar {
    --pf-v5-c-masthead--BackgroundColor: var(--giz-blue);
    --pf-v5-c-toolbar--BackgroundColor: var(--giz-blue);
}
