/*
 *
 * CSS Styles for IAT381 IAT381 Assignment 2 Company Website
 * by Bradley Sutherland & Jonathan Bongato
 *
 */

/* =========================================================
 * Baseline Styles
 * ========================================================= */
html { font-size: 16px; /* 14px */ }
body {
	/* "Better Helvetica" Font Stack courtesy of CSS-Tricks */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	color: #26211d;
	background-color: #faf6ed;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	/* Courtesy of CSS Font Stacks */
	font-weight: 300;
}

nav ul li { display: inline; }
	


/* =========================================================
 * Debug Styles
 * ========================================================= */
.row { margin-bottom: 1em; }
.column, .columns {
	/*border: 1px solid #e8e8e8;*/
	text-align: left;
}
.column.title, .columns.title {
	border: none;
}