
#myFooter .fa1 {
    font-size: 21px;
    margin-right: 10px;
    margin-left: 21px;
    background-color: rgba(238, 236, 236, 0.342);
    color: white;
    
    padding: 8px;
    height: 42px;
    width: 41px;
    text-align: center;
    line-height: 31px;
    text-decoration: none;
    transition: color 0.2s;
}
.fa1 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 26px;
    padding: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.myCols ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}

.myCols ul li:hover::after {
    width: 65% !important;

}
#myFooter .social-networks {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}
#myFooter .fa-facebook-official:hover {
    color: #3b5998;
    
}
#myFooter .footer-copyright {
    background-color: white;
    padding-top: 13px;
    /* padding-bottom: 0px; */
    text-align: center;
    color: black;
}
#myFooter .footer-copyright p {
    margin: 12px;
    color: black;
    font-size: 14px;
    font-weight: 600;
}
#myFooter .footer-copyright p a {
    margin: 5px;
    color: rgb(54, 2, 2);
    font-size: 14px;
    font-weight: 600;
    
}

