﻿ul.logo_alignment {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top: 5px;*/
}
ul.logo_alignment li {
    margin: 0 5px;
}

@media screen and (max-width: 1000px) {
    ul.logo_alignment {
        justify-content: center;
    }
}
