.social-media-links-wrapper { 
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.footer-social-media-links .social-media-links-wrapper {
	justify-content: center;
}

.footer-bottom-bar .social-media-links-wrapper {
	justify-content: flex-start !important;
}

.slide-in-menu .social-media-links-wrapper {
	justify-content: center;
}

.social-media-links-wrapper .social-media-link {
	color: white !important;
	font-size: 2rem;
	margin: 0 0.5rem;
	cursor: pointer;
	transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer-social-media-links .social-media-links-wrapper .social-media-link {
	color: white !important;
}

.social-media-links-wrapper .social-media-link:hover {
	transform: scale(1.1);
}