footer {
    background-color: #172334;
    bottom: 0;
}

.footer-distributed {
    box-sizing: border-box;
    widows: 100%;
    text-align: left;
    font-family: 'Century Gothic';
    padding: 50px 50px 60px;
}
.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed .footer-center {
    width: 30%;
}
.footer-distributed .footer-center svg {
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-right {
    width: 35%;
}
.footer-distributed .footer-icons {
    margin-top: 25px;
}

/* Text */
.footer-distributed .footer-center p, .footer-distributed .footer-center a {
    display: inline-block;
    color: #E3E8ED;
    vertical-align: middle;
    font-size: medium;
    text-decoration: none;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-size: 14px;
}
.footer-distributed .footer-center #mail {
    color: #8D697A;
    font-weight: 600;
}

.footer-distributed .footer-about {
    line-height: 20px;
    color: #c1cad3ad;
    font-size: 13px;
}
.footer-distributed .footer-about span {
    display: block;
    color: #E3E8ED;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons svg {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
    transition: 0.4s;
}
.footer-distributed .footer-icons svg:hover {
    transform: translateY(-5px);
}

.footer-distributed h3 {
    color: #8D697A;
    font: normal 1.7em 'Berlin Sans FB Demi Bold';
}
.footer-distributed .footer-links {
    color: #E3E8ED;
    margin: 20px 0 12px;
}
.footer-distributed .footer-links a:hover {
    color: #8D697A;
}
.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    font-size: medium;
    transition: 0.4s;
}
.footer-distributed .footer-copyright {
    color: #c1cad3ad;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center svg {
        margin-left: 0;
    }
    .footer-distributed .footer-links a, .footer-distributed .footer-links {
        font-size: 12px;
    }
    .footer-distributed .footer-copyright {
        font-size: 11px;
    }
}