/* Stick the navigation while allowing the desktop masthead to scroll away. */
body.template-2 { overflow-x: clip; }
body.template-2 .header-container.nn-floating-menu,
body.template-3 .nn3-header.nn-floating-menu { position: sticky; top: calc(-1 * var(--floating-menu-offset, 0px)); z-index: 100; background: var(--site-background-color, #fff); }
html { scroll-padding-top: calc(var(--floating-menu-height, 80px) + 16px); }
/* Template 2's sticky header uses the same solid paper as the page. */
body.template-2:not(.template-3) .header-container.nn-floating-menu { background: var(--site-background-color, #fff); }
@media print {
    body.template-2 .header-container.nn-floating-menu,
    body.template-3 .nn3-header.nn-floating-menu { position: static; }
}
