#info {
    background: #0084B4;
}


#brand {
    display: none;
}

#custom {
    
}

#custom h2 {
    color: #0084B4;
}

#custom p a {
    color: #0084B4;
}

#bottom-container { 
    overflow: visible;
}

#bottom-container img {
    width: 100%;
}  

@media all and (max-width: 1100px) {

}

@media all and (max-width: 1050px) {
    #custom {
        padding: 50px 50px 50px 50px;
    } 
} 

@media all and (max-width: 940px) {
    #custom {
        padding: 50px 50px 150px 50px;
    }
    
    #brand {
        bottom: 100px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
    } 
}              