header > div {
  display: flex;
  flex-direction: column;
  font-family: "Roboto Slab", serif;
  font-size: 1.125em;
  text-align: center;
}

header a {
  border-bottom: 0;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

#layout-top {
  border-bottom: 5px solid var(--brand);
  padding: 1em 0;
  gap: 1em;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1280px) {
  header > div {
    flex-direction: row;
    gap: 1em;
    justify-content: center;
  }

  header a::after {
    content: "-";
    padding-left: 1em;
    font-weight: normal;
  }

  #layout-top {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 0.9em;
  }



}

#layout-top ul > li:last-child {
  margin-block-end: 0;
}

section header p {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-top: 1.2em;
}