* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Roboto Condensed', sans-serif;
}
html,body{
	margin:0px;
	padding: 0px;
}
#gallery{
	width:100%;
	min-height: 100%;
	position:absolute;
	top: 0px;
	border:solid 0px #0035DF;
	z-index:-10;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}
#nav-header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #000;
    text-align: center;
    padding: 10px;
    font: 700 14px "PT Sans Narrow";
    z-index: 100;
}
