Hi,
Is the H3 heading supposed to be smaller than the h4 heading? From style.css:
h1 { font-size: 3.6em; letter-spacing: -0.03em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.0em; text-transform: uppercase; }
h4 { font: italic 1.2em Georgia, "Times New Roman", Times, serif; color: #888; }
I tweaked h3 in custom.css, but this seems odd.
not resolved