.footer {
    min-height:100px;
    background-color:#464D61;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_3 {
    float: none;
    width: auto;
    min-height: 100px;
}
p.footertext {
    color: #FFFFFF;
    margin-left:20px;
    margin-right:20px;
    font:normal 400 14px/140% Oswald, sans-serif;
}
@media only screen and (min-width : 768px) {
    .column_1 {
        float: left;
        width: 33.33%;
        min-height: 109px;
    }
    .column_2 {
        float: left;
        width: 33.33%;
        min-height: 109px;
    }
    .column_3 {
        float: left;
        width: 33.34%;
        min-height: 109px;
    }
    .row_4 {
        clear: both;
        width: auto;
    }
    p.footertext {
        margin-right: 20px;
        font-size:17px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_4 {
        clear: both;
        width: auto;
    }
    .column_1 {
        float: left;
    }
    .column_2 {
        float: left;
    }
    .column_3 {
        float: left;
    }
    p.footertext {
        margin-right: 20px;
        font-size:17px;
    }
}