.hero-contact {
  background: url(../../IMAGES/mainIMAGES/imgBANNER/LogoBanner01.jpg) center center/cover no-repeat;
  background-size: cover;       /* Makes sure image covers entire section */
  background-position: center;  /* Centers the image */
  background-repeat: no-repeat; /* No repeating */
  color: white;                 /* Make sure text is visible */
  padding: 100px 0;             /* Add vertical spacing */
}
