﻿@import "https://use.typekit.net/zre6bql.css";

/**
 * Common appearance styles, including Typekit fonts
 */

/* Layout styles */
.page-container {	/* A fixed-width section, centered on the page, rather than going all the way out the edges */
	margin: 0 auto;	/* Center */
	max-width: 800px;
	padding: 24px;
}

/* Type styles */
body {
	color: #303030;			/* Dark gray text rather than black - more sophisticated and eaiser on the eyes than pure black */
	font-family: "myriad-pro", sans-serif;
	font-size: 1em;
}

/* Other styles */
hr {
	width: 80%;
	height: 8px;
	background-color:#303030;
	color:#303030;
	border: 0 none;
}
