body {
	padding: 50px 0 0 0;
	font-size: 19px;

	font-family: 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}

article {
	margin: 0 auto;
	width: 800px;
}

.fact_sheet {
	background-color: #DADADA;
	float: right;
	border-radius: 10px;
	margin: 10px;
	margin-left: 20px;
	padding: 16px;
	font-size: 16px;
	line-height: 24px;
}

div li::before {
	content: "- ";
}

.fact_sheet a {
	color: #b4432f;
}

.fact_sheet a:hover {
	opacity: 0.8;
}

h1 {
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
}

p.intro {
	font-size: 15px;
	border-top: 1px;
	border-bottom: 1px;
	padding: 0px;
	text-align: center;
	border-style: none;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	margin: -20px 0 10px 0;
}

p.intro span {
	background-color: #fff;
	padding: 16px;
}

p {
	font-size: 19px;
	line-height: 31px;
	color: rgba(51, 51, 51, 0.80);
	margin-bottom: 27px;
	font-weight: 100;
	font-style: normal;
	border-style: solid;
}

h2 {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	margin: 30px 0px 27px 0px;
}

p.pullquote {
	padding-left: 10px;
	border-style: solid;
	border-left-width: 3px;
	color: rgba(51, 51, 51, 1.00);
}

p.author {
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 27px;
}

h3 {
	text-align: center;
	font-weight: 100;
	font-style: normal;
	font-size: 13px;
	margin: 60px 0px 0px 0px;
	line-height: 1.3rem;
}

.safe_to_turn_off {
	margin-top: 60px;
	height: 300px;
	background: #000 url('safe_to_turn_off.png') center center no-repeat;
}

.lenia {
	border: 0;
	height: 0;
	border-top: 1px solid #999;
	width: 40%;
	margin: 40px auto 40px;
}

.about p {
	font-size: 1rem;
	line-height: 1.6rem;
}


@media screen and (max-width: 800px) {
	article {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.fact_sheet {
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
		margin-top: 30px;
	}

	.safe_to_turn_off {
		-webkit-background-size: 300px auto;
		background-size: 300px auto;
	}
}