#header{
	position:fixed;
	padding-bottom: 10px;
	height:40px;
	background-color: #000;
	width:100%;
	left:0;
	box-shadow: 2px 2px 2px #777;
	z-index: 100;
	margin-bottom: 10px;

	padding-left: 30px;

	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

#header h1{
	display: inline-block;
}

#title{
	color:#fff;
	font-size: 16pt;
}