
/* === ELR: slightly smaller title on THIS PAGE only === */
.header-title-elr,
.page-title,
h1.header-title,
h1.page-title {
  font-size: 58px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .header-title-elr,
  .page-title,
  h1.header-title,
  h1.page-title {
    font-size: 38px !important;
  }
}
