/* News page */

/* Outside-of-card headers */
.section-header {
  font-family: 'IM Fell English SC', serif;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  color: var(--spellbound-purple-mystic);
  margin: 1.25rem 0 0.5rem;
  letter-spacing: 0.5px;
  scroll-margin-top: 90px;
}

/* Section cards */
.section-card {
  background-color: rgba(244, 239, 255, 0.65);
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.section-sub {
  font-style: italic;
  color: #4b3a70;
  margin: 0 0 .5rem;
}

.uc {
  display: inline-block;
  background: rgba(189,160,255,.25);
  border:1px solid rgba(189,160,255,.55);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  color: #2c1b47;
}