/*---------------------------------------------------------------*/
/*---------------------- socials.css ----------------------------*/
/*---------------------------------------------------------------*/
.socials {
	display: flex;
	justify-content: space-between;
}

.socials a {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.youtube {
	background-image: url('../../images/socials/round_youtube.svg');
}

.linkedin {
	background-image: url('../../images/socials/round_linkedin.svg');
}

.instagram {
	background-image: url('../../images/socials/round_instagram.svg');
}

.facebook {
	background-image: url('../../images/socials/round_facebook.svg');
}

.twitter {
	background-image: url('../../images/socials/round_twitter.svg');
}