footer {
    padding-top: 30px;
    background-color: #000000;
    padding-bottom: 15px;
    
}
.footer {
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 2px #fff solid;
    margin-top: 0px;
}
.footer ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    
}
.footer ul li {
    list-style-type: none;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
}
.footer ul li a:hover {
    color: blue;
} 
.footer ul li:first-child {
    text-align: center;
}

.social {
    display: flex;
    justify-content: space-around;
}
.social a {
    margin-left: 15px;
}
.social a:first-child {
    
    margin-left: 0;
}
.social a:first-child:hover {
    content: "";
    background: url('../img/fb_a.png');
} 

.footer_line{
    border-bottom: 2px #fff solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

