*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  border-top: 3px solid #1F4D2B;
  background: #FFFFFF;
  color: #111111;
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #111111;
  background: #FFFFFF;
}

a {
  color: #1F4D2B;
}

a:focus-visible {
  outline: 2px solid #1F4D2B;
  outline-offset: 2px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid #DDDDDD;
}

.wordmark {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

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

main {
  padding-top: 56px;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 22px;
}

h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
}

p {
  margin: 0 0 1em;
}

.lede {
  margin-bottom: 48px;
}

section {
  padding: 40px 0;
  border-top: 1px solid #DDDDDD;
}

ul {
  margin: 0;
  padding-left: 1.3em;
}

li + li {
  margin-top: 6px;
}

address {
  font-style: normal;
}

footer {
  padding: 24px 0 40px;
  border-top: 1px solid #DDDDDD;
  font-size: 15px;
  color: #555555;
}

footer p {
  margin: 0;
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  header {
    padding: 18px 0;
  }

  .wordmark {
    font-size: 19px;
  }

  main {
    padding-top: 40px;
  }

  h1 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 20px;
  }

  .lede {
    margin-bottom: 36px;
  }

  section {
    padding: 32px 0;
  }
}
