.s-header__nav .current a {
    background-color: white;
    color: black;
  }
.s-header__nav .current a:hover {
    color: grey;
 }

.s-header__logo img {
    width: 100%;
    height: 100%;
}
.s-header__logo a {
    height: 100%;
}

.s-header__nav a {
    color: black;
}

.s-header__nav a:hover {
    color: grey;
}

.s-header {
    background-color: white;
}