/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 400px;
  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;
}

section.module.parallax-1 {
  background-image: url(../img/techno-intern3.png);
}
section.module.parallax-2 {
  background-image: url(../img/fish.jpg);
}
section.module.parallax-4 {
  background-image:url(../img/techno-seo-proces.jpg);
  height:495px;
}

section.module.parallax-5 {
  background-image:url(../img/designnddevelpmentparelx.jpg);
  height:480px;
}

@media all and (min-width: 600px) {
 
  
 
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    
  }
}
