@font-face {
	font-family: "Fira Sans Regular";
	src: url("Fonts/FiraSans-Regular.woff");
}
body{
	padding: 0;
	margin: 0;
}
header{
	width: 100%;
	position: fixed;
	top:0;
	z-index:1;
	background-image: linear-gradient(to bottom,#FF4E00,#CD6723);
	height: 2.5em;
	line-height: 2.5em;
	box-shadow: 0px 8px 12px #AAAAAA;
	border-bottom: 2px solid #CD7600;
}
header>h1,#title{
	font-family: "Fira Sans Regular";
	font-size: 1.6em;
	color: white;
	margin-top: 0px;
	text-align: center;
}
section{
	font-family: "Fira Sans Regular";
	background-color: #F4F4F4;
	position:absolute;
	z-index:0;
	width:100%;
}
section[role="region"]{
	height:100%;
	overflow-x: auto;
	overflow-y: hidden;
}
#main_menu{
	margin-top: 2.5em;
}