

#footer-logo-container{
/*
    display: flex;
    justify-content: center;
    border-top: 1px solid #09396f;
    margin-top: 20px;
    padding-top: 20px;
    align-items: center;	
    */
    
    display: flex;
    justify-content: center;
    border-top: 1px solid #09396f;
    margin-top: 20px;
    padding-top: 20px;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    background-color: #022860;
    background-color: white;
}

#footer-logo-container img{
	width: 200px;
	margin: 0px 10px;
}

@media all and (max-width: 799px) {
.footer-vertical-links {
    /* position: absolute; */
    /* bottom: 330px; */
    /* max-width: 300px; */
}
}

