/* --------------------------------------------------
   HEADER CLEANUP
-------------------------------------------------- */

/* Hide Minima’s built‑in top-right nav links only */
.site-header .page-link {
  display: none !important;
}

/* --------------------------------------------------
   TOP NAVIGATION
-------------------------------------------------- */

.site-nav {
  text-align: center;
  margin-top: 1.75rem;   /* space below "Public Writing" */
  margin-bottom: 1.5rem;
}

.site-nav a {
  text-decoration: none;
  color: #444;
  font-size: 0.95em;
  margin: 0 0.5rem;
}

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

/* Even spacing + clean pipes */
.site-nav a {
  margin: 0 0.7rem;   /* ← adjust THIS for overall spacing */
}

.site-nav a:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 0.7rem; /* ← adjust THIS for pipe spacing */
  color: #888;
}



/* --------------------------------------------------
   STORY CONTENT
-------------------------------------------------- */

.story-info {
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.3;
}

.story-content img {
  max-width: 100%;
  width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}

.story-content .caption {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  color: #555;
  margin-bottom: 1.5em;
}

/* --------------------------------------------------
   FOOTER NAV
-------------------------------------------------- */

.footer-nav {
  text-align: center;
  margin: 2rem 0 1rem;
}

.footer-nav a {
  margin: 0 1rem;
  text-decoration: none;
  color: #444;
  font-size: 0.95em;
}

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

/* --------------------------------------------------
   OPTIONAL: Sticky footer (remove if not wanted)
-------------------------------------------------- */

.site-footer {
  position: static;
}

