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



.footerStripe {
    height: 2px;
    background-color: black;
    width: 100%;
    margin: 30px 0;
}

.footerLegal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer a {
    transition: all 0.15s ease-in-out;
    width: 100%;
    height: 100%;
    display: block;
}

.footer {
    background-color: rgb(9, 32, 82);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    padding-bottom: 30px;
    overflow: hidden;
}

.footerLogo {
    width: 250px;
    height: 250px;
}

.footerLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    margin: 0 6%;
}

.footerLinks a, .footerText a {
    font-family: 'Funnel Display', sans-serif;
    color: white;
    text-decoration: unset;
    font-size: 1.3em;
    position: relative;
    font-weight: 500;
}

.footerLegal a {
    font-family: 'Funnel Display', sans-serif;
    color: white;
    font-weight: 400;
    opacity: 1;
    text-decoration: unset;
    font-size: 1em;
    position: relative;
    margin: 0 15px;
	text-align:center;
}




.footerText a.footerContact {
    font-size: 1.2em;
    text-decoration: unset;
    font-family: 'Funnel Display', sans-serif;
    color: rgb(9, 32, 82);
    background-color: white;
    padding: 10px 25px;
    border-radius: 50px;
    transition: all 0.15s ease-in-out;
    outline: 2px solid rgb(9, 32, 82);
    margin-bottom: 30px;
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.footer a:hover{
    opacity:0.8;
}

.footerContent {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 10%;
    margin: 0 auto;
    align-items: flex-start;
    box-sizing: border-box;
    justify-content: space-between;
}

.footerText {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
}

.footerText a {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 5px;
}

.footerText p {
    margin: 0;
    color: white;
    font-family: 'Funnel Display';
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: right;
}

.footerLinks a {
    margin-right: 10px;
}

.footerLinks a:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 1200px) {
    .footerContent {
        padding: 0 5.5%;
    }
}

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

.footerContent {
    flex-direction: column;
    align-items: center;
}

.footerLinks {
    flex-direction: row;
    transform: unset;
    align-items: center;
    width: 500px;
}

.footerLinks a {
    margin: 20px 0;
}
.footerText {
    flex-direction: column;
    align-items: center;
}
.footerLinks {
    margin: 0;
    margin-bottom: 50px;
}

}

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

.footerLinks {
    width: 400px;
}

.footerLinks a {
    font-size: 1.1em;
}

.footerLegal a {
    opacity: 0.8;
    text-decoration: unset;
    font-size: 0.75em;
    position: relative;
    margin: 0 5px;
}

.footerLogo {
    width: 200px;
    height: 200px;
    top: 40%;
}

}

@media only screen and (max-width: 450px) {
    .footerLinks {
        width: 100%;
    }
.footerLinks a {
    font-size: 0.7em;
    text-align: center;
    width: fit-content;
}
    .footerText p, .footerText a {
        font-size: 0.9em;
    }
}