:root {
  --main-color: #BFEFFF;
  --main-ligher-color: #DDF7FF;
  --main-darker-color: #BFEFFF;
  --main-link-button-color: #4D7AFF;
  --main-lighet-color-used: #E1F7FF;
  --lighter-title-color: #7ECDEB;
  --light-shade: #ECECFB;
  --greedy-bakcground-light-blue: #def7ff;
  --dark-blue-missing-amount: #4D7AFF;
  --header-color: #BFEFFF;
  --header-color-lighter: #DDF7FF;

  --footer-color: #BFEFFF;
  --header-color-faded: #4f6fcc;
  --footer-color-text: #000;

}

.main-nav {
  background: var(--header-color);
}

.logo-link {
  display: block;
  width: 168px;
  height: 56px;
  background: url(../images/logos2025/arthur.png) center no-repeat;
  background-size: contain !important;
}


.logo_footer {
  display: block;
  width: 168px;
  height: 56px;
  background: url(../images/logos2025/arthur_white.png) center no-repeat;
  background-size: contain !important;
  filter: invert(1);
}

.main_logo {
  width: 168px;
  height: 56px;
  background: url(../images/redesign/big_logo.png) center no-repeat;
  margin: 33px 0 33px 3px;
}

@media (max-width: 991.98px) {
  .logo-link {
    background: url(../images/logos2025/arthur_white.png) center no-repeat;
    height: 42px;
    position: relative;
    top: -4px;
    filter: invert(1);
  }
  .breadcrumb-line, .breadcrumb-line i, .breadcrumb-line a, .color_header, button#mobileMenuToggle{
      color: var(--footer-color-text) !important;
  }
}