.main-footer {
    background: #0f1921;
    padding: 50px 0 0;
    width: 100%;
    float: left;
}


.row.social-footer {
    border-top: 1px solid #676767;
    padding: 10px 0 0;
    color: #666;
    margin-top: 30px
}

.row.social-footer .social {
    padding-top: 10px;
    padding-bottom: 20px;
}

.row.social-footer a {
    margin: 0 0 0 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    text-align: center;
    font-size: 24px;
    padding: 8px;
    background: rgba(255, 255, 255, .1);
    transition: all .15s linear
}

.row.social-footer a:hover {
    background: rgba(230, 230, 230, .1);
    transform: scale(1.1)
}
