/* ============================================================
  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/bg-01.jpg);
}
div.module.parallax-2 {padding:150px 0;
  background-image: url(../images/bg-02.jpg);
}
div.module.parallax-3 {  padding:80px 0;
  background-image: url(../images/bg3.jpg);
}
div.module.parallax-4 {
  background-image: url("../images/2inner.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 {
 
  }
}
