#home-header .welcome {
    font-size: 40px; 
    text-align: center; 
    font-weight: 900; 
    color: #ffffff; 
    letter-spacing: 2px; 
    text-shadow: 0 0 2px #00ffaa;
    margin-bottom: 40px;
}

#home-header .title {
    font-size: 80px; 
    text-align: center; 
    font-weight: 900; 
    color: #7df9ff; 
    text-shadow: 0 0 2px #00ffff;
}

#home-header .sub {
    font-size: 25px; 
    color: #ffffff;
    text-align: center;
}

#home-header .top-sub {
  font-size: 30px; 
  color: #7df9ff; 
}

.img-thumbnail {
  width: 30%;
}

@media (max-width: 1024px) {
  #home-header .title {
    font-size: 60px; 
  }

  #home-header .welcome {
    font-size: 30px; 
    margin-bottom: 20px;
  }

  #home-header .sub {
    font-size: 20px; 
  }
}

@media (max-width: 768px) {
  #home-header .title {
    font-size: 40px; 
  }

  #home-header .welcome {
    font-size: 25px; 
    margin-bottom: 20px;
  }

  #home-header .sub {
    font-size: 16px; 
  }

  #home-header .top-sub {
    font-size: 16px; 
    margin-bottom: 5px;
  }

  .img-thumbnail {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #home-header .title {
    font-size: 30px; 
  }

  #home-header .welcome {
    font-size: 20px; 
    margin-bottom: 15px;
  }

  #home-header .sub {
    font-size: 12px; 
  }

  #home-header .top-sub {
    font-size: 12px; 
    margin-bottom: 5px;
  }

  .img-thumbnail {
    width: 60%;
  }
}

@media (max-width: 350px) {
  #home-header .title {
    font-size: 22px; 
  }

  .img-thumbnail {
    width: 80%;
  }

  .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 0px !important;
  }
}


hr.footer-hr {
  border: none; 
  height: 1px; 
  background-color: #fffefe; 
  margin: 40px auto; 
  width: 60%;
}

.bottom-div {
    text-align: center;
    font-size: 16px;
    color: #fffefe;
    font-family: 'Georgia', serif;
    margin: 30px;
    margin-left: auto;
    margin-right: auto;
}
/* Fix tall skinny business names in cards */
.card-title {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

/* Optional: keep all cards a similar height so rows look tidy */
.card {
  min-height: 140px;
}