section.module.parallax-1 {
  background-image: url("/content/images/itaipu/dam3.jpg");
}

h1.thetitle {
  padding-top: 0.5em;
}

@media (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 6em;
  }
  section.module.parallax h2 {
    font-size: 45px;
  }
  section.module.parallax-1 {
    height: 430px;
  }
}

@media (max-width: 960px) and (min-width: 544px) {
  section.module.parallax h1 {
    font-size: 4em;
  }
  section.module h2, section.module.parallax h2 {
    font-size: 1.9em;
  }
  section.module.parallax-1 {
    height: 280px;
  }
}

@media all and (max-width: 544px) {
  section.module.parallax-1 {
    height: 200px;
  }
  h1.thetitle {
    padding-top: 1.7em !important;
    font-size: 2em !important;
  }
}