:root{--page-title-display:none;}/* Start custom CSS *//* Hide WordPress default header/footer */
.site-header { display: none !important; }
.site-footer { display: none !important; }
header { display: none !important; }
#masthead { display: none !important; }
.nav-primary { display: none !important; }

/* Navigation layout fix */
.nav {
    justify-content: flex-start !important;
    padding-left: 40px !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.nav-logo {
    margin-right: 0 !important;
}

.nav-links {
    display: flex !important;
    gap: 32px !important;
    align-items: center !important;
}/* End custom CSS */