html {
    scroll-behavior: auto !important;
}

body {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    background: white;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 5px 0 #000;
    position: relative;
    z-index: 2;
}

.navbar-brand {
    display: block;
    width: 60px;
    height: 60px;
    background: url('/assets/img/logo.svg') no-repeat;
}

@media (min-width: 767.98px) {
    header .nav-item:not(:last-child) a:after {
        content: "|";
        color: red;
        transform: translate(.5em, -2px) rotate(5deg);
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}