
/*--------------------------------------------------*/
/*	OVERRIDE
/*--------------------------------------------------*/

html,
body,
header,
#webpage {
	min-width: 320px;
}

/*--------------------------------------------------*/
/*	HIDE ADDRESS BAR
/*--------------------------------------------------*/
/*

html {
	overflow: hidden;
	width: 100%;
}

body {
	position: fixed;

	height: 100%;

	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
*/

/*--------------------------------------------------*/
/*	DPI
/*--------------------------------------------------*/
/*

@media screen
and (-webkit-device-pixel-ratio: 2) {
	html,
	body,
	header,
	#webpage {
	}
}

@media screen
and (-webkit-device-pixel-ratio: 3) {
	html,
	body,
	header,
	#webpage {
	}
}

@media screen
and (-webkit-device-pixel-ratio: 4) {
	html,
	body,
	header,
	#webpage {
	}
}

@media screen
and (-webkit-device-pixel-ratio: 5) {
	html,
	body,
	header,
	#webpage {
	}
}

@media screen
and (-webkit-device-pixel-ratio: 6) {
	html,
	body,
	header,
	#webpage {
	}
}



/* retina screens */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {

}
*/
