@charset "utf-8";

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont-webfont.eot');
    src: url('fonts/roboto-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-family: 'robotoregular';
	width: 100%;	
	background-color: #252525;
	color: #d1dee8;
	margin:0;
	padding:0;
	position:relative;
}

a:link {text-decoration:none; color:#d1dee8;}
a:visited {text-decoration:none; color:#d1dee8;}
a:hover {text-decoration:none; color:#d1dee8;}
a:active {text-decoration:none; color:#d1dee8;}

.main-container
{
	width: 100%;
	text-align: center;
}

h1
{
	font-size: 40px;
	margin-top: 60px;
	margin-bottom: 0px;
}

h1 span
{
	font-size: 32px;
}

.errorimage
{
	display: block;
	margin: 60px auto;
}

p
{
	margin: 60px auto;
	font-size: 25px;
	line-height: 35px;
}

img
{
	max-width: 100%;
}