    /* Example: mytheme/css/style.css */
/* Homepage logo */
.path-frontpage .navbar-brand {
  background-image: url("/themes/custom/notech/images/logo-home.png");
}

/* About page logo (path = /about) */
.path-about .navbar-brand {
  background-image: url("/themes/custom/notech/images/logo-about.png");
}

/* Specific node (node/123) */
.page-node-123 .navbar-brand {
  background-image: url("/themes/custom/notech/images/logo-special.png");
}

/* Hide the existing <i  background-image: url("https://decodingit.com/wp-content/uploads/2023/10/dit-ENG.png ");



/* Solutions landing page (node/25) has its own hero title; hide the default plain-text node title */
.slp-solutions .header-title { display: none !important; }
