/* ============================================================
  SECTIONS
============================================================ */
div.module:last-child {
  margin-bottom: 0;
}
div.module.parallax {
/*  height: 361px;*/
  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 {
  background:#e6f1fb;
}
div.module.parallax-2 { padding:0 0 50px 0;
  background-image: url("../images/strip_bg2.jpg");
}
div.module.parallax-3 {
  background-image: url("../images/3.jpg");
}
div.module.parallax-4 {padding:0 0 30px 0;
  background-image: url("../images/f_bg.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 {
 
  }
}
