/* Force About Me header to white */
h1.f1.athelas {
  color: #fff !important;
}
/* Nuclear fix: force all headings to white */
h1, h2, h3, h4, h5, h6 {
  color: #fff !important;
}
/* Force all text in .site-header and .hero to white, maximum specificity */
header.site-header *, .hero *, .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  color: #fff !important;
}
/* Header/nav + hero background = logo navy */
header, header.site-header, .hero, .bg-near-black, .bg-black, .bg-black-90 {
  background-color: #0A1A36 !important;
}

/* Header/nav + hero text = white */
header, header * , .hero, .hero * {
  color: #ffffff !important;
}

/* Logo sizing */
img.site-logo, .site-logo img, header img {
  max-height: 64px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Content headings inside page body = dark */
main h1, main h2, main h3, main h4, main h5, main h6 {
  color: #222222 !important;
}

/* Nav link hover = red from logo */
.site-nav a:hover, header .site-nav a:hover {
  color: #bf0a30 !important;
  text-decoration: underline !important;
}

/* Body background */
body { background: #f7f7f7 !important; color: #222222 !important; }
/* Any dark hero/header background gets white text */
.bg-near-black, .bg-black, .bg-black-90,
.bg-near-black *, .bg-black *, .bg-black-90 *,
header.bg-near-black *, header.bg-black *, header.bg-black-90 * {
  color: #ffffff !important;
}

/* Ensure all hero and site-header headings are white */
header.site-header h1, header.site-header h2, header.site-header h3, header.site-header h4, header.site-header h5, header.site-header h6,
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  color: #fff !important;
}
