#foot footer {
  background-color: rgba(255,255,255,0.05);
  text-align: center;
  padding: 25px;
  margin-top: 50px;
}

footer li a:hover {
  color: #eb5535;
}

footer li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-right: 12px;
}

footer span {
  font-size: 12px;
  color: #fff;
}

