/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 24, 2019, 12:29:35 AM
    Author     : Hery
*/

.social-links ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.social-links ul li {
    padding:0 .5rem;
}
.social-links ul li {
    padding:0 .5rem;
}
.social-links ul li a.social-button, .social-links ul li a.social-button-copy {
    font-size: 200%;
}

.social-button .fa-facebook-square {
    color: #3B5998 !important;
}

.social-button .fa-twitter {
    color: #1DA1F2 !important;
}

.social-button .fa-google-plus-g {
    color: #D1523F !important;
}
.social-button .fa-linkedin {
    color: #0077B5 !important;
}
.social-button .fa-whatsapp {
    color: #29B200 !important;
}