/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/


.main-navbar {
  background-color: #E9ECEF;
  color: #384660;
}

.navbar-dark .navbar-nav a.nav-link {
    color: #384660;
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav a.nav-link:hover {
    color: #226BAA
}

span.alert-secondary {
    color: #384660;
    background-color: #f8f9fa;
    border-color: #f6f7f8;
}
.head {
    padding: 0;
}

#site-header .header-sub-brand {
    text-align: left;
}

.gem-container {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 2rem;
}

.gem-column {
  padding: 1em;
}

.bg-light {
  background: #f8f9fa;
}

