/*
Copyright (C) 2017 Aeonsoft
www.aeonsoft.it
All rights reserved.
*/
/* 
    Created on : Jan 30, 2018, 3:53:47 PM
    Author     : ramon
*/

.social {
}

/* Style all font awesome icons */
.social .fab {
    font-size: 40px;
}

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

/* Set a specific color for each brand */

/* Facebook */
.social .facebook .fab {
    color: #3B5998;
}

/* Twitter */
.social .twitter .fab {
    color: #55ACEE;
}

/* Linkedin */
.social .linkedin .fab {
    color: #007bb5;
}
