/* css for scrolling effect
*/

section.module:last-child {
  margin-bottom: 0;
}

.parallaxcontainer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

section.module.parallax {
  padding: 40px 0;
  background-position: 0 0;
  width: 100%;
  margin: 0 auto;
}
section.module.parallax h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color:  #1e1e1e; /*  #CF5300;*/
  opacity: 0.5;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px;
}

section.module.parallax p {
color: #333;
  text-align: right;
  text-shadow: 0 0 5px white;
 margin-top: 50px; 
}

section.module.parallax credit {
color: #333;
  text-align: right;
  text-shadow: 0 0 10px white;
margin-bottom: 50px;
}

section.module.parallax-1 {
  background-image: url("http://www.fp2w.org/assets/photos/5519042-md-diffuse-web.jpg");
  background-size: cover;
  box-shadow: inset 0 0 1em #111; 
}
section.module.parallax-2 {
  background-image: url("http://www.fp2w.org/assets/photos/5519042-md-diffuse-web.jpg");
  box-shadow: inset 0 0 1em #111;
  background-size: cover;
}

section.module.parallax .capture {
  float: right;
  width: 200px;
  padding: 1em;
  margin: 700px 0 0 0;
  text-indent: 0;
  background: rgba(243, 243, 243, 0.75);
  /* box-shadow: 0 1px 0.125em #333;*/
}


@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 50px 0 900px 0;
  }
  section.module.parallax h1 {
    font-size: 76px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 100px;
  }
  section.module p {
  font-size: 32px;
  }
}
