body.home-page h2 {
  text-decoration: underline;
}

#header {
  border-style: double;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url('../images/banner.png');
}

#header img {
  margin: 20px 0;
  max-width: 90%;
}

#about-section img {
  max-height: 400px;
  max-width: 100%;
  width: auto;
}

#downloads-section img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

#contact-section img {
  max-height: 250px;
  max-width: 100%;
  width: auto;
}

#contact-section li {
  overflow-wrap: anywhere;
}

#demos-section img {
  max-height: 75px;
  max-width: 100%;
  width: auto;
}

#demos-section audio {
  width: 80%;
}

.demo {
  border: 1px dashed blue;
  margin-bottom: 10px;
  padding: 5px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 90%;
  border: 0;
}

#newsletter-form {
  text-align: left;
}

#newsletter-form label {
  font-weight: bold;
}

#newsletter-form input[type='text'],
#newsletter-form input[type='email'] {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}

#newsletter-form input[type='submit'] {
  width: 100%;
}

.recaptcha-disclosure {
  font-size: 0.85em;
  margin-top: 8px;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

#email-disclaimer {
  font-size: 0.9em;
}

ul {
  list-style-type: square;
  text-align: left;
}

.form-quiet {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #header {
    height: 150px;
  }
}

@media screen and (max-width: 600px) {
  #header {
    height: 75px;
  }
}
