/*Footer Styling*/

.footer-banner {
    background-size: cover;
    height: 7vh;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer {
    height: 7vh;
    vertical-align: bottom;
    text-align: right;
}

.footer a {
    padding-left: 40px;
    font-size: 14px;
}