.HideOnMobileExternal{
 display:none;
}
html, body{
background-color:#FFFFFF;
}

@media screen and (max-width: 420px) {
#divBannerWrapper{
display:none;
}
 #mainNavbar.noMenu{
    background-color:   #666666;
    background-image: url('plymouth community school corporation.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height:50px;
    image-rendering: crisp-edges;
 }

   #mainNavbar.withMenu {
    background-color: linear-gradient ( none 80px,  #666666 100%);
    background-position: 80px 0px;
    background-image: url('plymouth community school corporation.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:  #666666;
  /*** FolderName ***/
  /*** ImageName ***/
  background-image: url('plymouth community school corporation.png');
  height: 100px;
  background-repeat: no-repeat;
}
}


