/* ============================================================
  SECTIONS
============================================================ */

section.module.parallax {
  background-position: 0 0;
}
section.module.parallax-1 {
  background-image: url("../images/bg/bg1.jpg");
  background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('../data/resources/bg1.jpg');
}
section.module.parallax-2 {
  background-image: url("../images/bg/bg-services.jpg");
}
section.module.parallax-3 {
  background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)), url('../images/bg/bg-contact-color.jpg');
}
