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

td {
  border-width: 1px;
}

.container-nav {
    justify-content: center !important;
  	position: sticky;
  	top: 0px;
}

/* Menu */

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

/* Text should now be blue
.container-header .mod-menu {
    color: #0088cc;
}*/

/* 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;
}

/* 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;
}*/