/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }

body {
  background-color: #fff;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  max-width: none;
}

/* Typography */
h1 { font-size: 1.4em; margin-top: 1.5em; margin-bottom: 0.5em; color: #222; }
h2, h3, h4, h5, h6 { font-size: 1.2em; margin-top: 1em; margin-bottom: 0.5em; color: #222; }
p { margin: 0.7em 0; }

a { color: #1a6fb5; text-decoration: none; }
a:hover { color: #0d4f84; text-decoration: underline; }
a:visited { color: #6b5b95; }

/* code, pre { font-family: 'Inconsolata', 'SF Mono', 'Menlo', 'Consolas', monospace; }
pre {
  white-space: pre-wrap; border: 1px solid #e0e0e0; background-color: #fafafa;
  padding: 1em 1.2em; border-radius: 6px; overflow-x: auto;
  margin: 1em 0; font-size: 0.9em; line-height: 1.5;
}
code {
  border: 1px solid #e0e0e0; background-color: #f5f5f5;
  font-size: 0.88em; padding: 0.15em 0.35em; border-radius: 4px;
}
pre code { border: none; padding: 0; background: none; font-size: inherit; } */

/* Layout */
div#outer { max-width: 850px; margin: 0 auto; padding: 0 1.5em; }

.site {
  font-size: 1em;
  text-align: left;
  margin: 2em auto;
  line-height: 1.65;
}

/* Nav */
.title {
  font-weight: bold;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #bbb;
}
.title a.name {
  display: block;
  color: #222;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.title a.name:hover { color: #1a6fb5; }
.nav-links { display: block; }
.title a.nav {
  color: #444;
  text-decoration: none;
  margin-right: 1.4em;
  font-size: 1.4em;
  font-weight: bold;
}
.title a.nav:hover { color: #1a6fb5; }
.title a.nav:visited { color: #444; }

/* Lists */
ul, ol { margin-left: 1em; }
li { margin-bottom: 0.2em; }
li p { margin: 0.2em 0; }

/* Footer */
.footer {
  margin-top: 3.5em;
  padding-top: 0.8em;
  padding-bottom: 2em;
  border-top: 1px solid #bbb;
}
