
@font-face {
	font-family: 'ProximaNovaLight';
	src:	url('fonts/ProximaNova-Light.eot');
	src:	url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
			url('fonts/ProximaNova-Light.woff') format('woff'),
			url('fonts/ProximaNova-Light.ttf') format('truetype'),
			url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 600;
	font-style: normal;
}
/*@font-face {
	font-family: 'ProximaNovaRegular';
	src:	url('fonts/ProximaNova-Regular.eot');
	src:	url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/ProximaNova-Regular.woff') format('woff'),
			url('fonts/ProximaNova-Regular.ttf') format('truetype'),
			url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: 600;
	font-style: normal;
}*/
@font-face {
	font-family: 'ProximaNovaSemibold';
	src:	url('fonts/ProximaNova-Semibold.eot');
	src:	url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
			url('fonts/ProximaNova-Semibold.woff') format('woff'),
			url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
			url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #0500CC;
	color: #FFFFFF;
	display: table;
	font-family: 'ProximaNovaLight', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	letter-spacing: 0.5px;
}

div {
	box-sizing: border-box;
}

p {
	margin: 0.5em 0;
}

strong {
	font-family: 'ProximaNovaSemibold', sans-serif;
	font-weight: normal;
}

a {
	color: rgba(255,255,255,1);
}
a:hover {
	color: rgba(255,255,255,0.8);
}

.page {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 4em 3em;
}

img {
	width: 100%;
	max-width: 425px;
	margin: 2em 0 5em 0;
}