Intro
Currently height of the header is huge. If you want to reduce height of the header, you can follow steps below.

Solution
Step 1
Go to file Assets > base.css
Step 2
Add the following code at the bottom of the file
@media screen and (min-width: 990px){
.header {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}