.text-secondary {
  color: #e5e5e5 !important;
}

h1,
.h1 {
  font-size: 50px !important;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 35px !important;
  }
}
a {
  color: #f1a501 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #212832 !important;
}
