.social-icons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.social-icon-single {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

a.social-icon-single i.fa {
    display: inline-block;
    min-width: 25px;
    text-align: center;
}

a.social-icon-single:hover {
    opacity: 0.7;
}

div.links-module {
    margin-top: 30px;
}
