﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

@media screen {
	
	body { background: url(Images/bg.jpg) fixed top center; font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: small; line-height: 1.75; }

	#headerWrapper { background-color: white; }
	#headerWrapper, #headerWrapper a { color: black; }
    #copyrightWrapper, #copyrightWrapper a { color: black; }
}

.cems-sectionheader-main, .ui-widget-header, .sectionHeader { background-color: #FDD023; color: black; font-weight: 700; }
.cems-sectionheader-main a, .ui-widget-header a, .sectionHeader a { color: black; }
.cems-sectionheader-alt, .sectionHeaderHighlighted { background-color: #461D7C; color: white; font-weight: 700; }
.cems-sectionheader-alt a, .sectionHeaderHighlighted a { color: white; }
.cems-copyright, .cems-copyright a { color: white; }
.ui-widget-content, .ui-widget-content a { color: #333333; }
