

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 /*#bhsshuffle{
	color: red;
} */
 /* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-linkedin {
  /*background: #3B5998;*/
  color: black;
}

/* Twitter */
.fa-twitter {
  /*background: #55ACEE;*/
  color: black;
} 
.fa-youtube {
  /*background: #55ACEE;*/
  color: black;
} 
.fa-xing {
  /*background: #55ACEE;*/
  color: black;
} 
.fa-envelope {
  /*background: #55ACEE;*/
  color: black;
} 













