/* ponytail: hand-written minimal CSS, in the spirit of the inspo sites */
body {
  max-width: 42rem;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
  color: #1a1a1a;
  background: #fffdf7;
}
header { display: flex; justify-content: space-between; align-items: baseline; }
h1 { font-size: 1.4rem; }
h1 a, nav a { color: inherit; }
h3 { margin-bottom: 0.2rem; }
ul.gigs { list-style: none; padding-left: 0; }
ul.gigs li { margin-bottom: 0.4rem; }
li.pick { background: #fff3b0; padding: 0.2rem 0.4rem; }
.intro { font-style: italic; }
.comment { color: #555; font-style: italic; }
footer { margin-top: 3rem; font-size: 0.8rem; color: #777; }
.links { font-size: 0.85rem; }
.links a { color: #1d6fa5; }
