.nav-toggle {
  align-self: center;
  display: block;
  margin-left: auto;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle button {
  -webkit-appearance: none;
  align-items: center;
  align-self: center;
  background: none;
  border: none;
  display: flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 28px;
  margin-right: 12px;
}
.nav-toggle button svg {
  transition: 0.25s opacity;
}
.nav-toggle button svg path {
  fill: var(--color-navy);
}