.footer {
  background: #111;
  color: #ccc;
  padding: 40px 20px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
  height: 50px;
  margin-bottom: 20px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  color: #ccc;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  color: #004e92;
}

.footer-social a {
  color: #ccc;
  margin: 0 10px;
  font-size: 20px;
}

.footer-social a:hover {
  color: #004e92;
}

.footer-copy {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
