Ok, so it looks like you removed the default margin-bottom. So if you add it back (to the default) it will show up on all pages again like this (line 1969 in your style.css) –
.head-wrap {
background: #303236;
margin: 0 0 40px;
}
Once you add that back, then you can add the code I added above and it will remove the space under the header for the homepage only.