.footer {
    min-height:50px;
    background-color:#010006;
}
.row_51 {
    clear: both;
    min-height: 45px;
    margin:15px;
}
p.paragraph6 {
    margin-top: 0px;
    margin-bottom:0px;
    text-align:center;
    letter-spacing:1px;
    color:#86829C;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 50px;
    }
    .row_51 {
        clear: both;
        min-height: 50px;
        margin-left:15px;
        margin-right:15px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 50px;
    }
    .row_51 {
        margin-right: 15px;
        min-height:32px;
    }
}