/* For static background */

.about-bg, .portfolio-bg, .we-listen, .quote-bg, .services-bg, .contact-bg {
	background-color:#000;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.about-bg {background-image: url(../images/about-bg.jpg);}
.quote-bg {background-image: url(../images/quote-bg.jpg);}
.contact-bg {background-image: url(../images/contactbg.jpg);}

.portfolio-bg {background-image: url(../images/portfolio-bg.jpg);}

.we-listen {background-image: url(../images/listen-bg.jpg);}

.services-bg {background-image: url(../images/services-bg.jpg);}

.divider { height: 50px; }

section {

	padding-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
	color:#FFF;
}

/* CSS specific to the 2x3 columns version */
@media (min-width:32.5em) and (max-width: 49.938em) {
 
section {

	padding-top: 40px;
	padding-bottom: 40px;
	overflow: auto;
	color:#FFF;
}
}

/* Adapting the font size and width for smaller screns*/
@media (min-width: 32.5em) and (max-width: 38.688em) {

section {

	padding-top: 30px;
	padding-bottom: 30px;
	overflow: auto;
	color:#FFF;
}
}


@media (max-width: 32.438em) {
section {

	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	color:#FFF;
}
}