#header h1{
    text-transform: none;
}
:root{
	--fontSize: 0.9em;
	--fontStyle: Arial;
	--rootBG: #f7f7f7;
  --maxWidth: 1500px;
  --contentBG: #ffffff;
  --contentFG: #000000;
  --headerBG: #e41b1f;
  --headerFG: #ffffff;
  --headerStackBG: #cfc4c6;
  --headerStackFG: #ffffff;
  --headerOver: #e6e6e6;
  --titleColor: #13100d;
  --tileBorderColor: #e0dcd8;
  --tileBG: #f2f0ee;
  --tileRadius: 0.3em;
  --tileBorderWidth: 1px;
  --tileFG: #000;
  --tileTitleColor: #8a8a8a;
	--accentColor: #e41b1f;
	--accentColorLight: #e41b1fb8;
  --emphasisBG: #c1a4b1;
  --extraBG: transparent;
  --extraBorderColor: #231F20;
  --extraBorderWidth: 1px;
  --extraRadius: 0.3em;
}
