footer{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.20);
    grid-area: f;
    background-color: white;
    height: 400px;
}

footer p:last-child{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

footer section{
    flex-wrap: wrap;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

footer section article:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer section article:first-child a{
    margin: 0px 5px;
}

#footer_instagram, #footer_youtube, #footer_facebook, #footer_twitter{
    transition: var(--fasttransition);
}

#footer_instagram:hover{
    fill: #DC1B84;
}

#footer_youtube:hover{
    fill: #C4302B;
}

#footer_facebook:hover{
    fill: #1877F2;
}

#footer_twitter:hover{
    fill: #00ACEE;
}

footer section article:first-child img{
    margin: 0px 30px 30px 30px;
    height: 40px;
}

footer section article:last-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

footer section article:last-child div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer section article:last-child img{
    margin: 30px 30px 0px 30px;
    height: 40px;
}

footer p:last-child::before{
    margin-bottom: 20px;
    content: '';
    background-color: black;
    height: 1px;
    width: 120px;
    display: block;
}

@media (max-width: 784px){

    footer section article:last-child{
        margin-top: 50px;
    }

    footer{
        height: 600px;
    }

}

@media (max-width: 704px){
    footer{
        height: 800px;
    }
}
