.row_7 {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#A57148;
}
.row_6 {
    clear: both;
    width: auto;
    min-height: 50px;
    background-color:#353634;
}
.column_3 {
    width: 100%;
    min-height: 50px;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}
p.footer_copy2 {
    text-transform: uppercase;
    font-size:12px;
    font-weight:400;
    letter-spacing:2px;
    text-align:center;
    color:#CCCCCC;
}
.footer {
    min-height:300px;
}
.row_8 {
    clear: both;
    min-height: 100px;
}
p.paragraph6 {
    text-align: center;
    color:#cccccc;
    font-size:15px;
}
@media only screen and (min-width : 768px) {
    .row_7 {
        min-height: 276px;
    }
    .row_6 {
        min-height: 32px;
    }
    .column_3 {
        min-height: 32px;
        width: 90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
    .row_5 {
        min-height: 0px;
    }
    .footer {
        min-height: 115px;
    }
    .row_8 {
        clear: both;
        min-height: 100px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_5 {
        clear: both;
        width: auto;
    }
    .row_7 {
        clear: both;
        width: auto;
        min-height:276px;
    }
    .row_6 {
        clear: both;
        width: auto;
        min-height:32px;
    }
    .column_3 {
        float: none;
        width: 80%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        max-width:1232px;
        min-height:32px;
    }
    .footer {
        min-height: 115px;
    }
    .row_8 {
        clear: both;
        min-height: 700px;
    }
}