body {
  border-top: var(--company-color) 2px solid;
}
.navbar a.navbar-brand {
    color: var(--company-color);
}

body:before {
    content: "";
    position: fixed;
    background: var(--company-color);
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
}

body:after {
    content: "";
    position: fixed;
    background: var(--company-color);
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
}