body {
	background: #999;
	color: #222;
	font-family: 'Roboto Slab', serif;
	line-height: 1.5;
	margin: 20px;
}
header {
	text-align: left;
	margin-top: 0px;
}
section {
	padding: 20px 0;
}
h1, h2, h3 {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	line-height: 1.25;
}
h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 6px;
}
h2 {
	color: #880000;
	font-size: 26px;
	margin: -6px 0 -14px 0;
}
h3 {
	color: #fff;
	font-size: 22px;
	margin: 20px 0 0 0;
}
p {
	font-size: 16px;
	margin: 0;
}
ul {
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 0px;
}
li {
	padding-left: 1em;
	text-indent: -1em;
}
li:before {
	content: "+";
	color: #ccc;
	padding-right: 5px;
}
a {
    font-size: 24px;
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: yellow;
}
hr.style-two {
	border: none;
	border-top: 1px dotted #555;
	background-color: none;
	height: 1px;
}
.info {
	color: #fff;
	text-transform: lowercase;
	margin-bottom: 20px;
	line-height: 1.25;
}
.statement {
	border-bottom: solid 1px #ddd;
}
.alonelist {
	margin-bottom: 0px;
}
.highlights {
	margin-top: 4px;
}
.halfspace {
	line-height: .5;
	color: rgba(255, 255, 255, 0);
}
.mobile_banner {
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: yellow;
	background-color: #333;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0, .25) 10px, rgba(0,0,0, .25) 20px);
	padding: 4px 0 4px 0;
	margin: -20px -20px 20px -20px;
}











