.footer {
    min-height:10px;
    background:url("../images/bgCloudsReverse.jpg") center top / cover no-repeat fixed transparent;
}
p.paragraph1 {
    font-size: 14px;
    text-align:center;
}
p.paragraph2 {
    font-size: 12px;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 2px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 2px;
        background-image:linear-gradient(to bottom, #FFFFFF 15%, #3997db 68%, #055d9c 100%);
    }
}