// Header Use Only header{ width: 725px; margin: 0 auto; color: $white; height: 102px; .logo{ float: left; padding: 20px; text-align: right; h6{ padding-bottom: 8px; @include text-style($white, 9pt, 300, $roboto) } } .page-head{ float: right; background-color: $white; color: $dark-blue; width: 550px; padding: 7px 15px; border-bottom: 2px solid $dark-blue; h1{ @include text-style($dark-blue, 56pt, 400, $oswald); float: left; line-height: 86px; } .small-head{ float: right; margin-top: 7px; h3{ @include text-style($dark-blue, 24pt, 400, $oswald); line-height: 33px; } } } }