.fa-facebook {
	padding: 10px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
   
  background: #3B5998;
  color: white;
  
}
.fa-facebook:hover{
	color: #3B5998;
	background: white;
	transition-duration: 2s;
  
}

.fa-twitter {
	padding: 10px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #55ACEE;
  color: white;
}

.fa-twitter:hover{
	color: #55ACEE;
	background: white;
	transition-duration: 2s;
  
}

.fa-instagram {
	padding: 10px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #125688;
  color: white;
}
.fa-instagram:hover{
	color: #125688;
	background: white;
	transition-duration: 2s;
  
}

.fa-google {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #007bb5;
  color: white;
}

.fa-youtube {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #bb0000;
  color: white;
}


.fa-pinterest {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #00aff0;
  color: white;
}

.fa-android {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #a4c639;
  color: white;
}

.fa-dribbble {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
	padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5%;
  
  background: #ff6600;
  color: white;
}