/* Style for our header texts
	* --------------------------------------- */
	
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3{
		background-size: cover;
		background-attachment: fixed;
	}

	/* Defining each sectino background and styles
	* --------------------------------------- */
	#section0{
		background-image: url( url(js/fullscreen/imgs/bg1.jpg));
		padding: 30% 0 0 0;
	}
	#section1{
/*		background-image: url(imgs/bg2.jpg) ;*/
 background:  #080808 url(../../images/cont-bg.jpg)  top center no-repeat;
		padding: 0 0 0 0;
				
	}
	#section2{
/*		background-image: url(imgs/bg3.jpg);*/
		padding: 0 0 0 0;
		background:#ff0000;
	}
	#section3{
		/*background-image: url(imgs/bg4.jpg);*/
		padding: 2% 0 0 0;
		height:180px;
	}
	#section3 h1{
		color: #000;
	}


 	/*Adding background for the slides
	* --------------------------------------- */
	#slide1{
		 background:  #080808 url(../../images/cont-bg.jpg)  top center no-repeat;
/*		background-image: url(js/fullscreen/imgs/bg2.jpg);*/
		padding: 6% 0 0 0;
	}
	#slide2{
		background-image: url(js/fullscreen/imgs/bg5.jpg);
		padding: 6% 0 0 0;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}