/**
 * The canvas deliberately has no background of its own. It sits above the
 * parent theme's configured background and below the page content/vignette.
 */
html {
    min-height: 100%;
}

body.loveshack-network-active {
    position: relative;
    isolation: isolate;
    min-height: 100%;
}

#loveshack-network-canvas {
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.312;
}

@media (prefers-reduced-motion: reduce) {
    #loveshack-network-canvas {
        display: none !important;
    }
}
