﻿.footer {
    height: 40px;
    background-color: #494949;
    color: White;
    font-size: 11px;
    padding-left: 30px;
}

    .footer A {
        color: White;
        font-size: 11px;
        text-decoration: none;
    }

        .footer A:hover {
            color: White;
            font-size: 11px;
            text-decoration: underline;
        }

.footer-logos {
    border-top: solid 2px rgb(88, 122, 124);
    margin-top: 10px;
}

.footer-logos-content {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.footer-bloc {
    display: contents;
    min-width: 200px;
    width: 33%;
    min-width: 300px;
    min-height: 10px;
}


.centered-link-footer {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
}

    .centered-link-footer a {
        display: inline-block;
        padding: 0px 10px;
    }
