html {
	background-color: #0c3143;
	background-image:url("images/bkg-texture.png");
	background-position: left top;
	font-size:0.875rem;
	;
}

body {
	width: 1068px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000209;
	background-image: url("images/content-bkg.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:visited {

	}

	a:hover {

	}

	a:active {

	}

header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 80px;
	padding-right: 80px;
}

h1 h2 {
	font-weight: normal;
	margin: 0;
}

header h1 {
	padding-top: 60px;
	font-family: "exo 2bold_italic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
}



header h2 {
	font-family: "exo 2regular", Arial, Helvetica, sans-serif;
	font-size: 1.34em;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	color: #7899B8;
}



section h1 {
	font-family: "exo 2extra_bold", Arial, Helvetica, sans-serif;
	font-size: 4.8em;
	text-shadow: 1px 1px 0px #83898f, -1px -1px 0px #fff;
}

section h2 {
	font-family: "exo 2extra_bold", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #7899B8;
	margin-top: 1.5em,
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0.2px;
}

section {
	display: block;
	padding-top: 140px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 40px;
}

section p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	line-height: 1.52em;
	max-width: 38em;
}

section p:first-of-type {
	max-width: 35em;
}

section em {
	font-style: normal;
	background-color: rgba(243, 228, 109, 109.07);
	color: #121200;
	padding: 0.1em;
}

 .content-image {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 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-top: 80px;
	padding-top: 60px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 20px;
	border-top: 6px solid #8BA0B5;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	clear: both;
}

footer p {
	margin:0px, 0px, 0px, 0.5em;
	color: black;
}


p {
	color: white;
}

h1 {
	color: white;
}

h2 {
	color: lightblue;
}

.highlight {
	background-color: #aba150;
}
