.footerContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: black;
    align-items: center;
    padding: 0 2%;
    height: 10vh;
}

.arrowSocials {
    width: 40px !important;
    height: 34px !important;
}
.socials {
    display: flex;
    flex-direction: row;
}


.socialImgs>div {
    width: 20px;
    height: 20px;
}

.socialImgs>div>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.socialImgs>div>a {
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(1);
    transition: filter 0.3s ease-in-out;
}
.socialImgs>div>a:hover{
    filter: brightness(0.5);
}

.socialImgs {
    display: flex;
    flex-direction: row;
}

.socials h3 {
    font-family: 'Bold';
    color: #869c37;
    margin: 0;
    height: fit-content;
    width: fit-content;
    font-size: 1.7em;
}



.arrowSocials img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.socialImgs>div {
    margin: 0em 0.4em;
}


.socialImgs {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footerCopyright p {
    margin: 0;
    color: white;
    text-align: center;
    font-family: 'Bold';
    font-size: 0.6em;
}

.footerLegal a {
    color: #869c37;
    font-family: 'Bahnschrift';
    font-size: 0.7em;
    margin: 0 1em;
}


@media only screen and (max-width:1600px){
    html .footerCopyright p {
        font-size: 0.5em;
    }
    html .footerLegal a {
        font-size: 0.6em;
    }
    html .socialImgs>div {
        width: 15px;
        height: 15px;
    }
    html .socials h3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width:990px){
    .footerContainer {
        flex-direction: column;
    }
    html .arrowSocials {
        display: none;
    }
    html body .socialImgs>div {
        margin: 0em 0.6em;
    }
    html body .socialImgs>div {
        width: 25px;
        height: 25px;
    }
    html body .socials {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0.9em 0;
    }
    html body .socials h3 {
        margin-bottom: 0.3em;
    }
    html body .footerCopyright p {
        font-size: 0.8em;
    }
    html body .footerCopyright {
        margin-bottom: 0.8em;
    }
    html body .footerLegal a {
        font-size: 0.8em;
    }
    html body .footerLegal {
        padding-bottom: 1em;
        margin-top: 0.5em;
    }
}

@media only screen and (max-width:600px){
    html body .footerCopyright p {
        font-size: 0.7em;
    }
    html body .footerLegal a {
        font-size: 0.6em;
    }

}