/* Color margins outside Cassiopeia container */
html {
  background-color: rgb(25,25,25);
}

/* Set width of site and center */
body {
	max-width: 1050px;
  	margin: 0 auto;
}
/*Set width of content and sidebars.*/
.site-grid {
  grid-template-columns: [full-start] minmax(0,1fr) [main-start] 318px minmax(0,16rem) minmax(0,16rem) 250px [main-end] minmax(0,.5fr) [full-end];
}

/* Set colors for Cassiopeia */
:root {
  --cassiopeia-color-primary: rgb(86,18,18);
  --cassiopeia-color-hover: rgb(189,56,15);
  --cassiopeia-color-link: rgb(27,32,233);
}
/* Remove header gradient background. */
.container-header {
  background-image: none;
}

/* Menu */
.container-header .mod-menu {color: rgb(0,0,0);
background: rgb(255,255,255);
}
.mod-menu>li:hover {color: rgb(189,56,15);
}
.container-header .mod-list li.active > a {
  color: rgb(189,56,15);
  font-weight: bold;
}

/* Header font sizes */
.card-header {font-size: 20px;}
h1 {font-size: 24px;}
h2 {font-size: 18px;}



