/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
}
.footer {
  position:fixed;
  z-index:100;
  bottom: 0;
  padding: 5px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-image: linear-gradient(to top, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  background-color: #222;
  border-color: #080808;
}


