footer
{
  position: inherit;
  bottom: 0;
}

.footer-img img
{
    width: 45%;
}

@media (max-height: 880px) {
    footer
    {
        position: static;
    }

    .footer-links, .footer-center
    {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-distributed .footer-center i
    {
        margin-left: 0;
    }
}

.footer-distributed
{
    background-color: #2f3542;
    box-sizing: border-box;
    widows: 100%;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 0px 50px;
    margin-top: 80px;
}

.footer-left, .footer-center
{
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left
{
    width: 35%;
    margin-right: 18px;
}

.footer-distributed img
{
    color: #EA712A;
    font: normal 36px 'nunito', cursive;
    margin: 0; 
}

.footer-distributed h3 span
{
    color: #ffff;
}

.footer-distributed .footer-links
{
    color: #ffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a
{
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name
{
    color: #ffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center
{
    width: 61.5%;
    margin-left: 18px;
}

.footer-distributed .footer-center i
{
    background-color: #82999f;
    color: #ffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope
{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p
{
    display: inline-block;
    color: #ffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span
{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a
{
    color: #EA712A;
    text-decoration: none;
    transition: 0.2s;
}

.footer-distributed .footer-center p a:hover
{
    color: #ffff;
}

/*
.footer-distributed .footer-right
{
    width: 35%;
}

.footer-distributed .footer-company-about
{
    line-height: 20px;
    color: #82999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span
{
    display: block;
    color: #EA712A;
    font-size: 13px;
    font-weight: bold;
}
*/

.footer-links a:hover
{
    color: #EA712A;
    transition: 0.3s;
}