If you would like a Header that scrolls with the page, rather than being sticky at the top on the screen, you can add some CSS.
Go to Appearance > Customize > Additional CSS and add the following:
@media only screen and (min-width: 960px)
.site-header {
position: relative;
}
}