

/* ============================================================
  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: 0 0;
}
.contentheight100 {
  height:100%;
  min-height:750px;	
}
section.module.parallax {
  height: 100%; /*600px*/
  min-height:600px;
  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: rgba(255, 255, 255, 1);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-color:#25705f;
  background-image: url("../img/bg-menu-specks.png");
}
section.module.parallax-2 {
  background-color:#f7f7f7;
}
section.module.parallax-3 {
  background-color:#000; position:relative;
}
section.module.parallax-3 #pic-black-mask { background-color:#000; opacity:0.2; position:relative; width:100%; height:100%; margin-bottom:-700px; z-index:10; }    

section.module.parallax-4 {
  background-color:#8dbb97;
  min-height:700px;
}

.contentheight200 {
	  height:auto;	
}

/*Styles for screen 1200px and lower*/
@media only screen and (max-width: 1200px) {
	.contentheight100 {
	  height:auto;	
	}
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}

