:root {
--cassiopeia-color-primary: #2d7ca3;
}

/* comic-neue-regular - latin */
@font-face {
  font-display: swap;  /*Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/comic-neue-v8-latin-regular.woff') format('woff'); Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	src: local(''),
       url('../fonts/comic-neue-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comic-neue-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/comic-neue-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/comic-neue-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/comic-neue-v8-latin-regular.svg#ComicNeue') format('svg'); /* Legacy iOS */
}

body {
	margin: 0;
  	background: #fff;
	font-family: 'Comic Neue';
	line-height: 1.3em;
	font-size: 100%;
	color: #333;
}

h1 {
	font-family: 'Comic Neue';
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-family:  'Comic Neue';
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

h3 {
  font-weight: bold;
  font-family: 'Comic Neue';
  font-size: 16px;
  color: #135cae;
}

h4 {
	font-weight: bold;
	font-family:  'Comic Neue';
	color: #333;
}

.mod-list li a {
  text-decoration: none;
  font-size: 20px;
  margin-left: 12px;
}

.mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-menu {
  justify-content: left;
  color: #ffffff;
  background-color: #2d7ca3;
;
  padding: 0;
}

.footer {
  background-color: #2d7ca3;
  background-image: none;
  color: #fff;
  font-size: 18px;
  margin-top: 1em;
}

.footer li a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

.footer li a:hover{
  font-size: 18px;
  color: #fff;

}

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

container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 1em;
  margin-left: 1em;
}
.container-component > *, .container-sidebar-left > *, .container-sidebar-right > * {
  margin-bottom: 0;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* comic-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/comic-neue-v8-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
