#footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer .media a {
	margin: 0 5px;
  max-width: 30px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

#footer .logo {
  max-width: 168px;
}

@media (max-width: 992px) {
  #footer-text {
    font-size: 15px;
  }
  #follow-et-cetera {
    font-size: 1.4rem;
  }
  #footer {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.instagram:hover {
  color: #E1306C !important;
}
.youtube:hover {
  color: #FF0000 !important;
}
.facebook:hover {
  color: #3B5998 !important;
}
.email:hover {
  color: red !important;
}