:root {
  --cassiopeia-color-primary: #ffffff;
  --cassiopeia-color-link: #bd0926;
  --cassiopeia-color-hover: #0b5299;
}

h1, h2, h3, h4, h5, h6 {color: #0b5299;}

h1 {font-size: 1.8rem;}
h2 {font-size: 1.6rem;}
h3 {font-size: 1.4rem;}
h4 {font-size: 1.2rem;}

.container-header {
  background-color: white;
  background-image: none;
}

.container-header .site-description {
  color: #0b5299;
  font-size: 1.5rem;
  padding: 10px 0 0 0;
	font-weight: bold;
  line-height: 1.3rem;
}

.container-header .mod-menu {
  color: #bd0926;
  font-size: 1.2rem;
}

.container-header .mod-menu a:hover {
background-color: #bd0926;
color: white;
}

.container-header .mod-menu a:active {
background-color: #bd0926;
color: white;
}

.footer {
  background-color: white;
  background-image: none;
  color: #bd0926;
  border-top: 2px solid #0b5299;
}

.footer .mod-menu {
  flex-direction: row;
  gap: 60px;
}

a:not([class]) {
    text-decoration: none;
    border: 2px solid #bd0926;
    color: #bd0926;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1rem;
                font-weight: bold;}

a:hover {
  color: white;
  background-color: #bd0926;
  font-size: 1.1rem;
}

.metismenu.mod-menu .metismenu-item > a:focus,
.metismenu.mod-menu .metismenu-item > button:focus {
  outline-offset: 3px;
  outline: 4px dotted #bd0926;
}


.back-to-top-link {background-color: #bd0926;
  border-top: 2px solid #0b5299;
}

li {margin-top: 10px; margin-bottom: 10px;}

.container-header .navbar-toggler {
  color: #0b5299;
  border: 2px solid #0b5299;
}
.container-header .mod-finder .awesomplete{border: 2px solid #0b5299;}

.finder {color: #0b5299;}

:focus-visible {
  outline: 2px solid crimson;
  outline-offset: 4px;    
}
