/* Change the header background */
.header {
    background-image: none;
    background-color: #fff8e8;
}

.grid-child {
    background-color: #fff;
}

/* Make the menu text white to stand out */
.container-header .mod-menu {
    color: #fff;
}

/* Adjust the body background to Protostar's light grey */
body {
    background-color: #fff8e8;
}

/* Add the subtle border around the main content */
.container-component {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    border-top-width: 0px;
}

.container-header .container-nav {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;

}

.container-header nav {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.site-grid>[class^=container-], .site-grid>[class*=\ container-] {
    max-width: 960px;
}

.grid-child {
    max-width: 960px;
}


a:not([class]) {
  color: #b3ab41;
  text-decoration: none;
}
.container-nav ul.mod-menu {
     display: flex;      /* Ensures flex context */
     flex-wrap: wrap;    /* Enforces wrapping to next line */
}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
  color: #b3ab41;
}

.container-header .mod-menu>li>a:hover {
  color: #005e8d;
}

.container-header .navbar-toggler {
    color: #b3ab41;
    cursor: pointer;
    border: 1px solid #fff;
}

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  line-height: 14px;
}

.nav-pills > .active > a {
  background: #b3ab41;
  color: #fff !important;
}

.metismenu.mod-menu .metismenu-item {
  font-size: 13px;
}

.container-nav {
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.metismenu.mod-menu .metismenu-item {
  padding: unset;
}

body > header > div:nth-child(1) {
  margin-top: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    border-bottom-width: 0px;
}

