﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 5px;
  width: 1280px;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
  margin-left:-640px;
  left:50%;
}
.footer-text {
  margin: 10px 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
