﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 40px;*/
  background-color: #101010;
  /*padding: 10px 0;*/
  padding: 10px 0 0 0;
}

.footer a,
.footer li {
    color: #9d9d9d; 
}

.footer a:hover,
.footer a:focus {
    color: #FFFFFF; 
}
