/*html, */



/* Sticky footer styles
-------------------------------------------------- */
html.bootstrap-sticky {
  position: relative;
  min-height: 100%;
}
html.bootstrap-sticky body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.bootstrap-sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


  
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    .bootstrap-sticky-footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


