/* Across the PONs — site styles
   ------------------------------------------------------------------
   Palette:
   #1d4e6f  deep blue   — section headings, page titles
   #2c5f8a  mid blue    — accents, borders, links
   #4a7fa5  light blue  — subheadings
   #e8b968  warm gold   — banner title, navbar brand (on dark)
   #f8f9fa  light grey  — card and table row backgrounds
   ------------------------------------------------------------------ */


/* ---- Headings and links --------------------------------------------- */

h2, .h2 {
  color: #1d4e6f;
  border-bottom: 2px solid #dbe4ec;
  padding-bottom: 0.35rem;
}

h3, .h3 {
  color: #4a7fa5;
}

h4, .h4 {
  color: #2c5f8a;
}

.quarto-title h1.title {
  color: #1d4e6f;
}

a {
  color: #2c5f8a;
}

a:hover {
  color: #1d4e6f;
}

.navbar-brand {
  color: #e8b968 !important;
}

/* Lux renders strong too lightly to read as emphasis */
.quarto-container strong,
.quarto-container b,
p strong,
li strong {
  font-weight: 800 !important;
}


/* ---- Landing page ---------------------------------------------------- */

/* Opening statement */
.lead-text {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 2rem 0 2.5rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid #2c5f8a;
}

/* Navigation cards */
.grid h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

.grid h3 a {
  text-decoration: none;
}

.grid h3 a:hover {
  text-decoration: underline;
}

/* Banner */
.quarto-title-block .quarto-title-banner {
  min-height: 340px;
  display: flex;
  align-items: center;
}

/* Keep banner text legible over a photographic background */
.quarto-title-banner h1.title,
.quarto-title-banner .subtitle {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.quarto-title-banner h1.title {
  color: #e8b968;
}


/* ---- About page ------------------------------------------------------ */

.timeline {
  border-left: 3px solid #2c5f8a;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}

.timeline p {
  margin-bottom: 1.1rem;
}


/* ---- People page ----------------------------------------------------- */

.person-card {
  background: #f8f9fa;
  border-left: 4px solid #2c5f8a;
  padding: 1.1rem 1.25rem;
  height: 100%;
}

.person-name {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.person-title {
  display: block;
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.35;
}

.person-inst {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.35;
}


/* ---- Tables ---------------------------------------------------------- */

table {
  width: 100%;
  font-size: 0.95rem;
  border-collapse: collapse;
}

table thead th {
  border-bottom: 2px solid #2c5f8a;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

table td {
  padding: 0.5rem 0.75rem;
}
