.hero-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.8rem;
  margin: 0 0 1rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

footer {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  padding: 1.5rem 1rem 2rem;
  line-height: 1.6;
  background-color: #f0f2f1;
  border-top: 1px solid #ddd;
}

footer a {
  color: #4B7F52;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: 500;
}

footer a:hover {
  text-decoration: underline;
  color: #3e6b45;
}

#disclaimer{
	margin-top: -10px;
}

a {
  color: #2c3e50;
}

a:hover {
  color: #1c6ea4;
}