/* ============================================================
  SECTIONS
============================================================ */



section.module.parallax {
  height: 300px;
  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-size: 20px;
	line-height: 300px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	opacity:0.8;
}
section.module.parallax-1 {
  background-image: url("../img/demo/_small/1.jpg");
}


@media all and (min-width: 600px) {


  section.module.parallax h1 {
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	color: #243B51;
  }
}
@media all and (min-width: 960px) {
 
}
