/* ======================================
   SOCIAL MEDIA ICONS
   Small Garage Software - Shared Social Icon Styles
   Used by: Index, FAQ, GarageOwner
   ====================================== */

/* High specificity selectors to override external CSS */
a.fa,
footer a.fa {
    padding: 10px !important;
    font-size: 20px !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 20px !important;
}

a.fa:hover,
footer a.fa:hover {
    opacity: 0.7 !important;
}

a.fa-facebook,
footer a.fa-facebook {
    background: #3B5998 !important;
    color: white !important;
}

a.fa-twitter,
footer a.fa-twitter {
    background: #55ACEE !important;
    color: white !important;
}

a.fa-youtube,
footer a.fa-youtube {
    background: #bb0000 !important;
    color: white !important;
}

