/* Force remove any red border at top of page */
#navbar, #navbar.navbar-sticky, body, html {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
#navbar::before, #navbar::after, body::before, html::before {
    display: none !important;
}
