:root {
  --main-color: #CFCFCF;
  --main-ligher-color: #E5E5E5;
  --main-darker-color: #CFCFCF;
  --main-link-button-color: #7D7D7D;
  --main-lighet-color-used: #E8E8E8;
  --lighter-title-color: #919191;
  --light-shade: #ECECEC;
  --header-color: #CFCFCF;
  --header-color-lighter: #ECECEC;
  --footer-color: #CFCFCF;
  --header-color-faded: #666666;
  --footer-color-text: #000;
  
}

.main-nav{
  background: var(--header-color);
}

.logo-link {
    display: block;
    width: 168px;
    height: 56px;
    background: url(../images/logos2025/paladin.png) center no-repeat;
}

.logo_footer {
  display: block;
  width: 168px;
  height: 56px;
  background: url(../images/logos2025/paladin_white.png) center no-repeat;
  background-size: contain !important;
  filter: invert(1);
}
.main_logo{
	width: 195px;
	height: 75px;
	background: url(../images/new_design/logo_paladin.png) center no-repeat;
	margin: 24px 0 15px 3px;
	background-size: contain;
}

@media (max-width: 991.98px) {
  .logo-link{
      background: url(../images/logos2025/paladin_white.png) center no-repeat;
      filter: invert(1);
  }
  .breadcrumb-line, .breadcrumb-line i, .breadcrumb-line a, .color_header, button#mobileMenuToggle{
      color: var(--footer-color-text) !important;
  }
}