/* ============================================================
  SECTIONS
============================================================ */

section.module.parallax .page_margins {
	max-width: 800px;
}

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

#section_overlay {
  background: url("/stream/images/parallax/pattern.png") repeat;
}

section.module h2 {
  margin-bottom: 40px;
  font-family: 'Arial', serif;
  font-size: 30px;
  color: #6d6e71;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #6d6e71;
  font-family: 'Arial', serif;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}

section.module.parallax-1 {
  background-image: url("/stream/images/parallax/para_01.jpg");
  background-size: 2400px 1500px;
  
  /* background-size: 1920px 1200px; */
  
  /* background-size:100%; */
}



@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
    color: #6d6e71;
  }
  section.module.parallax {
    padding: 0 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

.container {
	padding: 60px 0;
}







.module.parallax.parallax-1 .block_content.text {
	margin: 0;
	
	background: rgba(255, 255, 255, 0.46);
	border: 1px solid #fff;

	padding: 20px;
}






