/* ============================================================
  SECTIONS
============================================================ */
div.module:last-child {
  margin-bottom: 0;
}
div.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.module.parallax-1 {padding:60px 0;
  background-image: url("../images/para_1.jpg");
}
div.module.parallax-2 {padding:60px 0;
  background-image: url("../images/para_2.jpg");  
}
div.module.parallax-3 { padding:60px 0;
  background-image: url("../images/para_3.jpg"); 
}
div.module.parallax-4 {padding:20px 0;
  background-image: url("../images/para_1.jpg");
}




@media all and (min-width: 600px) {
  div.module h2 {

  }
  div.module p {

  }
  div.module.parallax h1 {

  }
  
}
@media all and (min-width: 960px) {
  div.module.parallax h1 {
 
  }
}
