footer{
    box-sizing: border-box;
    width: 84vw;
    margin-left: 17vw;
    margin-top: 2vw;
    float:left;
    color: #fff;
}

footer .socials{
    padding: 1vw;
    box-sizing: border-box;
}

footer .socials a{
    color: white;
    text-decoration: none;
    text-align: center;
    float: left;
    width: 100%;
}
footer a:focus{
   outline: 2px solid #fff;
   outline-offset: 4px;
}
footer .socials svg{
    fill: white;
    width: 2vw;
    margin: 0vw auto 0.5vw auto;
    display: block;
    
}




.width-1-4{
    width: 24.1%;
    float: left;
    margin-right: 1.2%;
}
.width-1-3:last-child{
    margin-right: 0;
}


.width-1-6{
    width: 15.66%;
    float: left;
    margin-right: 1.2%;
}
.width-1-6:last-child{
    margin-right: 0;
}


footer .links{
    padding: 1vw 2vw;
}
footer .links h2{
    position: relative;
    margin-bottom: 0.5rem;
}

footer .links h2:after{
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    bottom: 0;
    left: 0vw;
    border-bottom: 2px solid #fff;
}


.links li{
    padding: 0.25vw 0.5vw;
}


.links a{
    color: white;
    text-decoration: none;
}

footer .logos{
   padding: 1vw 2vw;
   float: left;
   width: 100%;
   box-sizing: border-box;
   text-align: center;
}

footer .logos img{
    max-height: 5vw;
    display: block;
    margin: 0 auto;
}

