/* Simple, no-nonsense styling. One file, no framework. */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #242424;
  background: #fff;
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 22px;
}

header.site {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.2em;
}

header.site .wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.site-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #1a1a1a;
  text-decoration: none;
}

nav a {
  margin-left: 1.2em;
  font-size: 0.95em;
}

a {
  color: #0b5cad;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #084a8c;
}

header.site a.site-name:hover {
  color: #1a1a1a;
}

nav a {
  text-decoration: none;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 0.4em 0;
  color: #1a1a1a;
  font-weight: bold;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35em;
  margin: 1.8em 0 0.5em 0;
  color: #1a1a1a;
}

h3 {
  font-size: 1.05em;
  margin: 1.4em 0 0.3em 0;
  color: #1a1a1a;
}

p {
  margin: 0 0 1em 0;
}

.sub {
  color: #666;
  font-size: 1.05em;
  margin-top: -0.2em;
}

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2em 0;
}

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

ul.work li {
  margin-bottom: 1.3em;
}

ul.work a.title {
  font-weight: bold;
  font-size: 1.05em;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}

ul.work a.title:hover {
  border-bottom-color: #1a1a1a;
}

ul.work p {
  margin: 0.25em 0 0 0;
  color: #444;
}

.meta {
  color: #777;
  font-size: 0.9em;
}

.job {
  margin-bottom: 1.4em;
}

.job .role {
  font-weight: bold;
}

.job .when {
  color: #777;
  font-size: 0.9em;
}

figure {
  margin: 1.6em 0;
}

figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
}

figcaption {
  font-size: 0.85em;
  color: #777;
  margin-top: 0.4em;
}

footer.site {
  border-top: 1px solid #e5e5e5;
  margin-top: 3em;
  padding: 1.2em 0 2.5em 0;
  font-size: 0.9em;
  color: #777;
}

footer.site a {
  color: #555;
  margin-right: 1.1em;
}

.back {
  display: inline-block;
  margin-bottom: 1.2em;
  font-size: 0.95em;
  text-decoration: none;
}

.back:hover {
  text-decoration: underline;
}
