/* sticky footers */
.footer
{
  position: fixed;
  bottom: 0;
  background-color: #3b4045;
  color: white;
  opacity: 0.9;
}
