/* ============================================================
  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: 40px 0;
}

section.module.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:0px 44px;   
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 600px;
  position: relative;  
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
}

section.module.parallax .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width:1024px) {
	
	section.module.parallax {
		height: 450px;
	}
	
	section.module.parallax h1 {
    	font-size: 40px;
        word-break: break-all;		
	}				
				
}


@media(max-width:768px) {
	
	section.module.parallax {
		height: 350px;
	}
	
	section.module.parallax h1 {
    	font-size: 32px;
        word-break: break-all;		
	}				
				
}