/* Sticky Nav */
#site-header {
    background-color: #fff;
    box-shadow: 0 -8px 27px rgba( 0, 0, 0, 0.08 );
    position: fixed;
    top: 0;
    transition: top 0.8s ease, opacity 0.7s ease;
    width: 100%;
    z-index: 1000;
}