:root {
  --cassiopeia-color-primary: red;
  --cassiopeia-color-hover: green;
  --cassiopeia-color-link: blue;
}

/* Banner Image */
.mybanner {
  min-width: 100%;
}

.card-body {
  padding: 0px;
}
/* Menu */

/* Make menu bar extend to the right */
.grid-child {
  display: inherit;
}

/* Override the lila background with white */
.container-header {
    background-color: white;
    background-image: none;
}

/* Text should now be blue */
.container-header .mod-menu {
    color: #243973;
/*  background-color: #fedb67; */
}
.footer {
  color: #243973;
}

.container-header
.container-nav {
  padding: 0 0.5em 0 0.5em;
}

/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
/*  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; */
  padding: 7px 15px; 
  color: #243973;
  border: 1px solid white;
  background-color: #fedb67;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #ffcb26;
}

/* Make menu items smaller */
.metismenu.mod-menu .metismenu-item {
  padding: 0px;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #243973;
    border: 1px solid #243973;
}

/* Create a gray background behind content */
.site-grid {
    background-color: #f4f6f7;
}

.header {
    background-color: #f4f6f7;
}

.grid-child {
    padding: 3px 15px;
    background-color: white;
}

.footer {
    background-color: #f4f6f7;
    background-image: none;
}

/* Table headings */
thead tr td {
  background-color: #8eadff;
  color: #243973;
  border-width: 1px;
  border-color: grey;
}

tbody td {
  border-width: 1px;
  border-color: grey;
}

h2 {
  color: #243973;
}

h3 {
  color: #00227d;
}

/* Banner */
.alert-warning {
  padding: 15px 15px;
  background-color: #f8cac6;
  color: #e03e2d;
  border: 1px solid #e03e2d;
  font-size: 36px;
  text-align: center;
}
.alert-info {
  padding: 15px 15px;
  background-color: #6ABE30;
  color: green;
  border: 1px solid green;
  font-size: 36px;
  text-align: center;
}