header[role="banner"] { 
    position: relative; 
    z-index: var(--z-nav); 
}

main.site-content { 
    padding-bottom: var(--s4); 
    min-height:80vh
}

footer[role="contentinfo"] { 
    border-top: 1px solid var(--line); 
}
