/* Lindsey Snell | Journalist - static rebuild (original: Retina theme by WPAisle) */

:root {
  --text: #333;
  --muted: #777;
  --accent: #222;
  --link: #222;
  --rule: #ddd;
}

* { box-sizing: border-box; }

html { font-size: 16px; }

body {
  margin: 0;
  padding: 0 1.5rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: color .15s ease;
}
a:hover { color: #999; }

.site-header {
  max-width: 46rem;
  margin: 0 auto;
  padding: 3.5rem 0 1.25rem;
  text-align: center;
}

.site-title {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: .02em;
  text-transform: none;
}
.site-title a { color: var(--accent); }

.site-tagline {
  margin: .25rem 0 0;
  font-size: .95rem;
  color: var(--muted);
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.main-nav {
  max-width: 46rem;
  margin: 0 auto 1rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.main-nav li + li { border-left: 1px solid var(--rule); }

.main-nav a {
  display: block;
  padding: .7rem 1.6rem;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.main-nav a:hover,
.main-nav a.active { color: var(--accent); }

.content {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}

/* Home */
.intro {
  text-align: center;
  padding-top: 1.5rem;
}
.intro hr {
  border: 0;
  border-top: 1px solid var(--rule);
  width: 6rem;
  margin: 0 auto 2rem;
}
.intro p {
  margin: 0 0 1rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.6;
}

/* Work pages */
.page-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 2.5rem;
}

.work-item {
  margin: 0 0 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #f0f0f0;
}
.work-item:last-child { border-bottom: 0; }
.work-item p { margin: 0; }
.work-item em {
  color: var(--muted);
  font-size: .92rem;
}

.site-footer {
  max-width: 46rem;
  margin: 0 auto;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid var(--rule);
  text-align: center;
  font-size: .8rem;
  color: var(--muted);
}
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--accent); }

@media (max-width: 640px) {
  .site-header { padding-top: 2.25rem; }
  .site-title { font-size: 1.9rem; }
  .main-nav a { padding: .65rem .9rem; font-size: .78rem; }
  .intro p { font-size: 1.15rem; }
}

.src-url{display:block;font-size:.8em;color:#666;margin-top:.15em;word-break:break-all;}
.src-url a{color:#666;}
