/*
		File: 	mobile.css
		Auth:	Creativeink Design Group | web@creativeink.ca
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*---------------------------------------------------------------------------- 
	MOBILE DEVICES
-----------------------------------------------------------------------------*/
@media screen and (max-device-width: 480px){	
	body { font-size:140%; }
	
	html,body{
		/*
		background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		
		background-size: auto;
		*/
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img {
	}
}

/*iPhone <5:*/
@media screen and (device-aspect-ratio: 2/3) {
	
}

/*iPhone 5:*/
@media screen and (device-aspect-ratio: 40/71) {
	
}

/*iPad:*/
@media screen and (device-aspect-ratio: 3/4) {
	
}