.twitter , .facebook, .linkedin,
.youtube, .instagram , .github{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px, 0px;
	background-color: transparent; 
	display: inline-block; 
	height: 21px; 
	width: 21px;
	float: right;
	width: 23px
}

.twitter {
	background-image: url("../img/social_logos/twitter.png");
}

.linkedin {
	background-image: url("../img/social_logos/linkedin.png");
}

.facebook {
	background-image: url("../img/social_logos/facebook.jpg");
}

.github {
	background-image: url("../img/social_logos/github.png");
}
.instagram {
	background-image: url("../img/social_logos/instagram.jpg");
}

.youtube {
	background-image: url("../img/social_logos/youtube.png");
}