.nw-staticheader {
  height: 50px;
}

.nw-staticheader-row {
  justify-content: center;
}

.nw-staticheader-col {
  max-width: $body-maxwidth;
}

.nw-staticheader-logo {
  .nw-logo-img {
    height: 50px;
  }
}

.nw-staticheader-buttonscol {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
