.footer {
    display: flex;
    flex-direction: row;
    padding: 0 8%;
    justify-content: center;
    align-items: center;
    box-shadow: -5px 2px 22px #4fac00;
}

.footerLogo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.footerMenu a {
    color: #4fac00;
    font-family: 'Fira Sans';
    text-decoration: unset;
    font-weight: 400;
    font-size: 1em;
}

.footerMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footerMenu a {
    color: #4fac00;
    font-family: 'Fira Sans';
    text-decoration: unset;
    font-weight: 400;
    font-size: 1em;
    margin: 0.25em 0;
}

.footerContact a {
    color: #699ba5;
    font-family: 'Fira Sans';
    text-decoration: unset;
    font-weight: 400;
    font-size: 1em;
    margin: 0.2em 0;
}

.footerContact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.footerlegal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer hr {
    margin: 0;
    width: 2px;
    height: 100%;
    border: unset;
    background: #e6e6e6;
}

.footer {
    display: flex;
    flex-direction: row;
    padding: 5vh 8%;
    justify-content: center;
    align-items: center;
    box-shadow: -5px 2px 22px #4fac00;
}

.footerLogo {
    height: 8.6vh;
    width: auto;
    margin-right: auto;
}

.footerArrowUp {
    width: 40px;
    height: 40px;
    border: 2px solid #699ba5;
    border-radius: 15px;
    padding: 0.7em;
    margin-left: auto;
}

.footerArrowUp {
    width: 40px;
    height: 40px;
    border: 2px solid #699ba5;
    border-radius: 15px;
    padding: 0.7em;
    margin-left: auto;
    cursor: pointer;
}

.footer hr {
    margin: 0;
    width: 3px;
    height: 17vh;
    border: unset;
    background: #e6e6e6;
    margin: 0em 4%;
}

.footerlegal :is(p,a) {
    text-decoration: unset;
    color: #699ba5;
    font-family: 'Fira Sans';
    font-size: 1em;
}

.footerlegal a {
    margin: 0.2em 0;
}

@media only screen and (max-width:1600px){
.footerMenu a {
    font-size: 0.9em;
}
.footerlegal :is(p,a) {
    font-size: 0.9em;
}
.footerContact a {
    font-size: 0.9em;
}
.footerArrowUp {
    width: 33px;
    height: 33px;
}
.footerLogo {
    height: 7.6vh;
}

}

@media only screen and (max-width:1050px){

    .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footerLogo {
    height: 9.6vh;
    margin-right: unset;
    margin-bottom: 5vh;
}

.footerContact {
    align-items: center;
    justify-content: center;
    margin-bottom: 0vh;
}

.footer hr {
    width: 27%;
    height: 2px;
    margin: 4% 0;
}
.footerMenu a {
    font-size: 1em;
    margin: 0.6em 0;
}
.footerContact a {
    font-size: 1em;
    margin-bottom: 0.6em;
}
.footerlegal {
    justify-content: center;
    align-items: center;
}

.footerlegal :is(p,a) {
    font-size: 1em;
}

.footerlegal a {
    margin: 0.4em 0;
}

.footerlegal p {
    margin-bottom: 2em;
}



}