.footer {
    background: #d83b2e;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
    color: #fff;
}

.footer-bottom {
    background: #1e272e;
    color: white;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-bottom a{
    color:white;
}