/* Sticky footer.css
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  /*line-height: 60px; /* Vertically center the text there */
  background-color: #871A13;
  color: #FFFFFF !important;
}
.footer a {
	color: #FFFFFF !important;
}