:root {
    /* Header */
    --conf-theme-header-bg: #660033;
    --conf-theme-header-border-bottom:  #660033;
    --conf-theme-header-text: white;

    /* Subtitle area */
    --conf-theme-subtitle-bg: #E4E4E4;
    --conf-theme-subtitle-border: #d5e4f1;
    --conf-theme-subtitle-text: #24425a;

    /* Menu colors */
    --conf-theme-menu-bg: #f6f6f6;
    --conf-theme-menu-border: #ccc;
    --conf-theme-menu-link:  #660033;
    --conf-theme-menu-selected: #bd891a;
    --conf-theme-menu-selected-bg: #dadada;
    --conf-theme-menu-selected-border: #d0d0d0;
    --conf-theme-hover-bg: #e0e0e0;
    --conf-theme-hover-color: var(--conf-theme-menu-link);

    /* Support box */
    --conf-theme-support-bg: #800020;
    --conf-theme-support-border: #ccc;
    --conf-theme-support-header-bg: #1a64a0;
    --conf-theme-support-header-text: #f3f3f3;

    /* Announcement */
    --conf-theme-announcement-bg: #f5faff;
    --conf-theme-announcement-border: #c2d6e7;
    --conf-theme-announcement-text: #0f283d;
}

.confHeader,
.confTitle,
.header,
.page-header {
    text-align: center;
}