/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
	font-size: 38px;
	color: #2d2d2d;
	line-height:30px;
	    letter-spacing: 3px;
}
section.module h1 {
  margin-bottom: 40px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
	font-size: 38px;
	color: #fff;
	line-height:30px;
	text-align:center;
}
section.module p {
  margin-bottom: 40px;
  font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height:28px;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0px 0;
  	   background:url(../images/);

}
section.module.parallax {
  min-height: 400px;
  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 {
  font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
	font-size: 38px;
	color: #fff;
	line-height:30px;
	text-align:center;
}
section.module.parallax-1 {
  background-image: url("../images/work.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/bcg_slide-3.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/bcg_slide-5.jpg");
  	background-color:#EFEFEF;

}

@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;
  }
  
  section.module foothead {
	      font-size: 13px;
  }

}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
