#menu {white-space:nowrap;}

/* Style for our header texts
* --------------------------------------- */
	h1 {
	font-size: 5em;
	font-family: arial, helvetica;
	color: #fff;
	margin:0;
}
/* Centered texts in each section
	* --------------------------------------- */
	.section {
	text-align:center;
}
/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0, #section1, #section2, #section3, #section4, #section5, #section6 {
	background-size: cover;
	background-attachment: fixed;
}
/* Defining each section background and styles
* --------------------------------------- */
#section0 {
	background-image: url(imgs/bg_section_1.jpg);
	padding: 12% 0 0 0;
}
#section0 p {
	margin:0 auto; max-width:490px;
}

#section1 {
	background-image: url(imgs/bg_section_2.jpg);
	padding: 12% 0 0 0;
}
#section1 p {
	margin:0 auto; max-width:700px;
}

#section2 {
	background-image: url(imgs/bg_section_3.jpg);
	padding: 12% 0 0 0;
}
#section2 p {
	margin:0 auto; max-width:600px; width:60%
}

#section3 {
	background-image: url(imgs/bg_section_4.jpg);
	padding: 12% 0 0 0;
}
#section3 p {
	margin:0 auto; max-width:640px;
}

#section4 {
	background-image: url(imgs/bg_section_5.jpg);
	padding: 12% 0 0 0;
}
#section4 p {
	margin:0 auto; max-width:360px;
}

#section5 {
	background-image: url(imgs/bg_section_6.jpg);
	padding: 12% 0 0 0;
}
#section5 p {
	margin:0 auto; max-width:240px;
}

.intro {text-align:left;}

/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
	color: #fff;
}

.move {position:absolute; left: 50%; z-index:777; bottom:6%;}
.move div {position: relative; left: -50%;}