/* Style all font awesome icons */
.fa {
	line-height: 100px;
    font-size: 50px;
    width: 100px;
	height: 100px;
    text-align: center;
    text-decoration: none;
	display: inline-block;
}

/* Add a hover effect if you want */
.fa:hover, .fa:active, .fa:visited{
    opacity: 0.7;
	text-decoration: none;
}

/* Set a specific color for each brand */

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

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}