.navbar {
  width: 100%;
  min-width: 320px;
  max-width:800px;
  color: #fff;
  /* background-color: #e61e6e; */
  background-color: blue;
  margin:0 auto;
}

.navbar-nav{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border: none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

.navbar-light .navbar-brand {
  color: #fff;
  line-height: inherit;
  font-weight: 600;
}

.navbar-tab {
  list-style: none;
  width: 10%;
  float: left;
}

.nav-item {
  width: 33.33%;
  list-style: none;
  height: auto;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}


.navbar-light .navbar-nav .nav-link:hover {
  color: antiquewhite;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  font-weight: 700;
}

#navbarSupportedContent15 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
