/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul{
	-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
@font-face {
	/*font-family: 'Verlag-Bold';
	src: url('/fonts/Verlag-Bold.eot');
	src: local('?'), url("/fonts/Verlag-Bold.woff") format("woff"), url("/fonts/Verlag-Bold.otf") format("opentype"), url("/fonts/Verlag-Bold.svg#verlag") format("svg");*/
	
	font-family: 'Verlag-Book';
	src: url('/fonts/Verlag-Book.eot');
	src: local('?'), url("/fonts/Verlag-Book.woff") format("woff"), url("/fonts/Verlag-Book.otf") format("opentype"), url("/fonts/Verlag-Book.svg#verlag") format("svg");
}

a {
	color:inherit;
	text-decoration:none;
	-webkit-transition:color 0.3s ease-in;
}
html {
	font-family: "Verlag-Book", Arial, Helvetica, sans-serif;
	background-color: #000000;
}
body {
	color: white;
	background-color:rgba(0,0,0,.8)
}
header, section, footer {
	margin: auto;
	width: 80%;
}

#bg-image-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat no-repeat;
	z-index: -1;
	
}
header {
	font-weight:bolder;
	margin-top:30px;
	font-size: 36px; /* Some tweener fallback that doesn't look awful */
	font-size: 6.5vw;
}
header img {
	width:100%;
}
ul.nav {
	margin:-20px auto;
}
.nav li {
	display:inline;
	list-style:none;
	width:20%;
	font-size:20px;
	font-size:4.5vw;	
}
.nav a:hover {
	color:rgba(170,0,0,1);	
}	

#content{
	padding-top:20px;
	font-size:20px;
}
#content a{
	color:rgba(170,0,0,1);
}
footer {
	color: rgba(153,153,153,1);
	font-size: 12px;
	margin-bottom:30px;
}
