
.social-bar a {
	
	font-size: 2rem;
	display: inline-block;
	
	

}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	transition: all .5s;
}

.icon-facebook2 {
	background: blue;
}

.icon-instagram {
	background: #339DC5;
}

.icon-youtube {
	background: #E83028;
}
.icon:hover{
	background: transparent;
	font-size: 1.8rem;
}


@media screen and (max-width:390px)  {
	.icon {
		display: inline-block;
		font-size:15px;		
	}
	.icon:hover{
		font-size: 13px;
	}

}
@media screen and (max-width:480px) and (min-width: 391px){
	.icon {
		display: inline-block;
		font-size:17px;		
	}
	.icon:hover{
		font-size: 15px;
	}
}
@media screen and (max-width:760px) and (min-width: 481px){
		.icon {
		display: inline-block;
		font-size:19px;		
	}
	.icon:hover{
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 761px){
	
}