.social-icons {
/*margin: 0 auto;*/ /* To center the icons horizontally */
display: table;
}
.social-icons ul li {
list-style-type: none;
list-style-image: none;
margin: 0 6px;
float: left;
border-bottom: none;
}
.social-icons ul li:first-child {
margin-left: 0;
}
.social-icons ul li a,
.social-icons ul li a:hover {
color: #fff;
border-radius: 50%;
font-size: 20px;
font-size: 2rem;
width: 40px;
height: 40px;
padding-top: 3px;
display:inline-block;
}
.social-icons ul li a:hover {
opacity: 0.8;
}
.social-icons ul li.social-facebook a {
background-color: #3a579a;
}
.social-icons ul li.social-twitter a {
background-color: #00abf0;
}
.social-icons ul li.social-google a {
background-color: #df4a32;
}
.social-icons ul li.social-linkedin a {
background-color: #127bb6;
}
.social-icons ul li.social-youtube a {
background-color: #a8240f;
}