/*=============================+
| SOCIAL MEDIA ICONS COMPONENT |
+=============================*/
.social-icon {
	font-size: 4rem;
	margin: 10px 20px;
	transition: all 0.2s;
}

.social-icon:hover {
	transform: scale(1.05);
}