/*
* Raw Right Away CSS, version 2 
* Copyright 2015 Thomas Washburn
* www.rawrightaway.com
*/

body {
	font-family: "source-sans-pro", serif;
	color: #4e443c;
	background: #f0efe7
}

p, ul, ol, table {
	margin-bottom:1.5rem;
}

table {
	margin-left: 2rem;
	min-width: 90%;
}

table, th, td {
	font-family: "source-sans-pro", serif;
}

th, td {
	padding: 2.5px 2.5px;
}

th {
	text-transform: uppercase;
	font-weight: 400;
	font-style: italic;
}

tr, td {
	font-family: "adelle", serif;
}

ol, ul {
	padding-left: 2rem;
}

li {
	margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "adelle";
	color: #242424;
}

h6 {
	font-size: 1.75rem;
}

a {
	text-decoration: none;
	color: #f14e32;
	color: #0388a6;
}

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

.headline {
	font-weight: 400;
	margin-bottom:0.5rem;
	line-height: 1.4;
}

.subhead {
	font-weight: 500;
	margin-bottom:0.5rem;
	line-height: 1.4;
}

.section-name {
	font-family: "adelle";
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}

.section-marginalia {
	font-family: "source-sans-pro";
	font-family: "adelle";
	font-style: italic;
	font-weight: 600;
	text-transform: none;
	font-size: 17px;
	margin-top:0.1rem;
	margin-bottom:0.1rem;
  	color: #b53b26;
	color: #f14e32;
	color: #e74700;
}

.section-body {
	font-family: "adelle", serif;
	text-align: left;
	font-size: 15px;
	background-color: #fcfcfa;
	border: solid 1px #e2e0d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 22px;
	margin-bottom: 35px;
}

.section-subhead {
	font-weight: 600;
	font-size: 16px;
	color: #e74700;
	color: #4e443c;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.section-hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.section-backtotop {
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0rem;
	font-style: italic;
	text-align: right;
}

.button {
	font-family: "source-sans-pro";
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.mac-app-store-button {
  background: url("../images/Download_on_the_Mac_App_Store_Badge_US-UK_165x40.svg") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  padding-bottom: 2px;
  width: 165px;
}

.scale-to-width {
	overflow:hidden;
	width:100%;
	height:auto;
}

.caption {
	font-family: "source-sans-pro";
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom:3rem;
	line-height: 1.4;
}

.table-head {
	font-family: "source-sans-pro";
	font-size: 1.6rem;
	font-weight: 700;
	margin-top:2rem;
	margin-bottom:0rem;
	line-height: 1.4;
	text-align: left;
}

.faq-question {
	font-weight: 600;
	font-size: 16px;
	margin-bottom:1rem;
	font-style: italic;
}

.faq-answer {
	margin-bottom:0rem;
}

.faq-hr {
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}

@media (min-width: 400px) {
	.container {
		width: 95%;
	}
}

@media (min-width: 500px) {
	.container {
		width: 90%;
	}
}

