footer {
    background-color: #332C2F;
    color: white;
    font-family: "Secondary";
    /*border: solid black 3px;*/
    padding: 0 20px 0 20px;
    left: 0;
    right: 0;
}

footer h5 {
    margin: 25px, 0, 25px, 0;
}

footer .items {
    padding: 16px 16px 16px 100px;
    display: flex;
    flex-grow: 1;
}

footer .itemcollumn {
    float: left;
    margin-right: 42px;
}

footer #icon {
    float: left;
    padding: 64px 0 0 0;
}

@media screen and (max-width: 700px) {
    footer #icon {
        float: none;
    }
    footer .items {
        padding: 16px;
    }
}

@media screen and (max-width: 620px) {
    footer .items {
        flex-direction: column;
    }
}
