/*
	Drift by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/* Basic */

	body, input, select, textarea {
		font-size: 12pt;
	}

/* Banner */

	#banner {	
		padding: 20px 20px 0px 20px;
		position:sticky;
		top:0;
		width:inherit;
		z-index: 1;
	}