.footer {
    margin: 0 8%;
    background-color: #a2a9ad;
    border-radius: 50px;
    box-sizing: border-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 2% 2%;
    padding-bottom: 0.6%;
}

.footerMainRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.footerNav {
    display: flex;
    flex-direction: row;
    width: 65%;
    justify-content: space-between;
}

.FooterDropdown {
    display: flex;
    flex-direction: column;
}

.FooterInnerDropdown {
    display: flex;
    flex-direction: column;
    padding-top: 6%;
}

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

.footerLogo {
    width: 15%;
    margin-right: auto;
    margin-top: 1.3%;
}

.footer a {
    margin: 0 1.6vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    transition: all 0.15s ease-in-out;
    text-decoration: unset;
    font-size: 1.1em;
}

.footerContact {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 2%;
}

.FooterInnerDropdown a {
    font-weight: 400;
    font-size: 1em;
    padding-top: 2%;
    padding-bottom: 2%;
}

.footerLegalRow {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top: 4vh;
}

.footerCredits {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-100%);
    justify-content: center;
    align-items: center;
}

.footerLegal {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: flex-end;
}

.footerLegal a {
    color: #f2f2f2;
    font-weight: 400;
    font-size: 0.9em;
}

.footerCredits :is(p,a) {
    color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
}


.footerLegalRow a {
    width: fit-content;
}

.footerNav a{
    transform-origin:center;
    height: fit-content;
}
.footerNav a:hover {
    transform: scale(1.05);
    color: #000f9f;
}

html body .footerContact * {
    font-weight: 500;
    margin: unset;
    color: white;
    font-size: 0.95em;
    font-family: 'Open Sans', sans-serif;
}

.footerCredits p {
    margin-bottom: 0.2vh;
}

@media only screen and (max-width:1600px){
    .footer {
    margin: 0 2%;
}

}


@media only screen and (max-width:1000px){
    .FooterInnerDropdown {
    display: none;
}
.footerMainRow {
    flex-direction: column;
    align-items: center;
}

.footerLogo {
    margin: 2vh auto;
}

.footerLogo>a {
    margin: unset;
}

.footerNav a {
    text-align: center;
    margin: 0.3em 0;
    width: fit-content;
}

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

.footerContact {
    margin: 2vh 0;
    margin-top: 5vh;
}

.footerContact :is(p,a) {
    text-align: center;
}

.footerCredits {
    top: unset;
    left: unset;
    position: relative;
    transform: unset;
}

.footerLegalRow {
    flex-direction: column-reverse;
}

.footerLegal {
    margin: 0 auto;
}

.footerLegal a {
    text-align: center;
    margin: 0.5vh auto;
}

.footerCredits {
    margin-top: 4vh;
}




}

@media only screen and (max-width:800px){
    .footerLogo {
    width: 28%;
}
}

@media only screen and (max-width:500px){
    .footerCredits :is(p,a) {
    font-size: 0.8em;
    text-align: center;
}

.footerLogo {
    width: 48%;
}
}