    /* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}
	
	h2{
		font-size: 3em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}
	

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section-home,
	#section-121,
	#section-cpu,
	#section-gbs,
	#section-ivt,
	#section-mqh,
	#section-tpz{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section-home{
		background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../images/adh-min.jpg);
	}
	#section-121{
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url(../images/121-min.jpg);
		padding: 6% 0 0 0;
	}
	#section-cpu{
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/cpu-min.jpg);
		padding: 6% 0 0 0;
	}
	#section-gbs{
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/gbs-min.jpg);
	}
	#section-ivt{
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/ivt-min.jpg);
		padding: 6% 0 0 0;
	}
	#section-mqh{
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/mqh-min.jpg);
		padding: 6% 0 0 0;
	}
	#section-tpz{
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/tpz-min.jpg);
	}

		#section-cpu p{
		color: #fff;
	}
	
	#section-home a:link, a:visited{
		color: white;
	}




	#section-home h1{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 30px;
		color: #29467b;
		text-shadow: 1px 5px 20px #000;
	}

	#section-121 .intro{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 30px;
	}
	#section-121  h1,
	#section-121  p{
		text-shadow: 1px 5px 0px #000;
	}

	#section-cpu h1,
	#section-cpu p{
		text-shadow: 1px 5px 20px #000;
	}

	#infoMenu li a{
			color: #fff;
	}
	
	#section-121 h1{
		color: #FFFF00;
	}
	
	#section-tpz h1{
		color: #20ee72;
	}
	#section-mqh h1{
		color: #ee209c;
	}
	
	#section-ivt h1{
		color: #209cee;
	}
	
	#section-gbs h1{
		color: #FFA500;
	}
	
	#section-cpu h1{
		color: #ff0000;
	}
	
		
	#section-121 a{
		color: #FFFF00;
	}
	
	#section-tpz a{
		color: #20ee72;
	}
	
	#section-mqh a{
		color: #ee209c;
	}
	
	#section-ivt a{
		color: #209cee;
	}
	
	#section-gbs a{
		color: #FFA500;
	}
	
	#section-cpu a{
		color: #ff0000;
	}
	
	#iwd1 a{
		color: white;
	}
