@media only screen and (min-width: 992px) {
  .nav-item-contact {
    margin-left: 10px;
  }

  .btn-contact {
    width: 120px;
  }

  .nav-item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.navbar {
  padding: 30px 0px;
}

.nav-link {
  font-size: 16px;
  font-family: Poppins;
}

.nav-item > .active {
  color: #f68d1f !important;

  font-size: 16px;
  font-family: Poppins;
}

.btn-contact {
  color: white;
  background-color: #f68d1f;

  border: 1px solid #f68d1f;

  height: 100%;
}

.btn-contact:hover {
  color: #f68d1f;
  background-color: white;
  border: 1px solid #f68d1f;
}

.btn-contact:active {
  color: white !important;
  background-color: #f68d1f !important;

  border: 1px solid #f68d1f !important;
}
