Hdr Backgrd color changed to green
Header Background Color Change
Edited the style.css to change the color of the header background from #BA1818 (a deep red) to #316142 (a forest green). To change it again,
>>> Appearance >>>Theme Editor>>>Line 1220
/* Site branding */
.header-brand {
background-color: #316142;
padding: 10px 0;
}