.navbar-brand {
  text-align: center;
  width: 1000%;
}
.container-header {
  color: black;
  background-color: white;
  background-image: none;
  text-decoration-color:black;
}
.container-footer {
  color: white;
  background-color: #2b2b2b;
  background-image: none;
  text-decoration-color:black;
}
#mymenu {
  justify-content: center;
  color: black;
  background-color: white;
  text-decoration-color:black
}
#myfootermenu {
  justify-content: center;
  color: white;
  background-color: #2b2b2b;
  padding: 0;
  text-decoration-color:red;
}
.container-header .mod-menu>li:active {color:#b0b0b0;}
/*
.container-header .mod-menu > li.level-1.active > a, .container-header .mod-menu > li:hover a {
	background-color: #b0b0b0;
}
.level-1.active.mm-active > a {
	background-color: #b0b0b0;
}

.container-header .metismenu > li > a::after, .container-header .metismenu > li > button::before {
  opacity: 0;
}
li.active a, li:hover a, li:hover button {
    border-bottom: 2px rgb(243,137,166) solid;
}
*/

