/*
	Ion by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

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

/* Banner */

	#banner {
		padding: 3em 0;
	}

	#banner h2 {
		margin: 12rem 0 0.5rem 0;
	}

body.debug::before {
	content: "XL";
	background: purple;
	font: bold 1.5em sans;
	color: white;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0.5em;
	z-index: 99999;
}