/* Add your custom styles here */

.zen-nav-fixed, #toolbar.zen-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #799bc0 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}