/* Homepage-only presentation for the approved dark-silk hero. */
#home.bg-white {
  background-color: transparent !important;
}

#home .bg-gradient-to-b,
#home .bg-gradient-to-r {
  background-image: none !important;
  --tw-gradient-from: transparent !important;
  --tw-gradient-via: transparent !important;
  --tw-gradient-to: transparent !important;
  --tw-gradient-stops: transparent, transparent !important;
}

#home .text-gray-900 {
  color: #fff !important;
}

#home .text-gray-500,
#home .text-gray-600,
#home .text-gray-700 {
  color: rgba(255, 255, 255, 0.82) !important;
}

#home .border-gray-200 {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
}

#home .border-gray-200:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

#home .bg-red-50 {
  background-color: rgba(209, 23, 23, 0.18) !important;
  border-color: rgba(209, 23, 23, 0.35) !important;
}

@media (max-width: 640px) {
  #home {
    padding-top: 110px !important;
  }
}
