@charset "utf-8";
/* CSS Document */

<!-- Add icon library for social media buttons-->


<!-- Add font awesome icons -->
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

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

/* Set a specific color for each brand */

/* Facebook */

.fa-facebook {
  background:#9A1008;
  color: white;
}

/* Twitter */
.fa-twitter {
    background:#9A1008;
    color: #ccc;
}