/* fixed header */

header.wp-block-template-part {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent !important;

}

html:not(.has-modal-open) nav.wp-block-navigation {

    background-color: transparent !important;

}