nav {
  background-color: #fff;
  border-bottom: 15px solid #000;
  padding: 15px;
  background: linear-gradient(0deg, rgba(153, 150, 150, 1) 0%, rgba(207, 207, 207, 1) 13%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
}

.nav-item, .btn-secondary {
/*  text-transform: uppercase;*/
}

.dropdown-toggle, .dropdown-toggle:hover {
  color: #000;
  border: none;
  font-size: 21px;
  margin-top: 2px;
  background: transparent!important;
}

.nav-item {
  font-family: "apparat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
}

.active {
  color: #f00!important;
/*  text-decoration: underline!important;*/
}

.navbar-brand {
  margin: auto;
}


#btn-franchise {
  border-radius: 15px;
  padding: 5px 10px;
  background-color: #f00;
  border: 2px solid #9c0000;
  text-shadow: 3px 3px 3px #000;
  color: yellow;
  font-weight: 600;
  box-shadow: 3px 3px 3px #000;
}