/* 
============================
  FOOTER
============================ 
*/

.footer {
  color: #f5f5f5;
  padding: 3rem 1rem;
  font-size: 0.95rem;
}

.footer h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer p {
  font-size: 0.9rem;
  color: #cccccc;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 0.5rem;
}

.footer a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #00bfff;
}

.footer .social-icons a {
  margin-right: 0.75rem;
  color: #f5f5f5;
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer .social-icons a:hover {
  color: #00bfff;
  transform: scale(1.1);
}

.footer .text-muted {
  color: #888;
}
