/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

body {
  background: #fff;
  box-sizing: border-box;
  color: #333;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  letter-spacing: .005em;
  line-height: 1.5;
}

body * {
  box-sizing: inherit;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: auto;
  -webkit-clip-path: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Begin */

body {
  padding: 1em;
}

a {
  --nav-link-color: #d00404;
  --nav-link-visited-color: maroon;
  color: var(--nav-link-color);
  text-decoration: none;
}

a:link {
  color: var(--nav-link-color);
  text-decoration: overline;
}

a:active,
a:visited {
  color: var(--nav-link-visited-color);
  text-decoration: none;
}

h1 a:link {
  text-decoration: none;
  color: inherit;
}

nav a + a {
  margin-left: .5em;
}

nav a:visited {
  color: var(--nav-link-color);
}

header,
main,
footer {
  margin: 0 auto 3em;
  max-width: 800px;
}

main {
}

.footnotes,
blockquote,
footer {
  font-size: .85em;
}

blockquote {
  border-left: 1px solid #ddd;
  margin-left: 1em;
  padding-left: 1em;
}

.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.unstyled-list h2,
.tags-list + * {
  margin-top: 3em;
}

.works-cited-list {
  font-style: italic;
}

main a:link,
.unstyled-list a:link {
  text-decoration: underline;
}

tr,
td,
th,
table {
  border-collapse: collapse;
  border: 1px solid #333;
}

tr,
td,
th {
  padding: .5em;
}

details .title {
  display: inline;
}

.footnotes {
  margin-top: 3em;
}

.footnotes::before {
  border-top: 1px solid #000;
  content: "\0020";
  display: block;
  font-weight: bold;
  width: 61.8%;
}

div.highlight {
  margin-bottom: 1em;
}

.highlight > pre {
  padding: .25em .5em;
}

@media (max-width: 600px) {
  nav {
    display: flex;
  }

  footer a,
  nav a {
    flex-grow: 1;
    font-size: 18px;
  }

  blockquote {
    margin: 0;
  }
}
