.nav-contact-link {
  background-color: rgba(251, 209, 55, 1);
  border-radius: 50px;
  white-space: nowrap;
  font-size: 16px !important;
  outline: none;
  border: none;
}

.nav-contact-link:hover {
  background-color: #fff;
  color: #da7d3e !important;
}

.navbar-collapse li {
  text-align: center;
}

.navbar-brand-name {
  color: white !important;
  font-family: serif !important;
  font-weight: bold;
  margin-left: 7px;
  font-size: xx-large;
}

@media (max-width: 300px) {
  .navbar-brand-name {
    display: none;
  }
}

@media (max-width: 400px) {
  .navbar-brand-name {
    font-size: 18px;
  }
}

.nav-contact-link.active {
  background-color: white;
  color: #da7d3e !important;
}

.nav-contact-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

