/* Generic stuff */
.fontawesome {
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;
}

 /* Style all font awesome icons */
.fa {
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
}
 
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  /*background: #4178A0;*/
  color: #DB3427;
  margin-top: 10%;
  text-shadow: 1px 1px 3px ; 
} 

/* Snapchat */
.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
