/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Sticky header - containing the logo and floated menu */
#masthead,
.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #ffffff; /* Ensures content behind doesn't show through */
}