/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}


section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 458px;
  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;
  text-align:center
}


section.module.parallax .headingparallax {
	font-size:60px;
	text-align:center;
	color:#fff;
	font-family: 'Raleway-Black';
	text-transform:uppercase;
	padding-top:50px;
}

section.module.parallax p {
	font-size:28px;
	text-transform:uppercase;
	font-family: 'Raleway-Bold';
	color:#fff;
}

section.module.parallax p span {
	font-size:17px;
	line-height:0px;
}





section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  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-image: url("../images/parallex-image.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/about-header.jpg"); background-size: 100% 378px; background-position:top
}
section.module.parallax-3 {
  background-image: url("../images/office-bg.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-4 {
  background-image: url("../images/window-cleaning-header.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-5 {
  background-image: url("../images/indus-clean.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-6 {
  background-image: url("../images/carpet-cleaning-header.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-7 {
  background-image: url("../images/retail-clean.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-8 {
  background-image: url("../images/new-con.jpg"); background-size: 100% 378px; background-position:top
}


section.module.parallax-9 {
  background-image: url("../images/testi.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-10 {
  background-image: url("../images/faq-head.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-11 {
  background-image: url("../images/contact-head.jpg"); background-size: 100% 378px; background-position:top
}

section.module.parallax-12 {
  background-image: url("../images/quote.jpg"); background-size: 100% 378px; background-position:top
}






@media all and (max-width: 768px) {

section.module.parallax {
	height:auto
}
}


@media all and (max-width: 640px) {
section.module.parallax .headingparallax {
	font-size:25px;
	padding-top:100px;
}


}



@media all and (max-width: 500px) {


}