Remove the top margin on the header container’s h1 site-title class, like:
h1.site-title {
margin-top: 0px;
}
By the way, test your site on a mobile device: the banner is not responsive so there’s a huge horizontal scroll bar on mobile devices.
Good luck!