/* Add here all your css styles (customizations) */

.nav-link-leasing {
  font-weight: 700;
  color: #e67e22 !important;
  text-transform: uppercase;
}

.nav-link-leasing:hover {
  color: #d35400 !important;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}


