.footer {
    min-height:300px;
    color:#000000;
    font-weight:700;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 32px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 32px;
    }
}