﻿@media (max-width : 768px) {





    #header {
        height: 85px;
        transition: all 0.5s;
        transition: all 0.5s;
        padding: 5px 0;
        background: #fff;
        z-index: 9 !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .logo-div {
        position: absolute !important;
        top: 5px !important;
        left: 5px;
    }
}

#topbar {
    position: fixed;
}

#header {
    position: fixed;
}
