// $navbar-default-bg: #312312; // $light-orange: ff8c00; // $navbar-default-color: $light-orange;
@import “font-awesome”; @import “bootstrap”;
/* Sticky footer styles ————————————————– */ html {
position: relative; min-height: 100%;
} body {
/* Margin bottom by footer height */ margin-bottom: 60px;
} .footer {
position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */
}
/* Custom page CSS ————————————————– */ /* Not required for template or sticky footer method. */
body > .container {
padding: 40px 15px 0;
}
.footer > .container {
padding-right: 15px; padding-left: 15px;
}
// Fixes bootstrap nav-brand container overlap @include media-breakpoint-down(xs) {
.container { margin-left: 0; margin-right: 0; }
}
// Masquerade alert shouldn't have a bottom margin body > .alert {
margin-bottom: 0;
}