footer{
    margin-top: 5rem;
}

#footer-background{
    height: 200px;
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-candorem{
    float: right;
    font-size: 12px;
    margin-left: 4rem;
}

@media screen and (max-width: 991px) {
    .footer-candorem{
        float: none;
        padding-top: 1rem;
        margin-left: 0;
        display: block;
    }
}

.footer-companyImage{
    width:50%;
    max-width:250px;
    min-width: 200px;
    float: left;
    margin-right: 2rem;
    min-height: 200px;
}

.footer-contactContainer{
    display: flex;
    flex-wrap: wrap;
}

.footer-contact .name,
.footer-contact .address{
    margin:0;
}

.footer-copyright,
.footer-copyright a{
    color: #151515;
    font-size: 12px;
}

#footer-gradient{
    position: absolute;
    height:200px;
    width:100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.footer-link,
.footer-link a{
    color: #ec4528;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}

.footer-link .icon{
    fill: #ec4528;
    width: 50px;
    display: inline-block;
    height: 15px;
}

.footer-logo{
    max-width:150px;
    height:auto;
}

.footer-navigation{
    padding:0;
    margin:16px 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-navigation li{
    display: inline-block;
    padding: 10px 32px 10px 0;
    width: 33.3333%;
}

.footer-navigation a{
    color:#000;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .footer-companyImage{
        width: 100%;
        float: none;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .footer-companyImage img{
        max-width: 50%;
    }

    .footer-contact{
        width: 100%;
        text-align: center;
    }

    .footer-copyrightContainer{
        text-align: center;
    }

    .footer-link{
        justify-content: center;
    }

    .footer-link a{
        padding:0
    }

    .footer-logoContainer{
        display: block;
        width:100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer-navigation{
        display: none;
    }
}