/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 500px;
  background-position: 30% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
 
}

section.module.parallax-1 {
	background-image:url(../images/1.jpg);
	
	

}
section.module.parallax-2 {
  background-image: url(../images/2.jpg);


}




@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 30px;
	color:#FFF;
  }

  

  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax p {
	color: #000000;
	width: 100%;
	
	
  }
}
