nav {
  display: grid;
  margin: 30px auto;
  margin-top: 80px;
  padding: 0 var(--pad-s);
  max-width: var(--width-main);
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-content: center;
  height: 2.75rem;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  /* mix-blend-mode: difference; */
}

nav img {
  width: 110px;
  height: 100%;
}

.announcement {
  z-index: 1000;
  width: 100%;
  background: #3e0808;
  font-size: 18px;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-label {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  color: #f3d468;
}

.new-label svg {
  margin-top: -2px;
}

@media (max-width: 800px) {
  nav {
    padding-top: 127px;
  }

  .new-label {
    align-items: center;
    line-height: 18px;
  }

  .new-label svg {
    height: 12px;
    margin-top: -5px;
  }

  .announcement {
    font-size: 16px;
    display: inline;
  }

  .announcement svg {
    margin-bottom: -3px;
  }

  .announcement {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  nav h1 {
    visibility: hidden;
  }

  .hide-on-small-screens {
    visibility: hidden;
  }
  .hide-on-small-screens {
    visibility: hidden;
  }

  nav {
    grid-template-columns: none;
    height: 1.6rem;
    vertical-align: middle;
  }

  nav ul {
    font-family: SuisseIntl;
    font-weight: 600;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1em;
  }
  .sprout-graphic {
    width: 50%;
    align-items: left;
    justify-items: left;
  }
}

nav ul {
  font-family: SuisseIntl;
  font-weight: 600;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2.4em;
  margin: auto;
}

nav a {
  color: var(--text-brown);
  text-decoration: none;
  margin-left: 1em;
}

nav a:hover {
  text-decoration: underline;
}

.current a {
  text-decoration: underline;
}

a.skip-link {
  position: absolute;
  left: -9999em;
  top: -9999em;
}

a.skip-link:focus {
  top: 0;
  left: 0;
}

.get-sprout {
  align-items: center;
  text-align: center;
  color: white;
  padding: 15px 18px;
  background: #3e0808;
  border-radius: 15px;
}
.logo-color {
  fill: var(--text-brown);
}
/* Footer */
footer {
  padding: 3rem 0;
  padding-bottom: 8rem;
}

footer section-content-nofade {
  color: var(--text-white-transparent);
  font-family: var(--font-sans);
  line-height: 1.5rem;
}

footer a,
li {
  color: var(--text-white);
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

footer .three-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.sprout-graphic {
  width: 50%;
  align-items: left;
  justify-items: left;
}
img {
  margin: 0px;
}
