﻿.socialX {
    display: table;
    width: 100%;
}

.socialicon {
    display: table-cell;
    color: #FFF;
    text-align: center;
    padding: 10px 2px;
    font-size: 2rem;
    transition: background-color .25s linear;
}

.socialicon i {
    width: 3rem
}

.facebookx {
    background: #4267b2;
}

.twitterx {
    background: #00ACEE !important;
}
.instagramx {
    background: #3F729B !important
}

.youtubex {
    background: #C4302B !important
}


.socialicon:hover {
    background: #4B98A4 !important;
    color: #FFF; 
}