/* ============================================================
  SECTIONS
============================================================ */
div.module:last-child {
  margin-bottom: 0;
}
div.module.parallax {
  height: 361px;
  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;
}
div.module.parallax h1 {
  color: #fff;
  font-size: 48px;
  line-height: 361px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.module.parallax-1 {
  background-image: url("../images/1.jpg");
}
div.module.parallax-2 {
  background-image: url("../images/2.jpg");
}
div.module.parallax-3 {  height: 500px;
  background-image: url("../images/Shamanism.jpg");
}

@media all and (min-width: 600px) {
  div.module h2 {

  }
  div.module p {

  }
  div.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  div.module.parallax h1 {
    font-size: 160px;
  }
}
