/*-------------------------
 Loader
 -----------------------*/
#loader-container {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    z-index: 9998; /* above sticky nav (1000) and hamburger (9000), below skip-link (10000) */
    pointer-events: none; /* decorative overlay, page stays clickable while it fades */
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    display: block;
}

section.grid-container {
    margin-top: 100px;
}