.okayNav-header {
  position: absolute;
  height: 7rem;
  background-color: rgba(0,0,0,0);
  z-index:999;
  width: 66.666%;
  margin: 0 16.5555%;
}
.okayNav a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.okayNav a:hover {
  color: rgb(211, 176, 104);
  text-decoration: none;
}
.okayNav a:focus {
  color: rgb(211, 176, 104);
  text-decoration: none;
}
.okayNav__nav--visible a:hover {
  color: rgb(211, 176, 104);
  text-decoration: none;
}
.okayNav__nav--visible a:focus {
  color: rgb(211, 176, 104);
  text-decoration: none;
}
.okayNav__nav--invisible {
  background: rgba(0,0,0,.8);
}
.okayNav__menu-toggle span {
  background: #fff;
}
.okayNav__menu-toggle.icon--active span {
  background: #546edb;
}
