body, h1, h2, h3, section, article, div, p, span {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: center;
}
body {
	background:#161616;
	color: #ffffff;
}
h1 {
	font-size: 4em;
	line-height: 1em;
	text-transform:uppercase;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 3em;
}
img {
	width: 80%;
	max-width: 500px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 600px;
	margin:0 auto;
	padding: 10px 20px;
}
.highlight_title {
	background:#ffffff;
	color:#ea3200;
	padding: 20px 0;
	margin: 40px 0;
}
.highlight_title span {
	font-size: 14px;
}
.light_txt {
	font-weight: 300;
}