@media (min-width: 1200px) {
	body {background-image: url("../include/bck.jpg"); height: auto; width: 100%; background-position: center; background-repeat: repeat; background-size: cover; }	
	.imgcenter { display: block; margin-left: auto; margin-right: auto; }	
	#titlelabel { font-size:120px;color:red;font-family: 'Righteous', cursive;text-shadow: 2px 2px rgba(255,255,255, 1);}
	.bckimg { position:absolute; width:470px; height:470px; margin-top:-42%; margin-left:3%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	body {background-image: url("../include/bck.jpg"); width: 100%; background-position: center; }	
	.imgcenter { display: block; margin-left: 45%; margin-right: auto; width: 180%; }	
	#titlelabel { margin-left:-65%;margin-top:150%;font-size:50px;color:red;font-family: 'Righteous', cursive;text-shadow: 2px 2px rgba(255,255,255, 1);}	
	#buttonpos {margin-left:5%;}
	.bckimg {position:absolute; width:650px; height:650px; margin-top:-93%; margin-left:13%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	body {background-image: url("../include/bck.jpg"); width: 100%; background-position: center;}	
	.imgcenter { display: block; margin-left: 45%; margin-right: auto; width: 200%;}	
	#titlelabel { margin-left:-65%;margin-top:150%;font-size:80px;color:red;font-family: 'Righteous', cursive;text-shadow: 2px 2px rgba(255,255,255, 1);}	
	#buttonpos {margin-left:5%;}
	.bckimg {position:absolute; width:530px; height:520px; margin-top:-100%; margin-left:12%; }
}
@media (max-width: 767px) {
	body {background-image: url("../include/bck.jpg"); width: 100%; background-position: center;}	
	.imgcenter {display: block;	margin-left: auto; margin-right: auto; width: 100%;	}	
	#titlelabel {margin-left:5%;margin-top:10%;font-size:50px;color:red;font-family: 'Righteous', cursive;text-shadow: 2px 2px rgba(255,255,255, 1);}	
	#buttonpos {margin-left:5%;}
	.bckimg {position:absolute; width:265px; height:265px; margin-top:-51%; margin-left:2.5%; }
}
@media (max-width: 480px) {
	body { background-image: url("../include/bck.jpg"); width: 100%; background-position: center; }	
	.imgcenter { display: block; margin-left: 45%; margin-right: auto; width: 150%; }	
	#titlelabel { margin-left:-70%;margin-top:170%;font-size:50px;color:red;font-family: 'Righteous', cursive;text-shadow: 2px 2px rgba(255,255,255, 1);}	
	#buttonpos {margin-left:-50%;}
	.bckimg { position:absolute; width:205px; height:202px; margin-top:-110%; margin-left:16%; }
}