@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';

/*
	Formula by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

/* Spotlight */

	.spotlight {
		&:after {
			content: '';
			display: block;
			clear: both;
		}

		.content {
			float: left;
			width: 60%;
		}

		.image {
			float: left;
			margin-right: 0 !important;
			margin-left: (_size(element-margin) * 2) !important;
		}
	}

/* Features */

	.features {
		&:after {
			content: '';
			display: block;
			clear: both;
		}

		> * {
			float: left;
		}
	}

/* Header */

	#header {
		.logo {
			position: absolute;
			top: 0;
			left: 1.5em;
		}

		nav {
			position: absolute;
			top: 0;
			right: 0;
		}
	}

/* Banner */

	#banner {
		min-height: 0;

		.more {
			display: none;
		}
	}
