@media screen {	
	.logo {
		/* background override only eg --- background: url('../img/logo.png') no-repeat center; --- */
		background: url('../img/logo.png') no-repeat center;
	}
	
}
/*------ Tablet and mobile Amendments ------*/
@media screen and (max-width: 990px){
	
	
	
}