.footer {
    min-height:300px;
}
p.paragraph5 {
    text-align: center;
    font-family:Josefin Slab, sans-serif;
    font-style:normal;
    font-weight:400;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 100px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 100px;
    }
}