#footer { // #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground); background-color: @red; border-top: 1px solid mix(@red, @red-dark, 50%); a { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.25); &:hover { color: #fff; } } .container { padding-top: 40px; } color: mix(@red, #fff, 35%); text-shadow: 0 -1px 0 rgba(0,0,0,.25); .project { margin-top: 10px; } } // Sticky Footer Styles // -------------------- @footer-height: 165px; @footer-margin: 60px; html, body { height: 100%; } #wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -(@footer-height); padding: 0 0 (@footer-height + @footer-margin); } #footer { height: @footer-height; }