line-height: 0; }
h1 {
- font-size: 2.6875rem; }
+ font-size: 2.5625rem; }
h2 {
- font-size: 2.6875rem; }
+ font-size: 2.4375rem; }
h3 {
font-size: 1.6875rem; }
font-weight: bold;
letter-spacing: 0.05em;
color: #0568b3; }
+ @media only screen and (max-width: 40em) {
+ main.page-inside #content-wrapper #main-content h1 {
+ font-size: 2.4375rem; } }
main.page-inside #content-wrapper #main-content h2 {
font-size: 1.5rem;
letter-spacing: 0.1em;
color: #f5822a; }
+ @media only screen and (max-width: 40em) {
+ main.page-inside #content-wrapper #main-content h2 {
+ font-size: 1.375rem; } }
h2#block-title {
text-transform: uppercase;
$h6-font-size: rem-calc(22);
// We use these to control header size reduction on small screens
-$h1-font-reduction: rem-calc(9);
-$h2-font-reduction: rem-calc(5);
+$h1-font-reduction: rem-calc(11);
+$h2-font-reduction: rem-calc(9);
$h3-font-reduction: rem-calc(5);
$h4-font-reduction: rem-calc(2);
$h5-font-reduction: rem-calc(2);