footer{
    margin-top: 6rem;
    width: 100vw;
    padding: 1.5rem;
    background-color: #0069B4;
    margin-left: -5vw;
}

.footer_logo{
    margin-top: 5vh;
    height: 5rem;   
    margin-right: 5vw;
    margin-left: 2vw;
}

.footerHor{
    width: 95%;
    display: flex;
    justify-content: space-around;
}

footer a{
    color:#FFFFFF;
    text-align:left;
    margin-left: 10px;
    font-size: 0.75rem;
}

.headA{
    margin-left: 0;
}

footer p{
    font-size: 0.75rem;
    text-indent: 0;
    color:#FFFFFF;
}

footer img{
    align-self: center;
    height: 1rem;
}

footer li{
    margin-top: 10px;
}

footer ul {
    list-style-type: none;
}

.MS{
    display: none;
}


@media (max-width: 700px) {
    .footer_logo{
        width: 4rem;
        margin-top: 26px;
        margin-left: 1rem;
    }
    .footerHor{
        width: 100%;
        margin-left:0;
    }
    footer {
        margin-left: 0;
        padding: 0;
        padding-right: 10px;
    }
    .FS{
        display: none;
    }
    .MS{
        display: block;
    }
    footer ul img{
        margin-bottom: -0.4rem;
        transform: scale(0.7);
    }
    .footerHor ul:first-of-type{
        padding-inline-start: 20px;
    }
    .footerHor:last-of-type{
        margin-top: -20px;
    }
    .notInMobile{
        display: none;
    }
}