// headers h1 { font-size: rem(40); line-height: rem(46); } h2 { font-size: rem(34); line-height: rem(41); } h3 { font-size: rem(28); line-height: rem(36); } h4 { font-size: rem(22); line-height: rem(28); } h5 { font-size: rem(20); line-height: rem(26); } h6 { font-size: rem(18); line-height: rem(24); } .bg-brain-image { min-height: 100vh; } // content #content { padding-top: 173px; margin-top: 130px; margin-bottom: 0px; &:before { height: 134px; top: -1px; // padding-top: 100px; } .container { margin-top: 0px; } } // footer #footer { &.footer-container { background-size: 408px 408px; background-position: bottom -240px center; padding-top: 20px; padding-bottom: 122px; } }