body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #001228;
}

pre, code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, Monaco, "Source Code Pro", "Liberation Mono", "Lucida Console", monospace;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  box-shadow: 0 5px 5px hsl(0deg 0% 0% / 0.125);
  border: 1px solid #000;
  margin-bottom: 1em;
  background: #f5e9e2;
  padding: 1em;
}

nav.main {
  background: #f5e9e2;
  min-height: 60px;
  display: grid;
}

nav.main ul {
  display: none;
  padding: 0;
  margin: 0;
}

nav.main ul > li > a:link,
nav.main ul > li > a:visited {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: block;
  color: inherit;
}

nav.main ul > li.active > a {
  font-weight: bold;
}

nav.main input {
  display: none;
}

nav.main label {
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  border-bottom: 1px solid #000;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

nav.main label#hide-nav {
  display: none;
}

nav.main input:checked ~ label#show-nav {
    display: none;
}

nav.main input:checked ~ label#hide-nav {
    display: block;
}

nav.main input:checked ~ ul {
    display: block;
}

header.hero {
  padding-bottom: 3em;
  padding-top: 5em;
  background: #f5e9e2;
  display: grid;
  color: #000;
}

header.hero h1 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 0.75em;
  font-weight: 900;
  font-size: 4em;
}

nav.main + header.hero {
  padding-top: calc(5em - 60px);
}

header.hero h2 {
  text-transform: uppercase;
  background: #011936;
  display: inline;
  font-size: 2em;
  padding: 0.1em 0.5em;
  color: #fff;
}

ul.quick-links {
  margin-top: 1em;
}

ul.quick-links > li {
  color: #fff;
  list-style: none;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.2em;
}

ul.quick-links > li > a:link,
ul.quick-links > li > a:visited {
  text-decoration: none;
  background: #011936;
  display: inline-block;
  padding: 0.5em;
  color: inherit;
}

ul.quick-links > li > a:hover {
  color: #fff;
  background: #072e5d;
}

div.content {
  padding-bottom: 3em;
  padding-top: 3em;
  background: #fff;
  display: grid;
}

div.content h3 {
  padding-bottom: 1em;
  font-size: 1.2em;
}

ul.hero-links > li {
  margin-bottom: 1em;
  box-shadow: 0 5px 5px hsl(0deg 0% 0% / 0.125);
  border: 1px solid #000;
  margin-bottom: 1em;
  padding: 1em;
}

ul.hero-links > li > a {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
}

footer.main {
  border-top: 1px solid #000;
  padding: 1em 0;
  display: grid;
  height: 100%;
  color: #fff;
}

@media only screen and (min-width: 959px) {
    div.container {
        width: 940px;
    }

    div.container.container-centered {
    justify-self: center;
  }

  nav.main ul > li {
    display: inline-block;
  }

  nav.main ul > li > a:link,
  nav.main ul > li > a:visited {
    padding: 1em 0.5em;
  }

  nav.main ul > li > a:hover {
    border-bottom: 1px solid #000;
  }
}

@media only screen and (max-width: 958px) {
  div.container {
    margin: 0 1em;
  }

  nav.main {
    min-height: 60px;
  }

  nav.main ul > li > a:link,
  nav.main ul > li > a:visited {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

    header.hero {
      padding-bottom: 2em;
    }

    header.hero h1 {
    font-size: 2.5em;
    line-height: 0.8em;
  }

  header.hero h2 {
    font-size: 1.5em;
  }

  div.content {
    padding-bottom: 1em;
    padding-top: 1em;
  }

  ul.quick-links > li {
    font-size: 1em;
  }
}
