@media only screen and (min-width: 320px) {
footer {    
    grid-area: footer;       
    margin-top: 3rem;   
    color: #10375c;;
    /* background-color: #10375c;     */
}
.footer_navigation { 
    display: block;
    height: 45rem;
    background-color: #e4e3e3;      
}
.footer_logo-copyrigth {
    
}
.footer_links-list {
    margin-top: 2.2rem;
}
.footer_contact {
    margin-top: 2.2rem;
}
.footer_logo {
    margin-top: 2.2rem;
    width: 25%;
}
.footer_logo--text {
    font-size: 1.7rem;
    margin-top: 1%;
    letter-spacing: -.1rem;
}
.footer_title {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 400;
    
}
.footer_ul {    
    list-style: none;
}
.footer_li {
    text-align: center; 
}

.footer_li--link {    
    text-decoration: none;
    color: inherit;
    font-size: 1.7rem;  
    letter-spacing: -.03rem;     
}

.footer_contact-img {
    width: 24px;
    height: 24px;
}

.footer_socialmedia {
    display: block;
    text-align: center;
    width: 100%;
    height: 20%; 
    background-color: #10375c;
    padding-top: 1rem;
}
.footer_social--img {
    width: 2.5rem;
    margin: 1rem 2rem;
}
}
@media only screen and (min-width: 600px) {   
    .footer_navigation { 
        height: 47rem;  
    }
    .footer_logo {
        margin-top: 2.2rem;
        width: 18%;
    }
}
@media only screen and (min-width: 769px) {  
    .footer_navigation {   
        display: flex;
        justify-content: space-around;
        height: 70%;
        width: 100%;
    }
    .footer_socialmedia {
    display: block;
    text-align: center;
    width: 100%;
    height: 10%;
    padding-top: 1rem;
}
    
    .footer_socialmedia {
        display: block;
        text-align: center;
        width: 100%;
        height: 20%;
        padding-top: 1rem;
    }
    .footer_logo {
        margin-top: 2.2rem;
        width: 40%;
    }
    .footer_logo--text {
        font-size: 1.7rem;
        margin-top: 1%;
        letter-spacing: -.1rem;
    }
    .footer_title {
        font-size: 1.5rem;
        text-align: left;
        
    }
    .footer_ul {    
        list-style: none;
    }
    .footer_li {
        margin: 1rem 0;   
        width: 100%;
        text-align: left; 
    }
}
@media only screen and (min-width: 1024px) {
   
    


}