/* FOOTER STYLES */
footer {
  background: #141414;
  color: #999;
  text-align: center;
  padding: 25px 10px;
  margin-top: 60px;
}

footer .footer-links {
  margin-bottom: 12px;
}

footer .footer-links a {
  margin: 0 12px;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  transition: color 0.2s ease;
}
footer .footer-links a:hover {
  color: #fff;
}

footer p {
  font-size: 13px;
  margin: 0;
  color: #666;
}
