.card-header {
    background-color:rgb(200, 224, 249/ 80%);
    border-bottom: 1px solid #6c73e1;
    margin-bottom: 0;
    padding: .5rem 1rem;
}




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

/* Menu */


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

/* Text should now be blue */
.container-header .mod-menu {
    color: #64bbee;
	background-color: #07447b;
    font-weight: 500;
}

.metismenu.mod-menu .metismenu-item
{
    font-size: 0.9em;
}

/* 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: 3px 15px;
    color: #0088cc;
}

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

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

.site-grid {
    background-color: #f4f6f7;
}

.header {
    background-color: #f4f6f7;
}

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

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

.btn .btn-secondary {
    background-color: #31c64a;
    border-color: #ced4da;
    color: #353b41;
}

.main-n.main-nav {
    background-color: rgba(0, 2, 53, 1);
}

.main-nav .logo {
    margin-top: 36px;
    margin-bottom: 36px;
    width: 33.47px;
    height: 46.83px;
}
/
}
*/
.main-nav .main-menu {
    list-style: none;
    margin-top: 36px;
    margin-bottom: 36px;
}

.main-nav .main-menu li {
    display: inline-block;
    margin-left: 28px;
}

.main-nav .main-menu li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 20px;
    transition: 300ms;
}

.main-nav .main-menu li a:hover {
    color: rgba(252, 188, 14, 1);
    text-decoration: none;
}

