/* Footer */

footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    min-height: 130px;
}

.footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 90%;
    margin: auto;
    margin-top: 130px;
    margin-bottom: 30px;
}

.footer div:last-child {
    margin-left: auto;
    margin-right: 0;
}

.footer-item {
    margin: 0 40px 0 0;
}

.footer-item li {
    margin-bottom: 10px;
    padding: 0;
}

.socials a {
    color: white;
    text-decoration: none;
    border-bottom: 0;
}

ul {
    padding: 0;
    list-style-type: none;
}