
body {

	background-image: linear-gradient(0deg, rgba(128,0,128,0.5), rgba(255,69,0,0.2)), url('/images/backgrounds/toledo.jpg'); 
	background-color: #660099; 
	background-size: cover; 
	background-attachment: fixed;
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select: none;
	-ms-user-select:none; 
	user-select:none;
	
}