.footer {
    min-height:200px;
}
a.anchor1 {
    color: #4C6E0C;
    text-align:center;
    font-weight:bold;
    letter-spacing:2px;
}
.align-inline-wrap1 {
    text-align: center;
    margin-bottom:20px;
}
p.paragraph1 {
    margin-top: 0px;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 200px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 200px;
    }
}