// headers h1 { font-size: rem(48); line-height: rem(56); } h2 { font-size: rem(44); line-height: rem(53); } h3 { font-size: rem(32); line-height: rem(38); } h4 { font-size: rem(24); line-height: rem(30); } h5 { font-size: rem(22); line-height: rem(26); } h6 { font-size: rem(20); line-height: rem(24); } // content #content { margin-top: 193px; &:before { height: 166px; top: 89px; // padding-top: 100px; } .container { margin-top: -30px; } } // footer #footer { &.footer-container { } }