body {
  background: url( "img/background.png" ) fixed no-repeat bottom left;
}
[data-bs-theme="dark"] body {
  background: none;
}

a.localeChangeLink {
  color: var(--bs-body-color);
  text-decoration: none;
}
a.localeChangeLink .active {
  font-weight: bold; 
}
a.localeChangeLink:hover {
  text-decoration: underline;
}
span.localeName {
  padding-left: 2px;
  padding-right: 1px;
}
div#mainMenu a {
  color: var(--bs-body-color);
  text-decoration: none;
}
div#mainMenu a.active {
  font-weight: bold; 
}
div#mainMenu a.menu1-item {
  text-transform: uppercase; 
  padding-bottom: .2rem;
  padding-bottom: .3rem;
}
div#mainMenu  a:hover {
  text-decoration: underline;
}
div#mainMenu .menu2 {
  padding-left: .3rem;
  padding-bottom: 1rem;
}
div#mainMenu a.menu2-item {
  padding-bottom: .1rem;
}

div.page-breadcrumb {
  margin-top: 0;
}

div.page-breadcrumb ol.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

div.page-breadcrumb ol.breadcrumb .breadcrumb-item::before {
  padding-right: .1rem;
  padding-left: .3rem;
}

div.socialIcons a i {
  color: var(--bs-primary);
}