/* NOTE CHANGING LOGO HEIGHT WILL REQUIRE CHANGES IN SKIN.CSS  */

/* Logo Height */
.navbar-brand {
  height: 95px;
  padding: 8px;
}

/* MOBILE LOGO */
div#s-header-logo-mobile {
  background: url('../logo/logo-white.png') no-repeat center center;
  background-size: contain;
}
div#s-header-logo-mobile {
  width: 170px;
  height: 100%;
}


/* Medium Screen Up LOGO */
div#s-header-logo {
  background: url('../logo/logo.png') no-repeat center center;
  background-size: contain;
}

/* Client Group Logo*/
div.navbar-header img[alt="Brand"] {
  max-height: 50px;
}

@media screen and (min-width: 768px) {
    /* Main Logo Width */
  div#s-header-logo {
    width: 180px;
    height: 100%;
  }
}