footer#footer {
    position: relative;
    z-index: 2;
    height: 10vh;
}

.footerLogo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 13%;
    height: 10vh;
    background-color: #1f3360;
}



.footerLogo {
    height: 80%;
}

.footerLogo a{
    display:block;
    width:100%;
    height:100%;
}

.footerRight a {
    font-family: 'Montserrat';
    text-decoration: unset;
    color: white;
    font-weight: 400;
    font-size: 1em;
    margin: 0 30px;
}

.footerLeft {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}