.footer {
    min-height:200px;
}
p.paragraph_footer {
    text-align: center;
    font-size:16px;
    font-family:Georgia, serif;
    font-weight:400;
}
a.anchor1 {
    color: #51524F;
    font-size:16px;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 150px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 150px;
    }
}