/********************************************************\
                      PARALLAX.CSS

\********************************************************/


section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 50% -256px; 
}
section.module.parallax h1 {
  color: #fff;
  font-size: 92px;
  font-family: 'Raleway-ExtraBold';
  line-height: 1;
  text-align: center;
  margin-top: -200px;
}
section.module.parallax h1::after{
content: '';
    width: 21rem;
    height: .4rem;
    display: block;
    position: inherit;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 22px;
}

@media screen and (max-width: 600px) {
section.module.parallax h1 {
  font-size: 70px;
  margin-left: 0px;
}
  }