footer {
    /*position: absolute;*/
    color: rgba(255,255,255,0.5);
    text-align: center;
    bottom: 0;
    right: 25px;
    z-index: 3;
}
    footer * {
        font-size: 12px;
        font-weight: 500 !important;
    }
    footer a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
    }
    footer a, footer a svg {
        transition: color 0.5s ease, fill 0.5s ease;
    }
        footer a:hover, footer a:hover svg {
            color: #E14323;
            fill: #E14323;
        }


.footer-container > div {
    margin-bottom: 10px;
}

    .footer-logo img {
        width: 150px;
    }

.footer-social svg {
    width: 30px;
    fill: white;
    margin: 0px 5px 10px 5px;
}