.footer {
    min-height:42px;
    background-color:#030405;
}
.row_4 {
    clear: both;
    min-height: 42px;
    margin-right:25px;
    margin-left:25px;
}
.row_5 {
    clear: both;
    min-height: 42px;
    margin-left:auto;
    margin-right:auto;
}
p.paragraph1 {
    margin-top: 10px;
    margin-bottom:5px;
    text-align:center;
    letter-spacing:1px;
    color:#969696;
    font-size:15px;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 42px;
    }
    .row_4 {
        clear: both;
        min-height: 42px;
        margin-left:25px;
        margin-right:25px;
    }
    .row_5 {
        clear: both;
        min-height: 42px;
        margin-left:auto;
        margin-right:auto;
        width:350px;
    }
    .row_3 {
        clear: both;
        min-height: 50px;
        margin-left:auto;
        margin-right:auto;
    }
    p.paragraph1 {
        font-size: 15px;
        margin-top:10px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 42px;
    }
    .row_4 {
        margin-right: 25px;
        min-height:42px;
    }
    .row_5 {
        right: auto;
        margin-left:auto;
        margin-right:auto;
        min-height:42px;
        width:350px;
    }
    .row_3 {
        right: auto;
        margin-left:auto;
        margin-right:auto;
    }
    p.paragraph1 {
        font-size: 15px;
        margin-top:10px;
    }
}