#header h1{
    text-transform: none;
}
:root{
	--fontSize: 1.3em;
	--fontStyle: arial;
	--rootBG: #f0eeeb;
  --maxWidth: 1024px;
  --contentBG: #fff;
  --contentFG: #000;
  --headerBG: #e6e6e6;
  --headerFG: #00c0fd;
  --headerOutBG: #e6e6e6;
  --headerOutFG: #000000;
  --headerOver: #00c0fd;
  --titleColor: #242424;
  --borderColor: #e0dcd8;
  --borderWidth: 8px;
	--accentColor: #00c0fd;
	--accentColorLight: #00c0fdb8;
  --emphasisBG: #fae90c;
  --extraBG: transparent;
  --extraBorderColor: #231F20;
  --extraBorderWidth: 2px;
  --extraRadius: 0em;
}
