@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	margin: 120px 0 21px 0;
	text-align: center;
	color: #4a4a4a;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 42px;
}

img {
	display: block;
	margin: 40px auto;
}


div.ten-commandments {
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	font-weight: 500;
}

h1 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 21px 0;
	padding: 0;
}

span.subtitle {
	font-weight: 400;
	color: #999;
}

p {
	margin: 300px 0;
	letter-spacing: .2em;
	font-size: 27px;
	line-height: 39px;
}

p.footer {
	font-family: roboto-mono, monospace;
	font-weight: 400;
	font-style: normal;
	margin: 480px 0 0 0;
	letter-spacing: 1em;
	font-size: 11px;
	line-height: 15px;
	color: #4a4a4a;
}

span.subtle {
	color: #eee;
}


a {
	text-decoration: none;
	color: #4a4a4a;
}







