/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module.content h2 {
  margin-bottom: 40px;
  margin-left: 40px;
  margin-top: 80px;
}
section.module p {
  margin-bottom: 40px;
  margin-left: 100px;
  font-size: 18px;
  font-weight: 100;
}

section.module.content {
  /*min-height: 500px;*/
  position: relative;
  padding: 0px;
}
section.module.parallax {
  padding: 240px 0;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center; 
  background-size: cover;
}

@media all and (min-width: 600px) {
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 300px 0;
  }
}
@media all and (max-width: 800px) {
  section.module p {
    margin: 20px;
  }
}