.header {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 5%;
  padding-right: 5%;
}

.global-nav {
  justify-self: flex-end;
}

.global-nav_list {
  display: flex;
  column-gap: 2em;
}

.drawer-nav {
  display: none;
}

.alignwide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.alignfull {
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=style.css.map */