/* Homepage-specific layout tweaks */

section:first-of-type p:first-of-type::first-letter {
  -webkit-initial-letter: 2;
  initial-letter: 2;
  font-size: 36pt;
  line-height: 0.5;
  margin-right: 3px;
}

/* Margin headings on wide-enough screens (homepage sections) */
@media (min-width: 110ch) {
  main h2#News,
  main h2#posts,
  main h2#Software,
  main h2#Publications {
    float: left;
    margin-left: -22ch;
    width: 18ch;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.35;
    clear: both;
  }

  main h2#News + *,
  main h2#posts + *,
  main h2#Software + *,
  main h2#Publications + * {
    margin-top: 0;
  }
}
