body {
  font-family: "Segoe UI", Arial, sans-serif;
}

#hero {
  padding: 120px 16px 40px;
  text-align: center;
}

#hero h1 {
  margin-bottom: 16px;
}

#hero a,
#tagline a,
.cta-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 24px;
  background-color: #607d8b;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

#hero a:hover,
#tagline a:hover,
.cta-btn:hover {
  background-color: #455a64;
}

.logo-center {
  text-align: center;
  margin-top: 80px;
}

.logo-center img {
  max-width: 700px;
  width: 20%;
  height: auto;
}

form input,
form textarea,
form select {
  width: 100%;
  padding: 8px;
  margin: 6px 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form textarea {
  min-height: 120px;
  resize: vertical;
}

.footer-wrap {
  background-color: #000;
  color: #d5d5d5;
  padding: 32px 16px;
  margin-top: 32px;
}

.footer table img {
  max-width: 100px;
  height: auto;
}

.footer a {
  color: #1e90ff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.form-message {
  margin-top: 8px;
  font-weight: bold;
}

.form-message.error {
  color: #c62828;
}

.form-message.success {
  color: #2e7d32;
}

.page-section {
  padding: 64px 16px;
}

.page-section h2 {
  margin-bottom: 16px;
}
