/* Header Block Styles */
.header {
  position: relative;
  z-index: 50;
  width: 100%;
  background-color: #F8F6EE;
}

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

.burger-button {
  cursor: pointer;
  padding: 0.5rem;
  align-items: center;
}

.main-menu-desktop {
  z-index: 50;
}

.altLogo {
  max-width: 13rem;
}

.header__logo {
  align-items: center;
  height: auto;
  z-index: 20;
  position: relative;
}

.header__logo img {
  max-width: 100%;
}

.button--primary.start-cta {
  background: #161819;
  color: #F8F6EE;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-family: 'Roboto Mono', monospace;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.button--primary.start-cta:hover {
  background: #e5fa00;
  color: #161819;
} 