.socials {
    justify-content: center;
    text-align: center;
}

.socials ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.socials ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    align-content: center;
}

.socials ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.socials ul li a:hover {
    color: #ba505e;
}

.socials img {
    width: 50px;
    height: 50px;
}

.socials a {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;

}

.socials a.active {
    background-color: #ba505e;
    color: #333;
    box-shadow: 0 0 10px 10px #d67a87;
}

.socials a:hover {
    background-color: #ba505e;
    color: #333;
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 0 8px 8px #d67a87;
}

/*Responsive layout - makes the columns stack on top of each other instead of next to each other */
/*@media (max-width: 600px)*/
/*{*/
/*    .container2*/
/*    {*/
/*        float: none;*/
/*        padding-right: 0;*/
/*    }*/

/*    .container3*/
/*    {*/
/*        float: none;*/
/*        padding-left: 0;*/
/*    }*/
/*}*/