/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
background-color: #CE1A1A;
border-bottom: 1px solid #ddd;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
Change the background-color attribute. About line 1148 in the demo. Look there.