.site-grid {
   grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,18em)) [main-end] minmax(0,1fr) [full-end];
}
.container-header {
    background-color: white;
    background-image: none;
}

/* Text should now be blue */
.container-header .mod-menu {
    color: #0088cc;
}
/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #B9BDBD;
}
.container-header .navbar-toggler {
    color: #0088cc;
    border: 1px solid #0088cc;
.header {
    background-color: #f4f6f7;
}
.grid-child {
    padding: 3px 15px;
    background-color: white;
}
.footer {
    background-color: #f4f6f7;
    background-image: none;
}