.navbar-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top {
        border-radius: 0;
    }
}
