﻿/*

FILENAME: footer.less

This file contains definitions for the site's footer.

*/
footer {
  background-color: #292a2e;
  color: #ffffff;
  width: 100%;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #3a84db;
}
.footer-fix {
  position: absolute;
  bottom: 0;
}
