@charset "utf-8";

.footer{
    margin-top: auto;
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    width: 100%;
    background-color: #fae4bd;
    /* color: #e8e8e8; */
}

.footer-container{
    height: 100%;
    max-width: 90%;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-left{
    float: left;
    height: 100%;
}
.footer-logo{
    margin-top: 0.5rem;
    height: 2.5rem;
    width: 6.6rem;
}

.footer-right{
    float: right;
    height: 50%;
    margin-top: 1.5rem;
}

.clear{
    clear: both;
}

