#Footer {
  /* Set the fixed height of the footer here */
  position: relative;
  min-height: 500px;
  background-color: #edf1f0;
  padding: 50px 15px;
  z-index: 99999;
}

#Footer h4 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #717171;
}

#Footer ul li {
  line-height: 1.8em;
}

#Footer ul li a,
#Footer ul li a:hover,
#Footer ul li a:visited {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #999;
}
