
:root {
    --cas-theme-primary: #910029; 
    --cas-theme-primary-bg: #1E1E1E;
    --mdc-theme-body: #1E1E1E;
    --cas-theme-primary-light: #E9E8E4;
    --cas-theme-button-bg: #e3d3d0; /* natural */
    --cas-theme-button-bg-lite: #f0ece2; /* soft-white */

}

.banner-info {
    border-color: var(--cas-theme-primary-bg);
    background-color: var(--cas-theme-primary-light);
}

/* Suppress IP address in footer */
.host.pl-2 {
    display: none;
}

.bgimage {
    background-image: none !important;
}

#serviceUIMetadataDescription a:hover, a:visited, a:active {
    color: #006d85;
}
