@charset "utf-8"; /* CSS Document */ /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 150px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: auto; margin-top: 40px; background-color: #f5f5f5; } .footercontainer { width: auto; max-width: 680px; padding: 0 15px; } .footercontainer .text-muted { margin: 20px 0; }