body {
    margin: 0;
    padding: 0;
}
.footer-container {
    background-color: #D7E0CA;
    /* width: 100%; */
}
.footer-logo.mobile {
    height: 30px;
    align-self: start;
    padding-left: 30px;
}
/* @media only screen and (min-width: 768px) and (max-width: 1023px){
    .footer-logo.mobile {
        padding-left: 30px;
    }
} */
.footer {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.footer > a {
    color: black; 
    text-decoration: none; 
    line-height: 24px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    padding-left: 30px;
    padding-top: 15px;
} 
.footer > a:hover {
    font-weight: 300;
}
.desktop {
    display: none;
}
/* .footer-image-container {
    width: 100%;
    height: 150px;
}
.footer-image-container > img {
    width: 100%;
    height: 100%;
} */

@media only screen and (min-width: 1024px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }

    .footer {
        /* margin-top: 40px; */
        padding-top: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        justify-items: start;
        align-items: center;
        padding-bottom: 80px;
        max-width: 1440px;
        justify-self: center;
    }
    .footer > a {
        color: black; 
        text-decoration: none; 
        line-height: 24px;
        font-weight: 100;
        font-family: 'Raleway', sans-serif;
        padding-left: 30px;
        padding-top: 15px;
        max-width: 200px;
        height: 40px;
        margin-bottom: 10px;

    } 
    /* .footer-image-container {
        width: 100%;
        height: 200px;
    }
    .footer-image-container > img {
        width: 100%;
        height: 100%;
    } */
    
    .footer-logo.desktop {
        height: 30px;
        align-self: start;
        padding-left: 30px;
    }
}
/* @media only screen and (min-width: 1240px) {
    .footer > a {
        color: black; 
        text-decoration: none; 
        line-height: 24px;
        font-weight: 100;
        font-family: 'Raleway', sans-serif;
        padding-left: 30px;
        padding-top: 15px;
    } 
    .footer {
        width: 1200px;
        padding-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer-image-container {
        width: 100%;
        height: 300px;
    }
    .footer-image-container > img {
        width: 100%;
        height: 100%;
    }
} */

.asso-logo > img {
    width: 15vw;
    position: absolute;
    left: 30px;
}
 @media only screen and (min-width: 1024px) {
    .asso-logo > img {
        width: 15vw;
        position: absolute;
        right: 40px;
    }
}

