﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;padding-top: 10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  line-height: 20px; /* Vertically center the text there */
  background-color: #000; font-size: 12px;color: #fff;
}




/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

