/* 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: #9e0f3f;
  word-spacing: 0px;
  padding: 1px;
    margin: 0px;
  border: 0px;
}

/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px; 
    padding: 0px;
    color: #9e0f3f;
}
.metismenu-item {
   background-color:  #dbd2db;
    color: #9e0f3f;
}

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

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #9e0f3f;
    border: 1px solid #eb3a34;
  margin: auto;
}
.navbar-expand-lg {
              margin: auto;
}

body { 
   
    background-color: #dcdcdc !important; 
}

.container-nav { 
  
    background-color: #dbd2db !important; 
}

h1, h2, h3, h4, h5, h6 {
  color: #9e0f3f;
}
.container-header .navbar-brand {
     margin-left: auto;
    margin-right: auto;
}
.btn-primary {
    color:#9e0f3f ;
}