/* NYCAC recovered site — styling echoes the original iWeb "White" theme:
   blue paper-tile background, centered white content column, serif type. */

:root {
  --ink: #1a1a1a;
  --muted: #5a5a5a;
  --link: #1a4a8a;
  --rule: #d9d9d9;
  --page: #ffffff;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 32px 16px 64px;
  background-color: #3a5a80;
  background-image: url("media/tile_paper_blue.jpg");
  background-repeat: repeat;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  line-height: 1.5;
}

.page {
  max-width: 720px;
  margin: 0 auto;
  background: var(--page);
  padding: 40px 48px 48px;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.28);
}

/* Navigation */
nav {
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
nav a {
  color: var(--link);
  text-decoration: none;
  margin: 0 10px;
}
nav a:hover { text-decoration: underline; }
nav a.current { color: var(--ink); font-weight: bold; }

/* Banner logo (home) */
.banner { text-align: center; margin-bottom: 8px; }
.banner img { max-width: 100%; height: auto; }

h1 {
  font-size: 1.7rem;
  line-height: 1.25;
  text-align: center;
  margin: 0.2em 0 0.1em;
  font-weight: normal;
}
.honoring {
  text-align: center;
  font-style: italic;
  color: var(--muted);
  margin: 0 0 1.6em;
}

/* Sub-page header block */
.subhead {
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 1.8em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid var(--rule);
}
.subhead .title { font-size: 1.15rem; color: var(--ink); font-style: normal; }

h2 {
  font-size: 1.15rem;
  margin: 1.6em 0 0.5em;
  font-weight: bold;
}

a { color: var(--link); }

ul.people { list-style: none; padding: 0; margin: 0.3em 0 1em; }
ul.people li { padding: 2px 0; }
.affil { color: var(--muted); }

.links-row {
  text-align: center;
  margin: 1.8em 0;
  font-size: 1.05rem;
}
.links-row a { margin: 0 12px; }

.sponsor { text-align: center; margin: 2em 0 1em; }
.sponsor img { max-width: 200px; height: auto; }

.new-flag { color: #b00; font-weight: bold; }

.date {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 2.4em;
  padding-top: 1.2em;
  border-top: 1px solid var(--rule);
}

figure { margin: 1.4em 0; text-align: center; }
figure img { max-width: 100%; height: auto; border: 1px solid var(--rule); }
figcaption { color: var(--muted); font-size: 0.9rem; font-style: italic; margin-top: 0.5em; }

.photos { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.photos figure { margin: 0.6em 0; flex: 1 1 280px; }

/* Program schedule */
.schedule { width: 100%; border-collapse: collapse; margin: 1em 0; }
.schedule td { padding: 8px 10px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.schedule .time { white-space: nowrap; color: var(--muted); width: 130px; font-size: 0.9rem; }
.schedule .talk { font-weight: bold; }
.schedule .speaker { color: var(--muted); font-size: 0.92rem; }
.schedule .break td { background: #f4f6f9; font-style: italic; color: var(--muted); text-align: center; }

.back { text-align: center; margin-top: 2em; }

@media (max-width: 560px) {
  .page { padding: 28px 20px 32px; }
  h1 { font-size: 1.4rem; }
}
