h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color:#444;
}
q:before,q:after {
    content:'';
}

	#section1{
		background-image: url(/img/bg1.jpg);
		background-size: cover; 
	}
	#section2 {
		background-image: url(/img/bg2.jpg);
		background-size: cover; 
	}	
	#section3 {
		background-image: url(/img/about_bg.jpg);
		background-size: cover; 
	}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
}


h1{
	font-size: 3.5em;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
	
}
p{
    font-size: 1.2em;
}
.section{
	text-align:center;
}


@media screen and (max-width:768px) {
p{
    font-size: 1em;
}
.section{
	padding:20px 0px;
	text-align:left;
}
#section1{
	padding-top: 130px;
	
}
}




