.container-header .mod-menu>li:hover {color:Maroon;}
.container-header .mod-menu>li:visited {color:OrangeRed;}
.container-header .mod-menu__sub {background-color: Beige;}
.container-header .mod-menu .mod-menu__sub a:hover {text-decoration: none}
.container-header .mod-menu__sub a:hover {color:Red;}
.container-header .mod-menu>li:visited {color:OrangeRed;}
.container-header .mod-menu.mod-list.nav li:hover {background-color: Bisque;}

:root {
  --link-color: #800000;
  --link-hover-color: #FF4500;
  --primary: #000000;
  --link-decoration: none;
  --cassiopeia-color-link: #C71C3E;
}

.mod-list li a {
    text-decoration: none;
}
a,
a:hover,
a:focus,
a:active,
a:visited,
a:not([class]) {
    text-decoration: none !important;
}
h1, .h1 {
   font-size: calc(1.275rem + .3vw);
}

