#goldRow {
    background-color: #9f7f4f;
    padding: 20px 0px;
}
 #gifLogo {
     background-image: url(img/AnimatedLogo.gif);
     width: 710px; 
     background-size: contain; 
     background-position: center; 
     height: 308px; 
     background-repeat: no-repeat;
     margin-top: 40px; 
     margin-left: 30px;
     margin-right: 30px;
}
.imageText {
    background: #9f7f4f;
    font-size: 36px;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}

.footerText {
    text-align: center;
    font-size: 16px;
    color: #9f7f4f;
    padding: 20px 0px;
}

.topBumper {
    background: #9f7f4f;
    width: 600px;
    padding: 40px 0px 20px 0px;
    border-radius: 10px;
    margin-top: -20px;
    margin-left: 40px;
}

.topBumperText {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans';
}

.mainCopy p {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #808285;
    text-align: justify;
    line-height: 26px;
}

.logoBackground {
    background-image: url(/img/mbkLogo_Large.png);
    width: 730px;
    height: 595px;
    right: 20px;
    position: absolute;
}

#logoRow {
    min-height: 600px;
}

.mainCopy {
    position: absolute;
    width: 25%;
    z-index: 999;
    right: 10%;
    top: 200px;
}
@media screen and (max-width: 1320px){
    #logoRow {
        min-height: 800px;
    }
}
@media screen and (max-width: 1220px){
    .logoBackground {
        width: 622px;
        top: 15%;
    }
    .mainCopy {
        top: 300px;
        width: 40%;
    }
}
@media screen and (max-width: 991px){
    .logoBackground {
        display: none;
    }
    .mainCopy {
        width: 75%;
        top: 310px;
    }
}
@media screen and (max-width: 767px){
    .topBumper {
        width: 100%;
        margin: 0 auto;
        margin-top: -20px;
        display: block;
    }
    .topBumperText {
        font-size: 14px;
    }
    #logoRow {
        min-height: 600px;
    }
}
@media screen and (max-width: 600px){
    .mainCopy p {
        font-size: 14px;
    }
    #logoRow {
        min-height: 650px;
    }
    #gifLogo {
        margin-top: 0px;
    }
}
@media screen and (max-width: 480px){
    #logoRow {
        min-height: 700px;
    }
}