/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 500px;
  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 h1 {
  color: #fff;
  font-size: 40px;
  line-height: 500px;
  font-weight: 700;
  text-align: center;
text-shadow: 0 4px 10px rgba(0, 0, 0, .8);
  
}
section.module.parallax-1 {
  background-image: url("../images/homepara.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/about.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/team.jpg");
}

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

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

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

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

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

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

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

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

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

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




@media all and (min-width: 550px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 1000px) {
  section.module.parallax h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 1200px) {
  section.module.parallax h1 {
    font-size: 60px;
  }
}
