footer{
    width: 100%;
    height: auto;
    font-size: 1rem;
    text-align: center;
    margin-top: 3rem;
    padding-bottom: 1rem;
    background-color: #1D2028;
    overflow: hidden;
}

footer .img-box{
    height: 60px;
    width: auto;
    margin: 2rem auto 2rem auto;
}

footer .img-box img{
    height: 100%;
    width: auto;
}

footer .link-box{
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
}

footer .inner-left-box{
    margin: 0 1rem 0 auto;
}

footer .inner-right-box{
    margin: 0 auto 0 1rem;
}

footer a{
    font-size: 0.9rem;
    line-height: 1;
    color: #FFF4EC;
    text-decoration: none;
}

.copyright-box{
    height: 1.2rem;
    font-size: 0.8rem;
    color: #FFF4EC;
    text-align: center;
    background-color: #373E40;
}