// Footer Use Only .footer-outer{ background-color: $white; width: 100%; border-top: 2px solid $blue; &.web{ box-shadow: 0px 3px 4px 0px #3a3838; margin-bottom: 7px; } } .footer{ @include text-style($blue, 8pt, 400, $oswald); padding: 5px 0; width: 725px; margin: 0 auto; .foot-note{ float: left; } .powred{ float: right; @include text-style($blue, 8pt, 400, $roboto); margin-top: 1px; a{ color: $blue; } } }