html
	height 				100%

html,
body
	background-color	lightest-grey
	base-type()
	color				$text-colour
	min-height			100%
	overflow-y			scroll

*
	&,
	&:before,
	&:after
		box-sizing		border-box

.container,
section
	clear 				both
	group()

.muted
	opacity 			0.7

.hide
	height 				0
	opacity 			0
	transition			$fast-transition

footer
	@extends			.small
	text-align 			center

@media 	only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) 
	// Your retina specific stuff here