There seems to be some overlap with the primary header, I tried to add a border and the primary header is covering it up. If I change the height to 47px in inspector I can see the border, but if I add this to the css it doesn’t work.
.b-header {
background-color: #393F4D !important;
border-bottom-style: solid;
border-color: #feda6a;
border-width: 1px;
height: 47px;
}
Another request would be to have the current page highlighted, or at least give each button it’s own class so I could change the color of a single button.