@charset "UTF-8";
/* CSS Document */

section.module:last-child {
  margin-bottom: 0;
}


/*section.module.content {
  padding: 40px 0;
}*/

section.module.parallax {
  padding: 240px 0;
  background-position: 50% 0%;
}

section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}

@media all and (min-width: 600px) {

  section.module.parallax {
    padding: 300px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}