
.dropdown-menu {
    background-color: #761d0c !important;
    border: 0px !important;
    box-shadow: 1px 3px 7px 1px #b1b1b1fc !important;
  }
  .dropdown-item {
    color: #ffffff;
   }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0rem 0.5rem;
  background-color:#8a1213;
  z-index:1;
 border-bottom: 2px solid #fff;
 padding: 7px 0px;
  
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right:1rem;
	padding-left: 1rem;
	color: #FFF;
	}

.navbar-nav {
   display: -ms-flexbox;
   display: flex;
  -ms-flex-direction: column;
   flex-direction: column;
   padding-left:0;
   margin-bottom: 0;
  list-style: none;
    margin: auto;
    text-align: center;
    width: 100%;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  

}

.navbar-nav .nav-link {
      /* padding-right: 30px !important;*/
    /*padding-left: 0 !important;*/
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
}
a.nav-link.active, a.nav-link:hover {
    color: #fff !important;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

ul {
  list-style: none;
  width:100%;
}
.navbar-nav li {
    text-align: center;
    margin: 0 auto;
}
.navbar-nav li.nav-item {
    text-align: center;
    margin: auto;
}

@media (max-width:576px) {

ul {
  list-style: none;
  width:100%;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color:#FFF;
  border-color: #FFF;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(235, 235, 235, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	font-weight: normal;
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
