/* Custom Styles */
h1.simple {
    font-family: 'Hellvetica';
    font-size: 48px;
    margin-top: 27px;
}

@media(max-width:767px){
    
    br {display:none;}
    h1.simple {
    font-family: 'Hellvetica';
    font-size: 36px;
    margin-top: 10px;
}
}