/* Style all font awesome icons */
.fa {
    padding: 2px;
    font-size: 25px;
    width: 25x;
    text-align: center;
    text-decoration: none;
    float: none;
    /*border-radius: 25%;*/
}

.fa:hover {
    opacity: 0.7;
}

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

.fa-youtube-square {
  /*background: #bb0000;*/
  /*color: #bb0000;*/
  color: white;
}

@media (min-width: 770px) {
  /* This part is only read by viewports wider than 1200 pixels */
  
  .fa {
    padding: 2px;
    font-size: 25px;
    width: 25x;
    text-align: center;
    text-decoration: none;
    float: right;
    /*border-radius: 25%;*/
  }
    
  
}