html {
	background-color:#0c3143;
	background-image: url(images/bkg-texture.png);
	background-position: left top;
	font-size: 0.875rem; 
}
body {
	width: 1068px;
	margin: 20px auto;
	background-color: #000209;
	background-image: url(images/nh-apluto-wide-9-17-15-final.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border:6px solid #e1ebf4;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
	font-family: "exo_2regular", Arial, Helvetica, sans-serif;
	color:#e1ebf4;
}
a:link {
	color: #069;
}
a:visited {
	color: #036;
}
a:hover {
	color: #09C;
}
a:active {
	color: #0CF;
}
h1, h2 {
	font-weight: normal;
	margin:0;
}
header {
	padding: 0 80px;
}
header h1 {
	
	padding-top: 2.000rem; 
	font-family: "exo_2bold_italic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 3rem;
	line-height: 1em;
	color: #FFF;
	text-transform:uppercase;
}
header h2 {
	font-family: "exo_2regular", Arial, Helvetica, sans-serif;
	font-size: 1.34rem;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	color: #859aaf;
}
section h1 {
	font-family: "exo_2extra_bold", Arial, Helvetica, sans-serif;
	font-size:4.8rem;
	text-shadow:1px 1px 0px #83898f, -1px -1px 0px #fff;
}
section h2 {
	font-family: "exo_2bold", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	margin: 1.5em 0 0.2em;
	color: #7B99B8;
}
section {
	padding: 140px 80px 40px;
}
section p {
	margin: 0 0 1em;
	line-height: 1.52em;
	max-width: 38em;
}
section p:first-of-type {
	font-size: 1.5rem;
	max-width: 35em;
}
section em {
	font-style: normal;
	background-color: rgba(243,228,109,0.7);
	color: #121200;
	padding: 0.1em;
}
.content-image {
	margin: 0px 0px 10px 30px;
	float: right;
	width: 300px;
}
.content-image img {
	border: 2px solid #e1ebf4;
	border-radius: 10px;
}
.content-image figcaption {
	font-family: "exo_2light_italic", Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
}
footer {
	background-color: #D4E0EC;
	font-size: 0.8em;
	color: #051924;
	margin: 80px 0 0;
	padding: 60px 80px 20px;
	border-top: 6px solid #8BA0B5;
	box-shadow: inset 0px 3px 6px rgba(0,0,0,0.5);
	clear: both;
}
footer p {
	margin: 0px 0px .5em;
}
