.footer {
    width: 100%;
    min-height: 100px;
    font-weight:normal;
    background-color:rgb(44, 42, 42);
    color: gray;
    padding-bottom: 10px;
    overflow-y: hidden;
    text-align: left;
}

.footer a {
    color: gray;
    text-decoration: none;   
}

.footercolumns {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footercolumn {
    float: left;
    width: 290px;
    min-height: 120px;
    margin-left: 10px;
}

.subfooter {
    width: 100%;
    min-height: 100px;
    background-color:rgb(44, 42, 42);
    color: gray;
    padding-top: 10px;
}   

@media only screen and (min-width: 10px) and (max-width: 920px) {
    .footercolumns {
        max-width: 625px;
    }
}

