body {
	font-family: "Open Sans";
}

/**
 * Typography
 *
 */

a,
a:active,
a:focus,
a:hover {
	color: #b8341c;
	text-decoration: none;
}

h1 {
	color: #b8341c;
	font-family: "Open Sans Condensed";
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .8em;
	margin-top: 0;
}

h2 {
	color: #444;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: .8em;
	margin-top: 0;
}

h3 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: .5em;
}

h6 {
	border-left: 2px solid #eee;
	color: #444;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.1;
	padding-left: 15px;
}

hr {
	border-color: #ccc;
	margin: 15px 0;
}

img {
	height: auto;
	max-width: 100%;
}

p,
ul,
ol,
label {
	color: #444;
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.4;
}

ul {
	padding-left: 1.5em;
}

label {
	margin-bottom: 0;
}

table {
	width: 100%;
}

td.nowrap {
	white-space: nowrap;
	width: 1px;
}

/**
 * Responsiveness
 *
 */

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 40px;
		margin-top: 0;
		margin-bottom: .5em;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 30px;
	}

	h6 {
		font-size: 14px;
	}

	hr {
		margin: 30px 0;
	}

	p,
	ul,
	ol {
		font-size: 18px;
	}
}

@media only screen and (min-width: 992px) { }

@media only screen and (min-width: 1200px) { }
