@charset "utf-8";
/**** By Mustafa Mahmoud Shakir ****/

@media only screen and (max-height: 750px) {
	pre {
		line-height: 35px !important;
		font-size: 12.5pt;
		}
	}
	
	@media only screen and (min-height: 750px) {
		pre {
	
			line-height: 40px !important;	
			font-size: 14.5pt;
			}
	}


#background_image4 {
	position:fixed ;
	background: url("../images/p1/4.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}
#background_image3 {
	position:fixed ;
	background: url("../images/p1/3.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}
#background_image2 {
	position:fixed ;
	background: url("../images/p1/2.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}
#background_image1 {
	position:fixed ;
	background: url("../images/p1/1.png") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
}	

#Starting {
	position: absolute;;
	top:34%;
	left: 12%;
	/* top: 20px;
	right: 20px; */
	z-index:+11;
opacity: 0.4;
cursor:pointer;

}