/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.header-nav {
    position: sticky;
    width: 100%;
    background-color: white;
    z-index: 9998;
}
.header-nav.sticky{
    padding: 20px 0 !important;
}
.header-nav.sticky{
    transition: all 0.2s ease-in-out;
}