@charset "UTF-8";

/* Layout Small Screens */

header { height: 115px; background: url(../img/banner_small.jpg) no-repeat left 0px; background-size: 500px 115px }
.container { padding: 0px; text-align: center;}
article { padding: 20px 20px 10px 20px; }
.title { 
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); 
	}

	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header { 
	background-image: url(../img/banner_small_2x.jpg);
	}

}



