
html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #1c1d1f;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}

img {
	vertical-align: middle;
}

p {
	margin-top: 2px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, b, strong {
	cursor: text;
	font-weight: bold;
	vertical-align: baseline;
	margin: 0 0 10px 0;
}

h1, h2 {
	font-size: 2em;
	line-height: 1.1em;
	color: #00ffc1;
	letter-spacing: -0.01em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h4, h5, h6 {
	font-size: 1em;
	margin: 22px 0 0 0;
} 

img, a, div {
	image-rendering: optimizeQuality;
}

a, a:active, a:visited, a:focus {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:hover {
	color: #9fd0ef;
	text-decoration: none;
}

li {
	margin: 0;
}

ul {
	list-style-image: none;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding-start: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

#bkg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	z-index: 10;
	background-color: #1c1d1f;
	background: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}



#content {
	position: absolute;
	z-index: 30;
	width: 100%;
	width: 100%;
	height: 100%;
	display: table;
}

#logo {
	margin: 0 auto;
	display: block;
}

#navigation {
	padding: 15px 10px 30px 10px;
}

#navigation, ul {
	text-transform: uppercase;
	display: inline-block;
}

#navigation, li {
	margin: 14px 10px 14px 10px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

.middle-center {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
}

hr {
	color: #fff;
	background-color: #fff;
	width: 50px;
	border: 0;
	height: 2px;
	margin-top: 50px;
}


@media (max-width: 600px) {
	#logo, img {
		width: 90%;
		height: auto;
	}

	#navigation, li {
		display: block;
	}
}

/*@media (max-width: 450px) {
	#logo, img {
		width: 300px;
		height: auto;
	}
}*/






