@charset "utf-8";
/* CSS Document */

.socials {
	margin-top: 20px;
}
.fa {
    padding: 10px!important;
    font-size: 30px!important;
    width: 50px!important;
    text-align: center!important;
    text-decoration: none!important;
    margin-top: 15px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50px;
    margin-bottom: 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white!important;
}

.fa-twitter {
  background: #55ACEE;
  color: white!important;
}

.fa-google {
  background: #dd4b39;
  color: white!important;
}

.fa-youtube {
  background: #bb0000;
  color: white!important;
}
.fa-bandcamp {
  background: #1da0c3;
  color: white!important;
}

.fa-instagram {
  background: #125688;
  color: white!important;
}
