@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

/*
	Prologue by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}



/* Basic */

	body {
		background: #09092a url("images/overlay.png");

	}


/* Header */

	#logo {

 		box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
		
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 4;
		line-height: 1.75em;
		color: #fff;
		overflow-y: auto;

		text-align: center;
		margin-top: 10px;
		width: 100%;
	}
	#logo  img{

		display: block;
		width: 370px;
		margin: auto;
	}
	
	#flags {

 		box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
		
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #fff;
		height: 100%;
		left: 0;
		overflow-y: auto;

		text-align: center;
		top: 0;
		width: 100%;
	}
	#flags  img{

		display: inline-block;
		height: 40px;
		margin: auto;
	}
	#stats {
		display: block;
	}
	#stats img{
		display: block;
		width: 40px;
		margin: auto;
	}