﻿/* Style the header */
.header {
    padding-top: 10px;
    background: #ffffff;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
}