nav .navbar-collapse {
  background-color: #446a91;
  width: 100%;
}

nav > div.flexbox {
  justify-content: center;
}

nav .navbar-collapse a {
    border-radius:3px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'open_sansregular';
  padding: 4px 16px;
  margin-right:8px;
  text-align: center;
  text-decoration: none;
  
}
nav .navbar-collapse a:hover{
    background:#6cb304;
    color: #fff;
    text-decoration: none;
}
/* EXAMPLE 6 - Background Logo*/
.example6 .navbar-brand{ 
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
  width: 200px;
}
@media all and (max-width: 800px) {}