.HideOnMobileExternal{
 display:none;
}
html, body{
background-color:#FFFFFF;
}

@media screen and (max-width: 420px) {
#divBannerWrapper{
display:none;
}
 #mainNavbar.noMenu{
    background-color:   #238AB5;
    background-image: url('highland city.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height:50px;
    image-rendering: crisp-edges;
 }

   #mainNavbar.withMenu {
    background-color: linear-gradient ( none 80px,  #238AB5 100%);
    background-position: 80px 0px;
    background-image: url('highland city.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height:50px;
    image-rendering: crisp-edges;
  }
}
@media screen and (min-width: 421px){
#divBannerWrapper {
  color: #000;
  /*** LogoBackgroundColor ***/
  background-color:  #238AB5;
  /*** FolderName ***/
  /*** ImageName ***/
  background-image: url('highland city.png');
  height: 100px;
  background-repeat: no-repeat;
}
}


