#footer_main {
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #fff;
    /*border: solid 1px red;*/
}
#footer_social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*border: solid 1px red;*/
}
#footer_social_left {
    padding-left: 20px;
    text-align: left;
    /*border: solid 1px blue;*/
}
#footer_social_right {
    padding-right: 20px;
    text-align: right;
    /*border: solid 1px blue;*/
}
.icon_social {
    width: 30px;
    padding: 0.6rem;
    /*border: solid 1px red;*/
}
#footer_legal {
}
.footer_legal_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_legal_list a {
    margin: 0.7rem;
    text-decoration: none;
    color: #ffffff;
}
.footer_legal_list a:hover {
    text-decoration: underline;
}
#footer_copy {
    padding: 0.7rem;
    text-align: center;
    /*border: solid 1px red;*/
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 900px) {
}
@media (min-width: 1200px) {
}