#footer-site{
    padding: 4em;
    background: #212f41;
    color: #FFFFFF;
}

#footer-site nav{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    color: #FFF;
}

#footer-site nav div{
    width: 100%;
    margin-top: 2em;
}

#footer-site a{
    color: #FFF;
    text-decoration: none;
}

#footer-site nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 2em;
    margin-right: 2em;
}

.site-nav li{ 
    margin: 0em 2em;
}

.social-nav{
}

.social-nav li{
    margin: 0em 1em;
    width: auto;
    height: 1.5em;
}

.social-nav li img{
    width: auto;
    height: 100%;
}

@media(max-width: 940px){
    
    #footer-site nav ul{
        width: 100%;
    }

    .social-nav{
        margin-top: 2em;
    }

}

@media(max-width: 768px){

    .site-nav li{
        width: 100%;
        margin: .5em 0;
    }   

    #footer-site nav ul{
        margin: 1em 0; 
    }

}

@media(max-width: 420px){

    #footer-site > div{
        width: 100% !important; 
    }

}
