.center-block {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social,.fa-envelope:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}



.social,.fa-envelope {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#social-fb,
#social-tw,
#social-ins {
    color: white;
}

#social-fb:hover {
    color: #3B5998;
}

#social-ins:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#social-tw:hover {
    color: #4099FF;
}

.footer-links {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-links a {
    color: #fff;
    cursor: pointer;
    /* z-index: 22; */
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}