.footer-text {
    flex: 1;
    overflow: hidden;
    text-align: center;
    height: 100%;
    align-content: center;
}

.footer-logo {
    height: 100%;
}
.footer-logo img {
    height: 100%;
}


footer {
    
    height: 5rem;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;

}

footer img {
    height: 85%;
    vertical-align: middle;
    border-style: none;
}
