#global_header {
  background-color: var(--wa-color-surface-raised);
  box-shadow: var(--wa-shadow-m);
  position: sticky;
  top: 0;
  z-index: 10;

  img {
    height: 40px;
  }

  @media screen and (max-width: 800px) {
    #desktop-menu {
      display: none;
    }
  }
}
