Hi Yes the background image header section are made covered position so that it gets fits for every screen sizes without affecting he height of header section.
and the site title and tagline color are made white when having background image and overlay to dark and the color are made black when overlay is set to lighter. if you want to change color of the site title and tagline then go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navbar-head .site-title,
.navbar-head .site-title a,
.navbar-head .site-description {
color: red !important;
}
Please replace the ‘red’ color with your desired color (Hex Color or Color Name). The background overlay won’t affect the color of Site Title and Tagline Color.
Thanks