:root > * {
        @extend %root;
	/*  Declare variables for the UFS colour-scheme */
        --ufs-blue:       #0f204b;
        --ufs-blue-light: #25344c;
        --ufs-red:        #a71930;
}

div.page-header {
	/* Top bar (Logo bar) */
        .flexrow { background: var(--ufs-blue) !important; }

	/* Colours of the menus */
        .toolbar.global-menu { background-color: var(--ufs-blue) !important; }
        .toolbar.global-menu.global-menu li a:hover { background-color: var(--ufs-blue-light) !important; }
}

.event-header{ background-color: var(--ufs-blue) !important; }

.category-title { color: var(--ufs-blue) !important; }

/*  Room Booking page  */
div.indico-top-bar{ background: var(--ufs-blue) !important; }
