/* Add here all your CSS customizations */
.nav-link {
  color: #777 !important;
}

.nav-link:active {
  color: #f46301 !important;
}

.nav-link:focus {
  color: #f46301 !important;
}

.nav-link:hover {
  color: #f46301 !important;
}

.card:hover {
  border-color: rgb(194, 194, 194) !important;
}

.custom-card-style-1-title {
  color: #777 !important;
}
.custom-card-style-1-link {
  color: #777;
}

.custom-card-style-1-link:hover {
  color: #f46301 !important;
}
