/* accidental sysadmin - bare-bones stylesheet */

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
  color: #222;
  background: #fdfdfa;
  max-width: 38em;
  margin: 2em auto;
  padding: 0 1em;
}

header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

header h1 {
  font-size: 1.6em;
  margin: 0 0 0.2em 0;
  font-weight: normal;
  letter-spacing: -0.01em;
}

.tagline {
  margin: 0;
  font-style: italic;
  color: #666;
  font-size: 0.95em;
}

nav {
  margin-bottom: 2em;
  font-size: 0.9em;
  color: #666;
}

nav a {
  color: #444;
  text-decoration: none;
  margin-right: 1em;
  border-bottom: 1px dotted #888;
}

nav a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

main {
  margin-bottom: 3em;
}

main section {
  margin-bottom: 2.5em;
}

main h2 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #111;
}

main p {
  margin: 0 0 1em 0;
}

main a {
  color: #2255aa;
  text-decoration: underline;
}

main a:hover {
  color: #000;
}

.empty {
  color: #888;
  font-style: italic;
}

footer {
  border-top: 1px solid #ccc;
  padding-top: 0.8em;
  font-size: 0.85em;
  color: #888;
}

footer p {
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  body {
    font-size: 16px;
    margin: 1em auto;
  }
  header h1 {
    font-size: 1.4em;
  }
}
