.footer {
    background-color: #fd5714;
    height: 100%;
    color: #ffffff;
}
.footer .row {
    margin-top: 100px;
    margin-bottom: 50px;
}
.footer a {
    color: white;
}
.footer .logo {
    border-right: solid;
    text-align: right;
}
.footer .logo img {
    width: 250px;
    margin-top: 40px;
}
.footer .menu {
    border-left: solid;
}

@media(max-width:767px) {
    .footer {
        height: auto;
    }
    .footer .row {
        margin-top: 25px;
    }
    .footer .logo {
        border-right: none;
        border-bottom: solid;
        text-align: center;
    }
    .footer .logo img {
        margin-bottom: 40px;
    }
    .footer .menu {
        text-align: center;
        border-left: none;
        border-top: solid;
        margin-top: 40px;
        padding-top: 30px;
    }
    .footer .menu .links {
        margin-top: 25px;
    }
}