@charset "utf-8";
/* CSS Document */

html {
	 background-color: #0C3143;
	 background-image: url(images/bkg-texture.png);
	 background-position: left top;
	 font-size: 0.875rem;
}

/*header*/
header {
	 padding-top: 0;
	 padding-bottom: 0;
	 padding-left: 80px;
	 padding-right: 80px;
}

h1 {padding-top: 60px;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 3rem;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	font-weight: 400;
	font-size: 1.34rem;
	line-height: 1.1em;
	letter-spacing: 0.053em;
	color: #859aaf;
}

h1, h2 {
	 font-weight: normal;
	 margin: 0;
}

/*body*/
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 2",Arial,Helvetica,sans-serif;
	  font-weight: 400;
	  color: #e1ebf4;
}

/*links*/
a:link {color: #069}
a:visited {color: #036}
a:hover {color: #09C}
a:active {color: #0CF}

/*section*/
section h1 {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-weight: 800;
    font-size: 4.8rem;
	text-shadow: 1px 1px 0px #83898f,-1px -1px 0px #fff;
}

section h2 {font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-weight: 700;
    font-size: 2rem;
	color: #7B99BB;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-right: 0;
}

section {
	padding-top: 140px;
	padding-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
}

section p {
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	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-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

/*image*/
.content-image {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 0;
	width: 300px;
	float: right;
}

img {
	border: 2px solid #e1ebf4;
	border-radius: 10px;
	}

figcaption {
	font-family:"Exo 2",Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 0.8rem;
}

/*footer*/
footer {
	background-color: #D4E0EC;
	font-size: 0.8em;
	color: #051924;
	margin-top: 80px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;
	border-top: 6px solid #8BA0B5;
	box-shadow: inset 0px 3px 6px rgba(0,0,0,0.5);
	clear: both;
}

footer p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0.5em;
}








