/* Footer social icons */
footer .text-muted {
  color: #b7bec7 !important;
}

footer a i {
  transition: 0.3s;
}

footer a:hover i {
  transform: scale(1.2);
}

/* Platform colors on hover */
footer a:hover .fa-youtube { color: #ff0000; }
footer a:hover .fa-instagram { color: #e1306c; }
footer a:hover .fa-spotify { color: #1db954; }
footer a:hover .fa-soundcloud { color: #ff5500; }

.footer-devk-logo {
  max-height: 20px;
  width: auto;
  height: auto;
}

.footer-devk-link {
  text-decoration: none !important;
  font-weight: 700;
}
