.socialText {
	height: 40px;
	display: flex;
}

.socialText i{
	font-size: 40px;
	transition: all 0.3s linear;
}
.socialText span{
	align-self: center;
	font-size: 20px;
	padding-left: 10px;
	transition: all 0.3s linear;
}

.socialText:hover span{
	color: #343434;
	transition: all 0.3s linear;
}
.socialText:hover i.fa-facebook-square, #footer .footer-socials i.fa-facebook:hover{
	color: #3b5998;
	transition: all 0.3s linear;
}
.socialText:hover i.fa-twitter-square, #footer .footer-socials i.fa-twitter:hover{
	color: #55acee;
	transition: all 0.3s linear;
}
.socialText:hover i.fa-instagram, #footer .footer-socials i.fa-instagram:hover{
	color: #F12f76;
	transition: all 0.3s linear;
}
#footer .footer-socials i {
	font-size: 30px;
	margin: 10px 40px 40px;
	transition: all 0.3s linear;
}
