@font-face {
	font-family: ARCADEPI;
	src: url(assets/fonts/ARCADEPI.TTF);
}
body,html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;	
}
#main {
	height: 100%;
	background-image: url('https://images.unsplash.com/photo-1511512578047-dfb367046420');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.navbar {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	background-color: blue;
}
.navbar a {
  	font-family: Verdana;
	font-size:12px;
  	display: block;
  	color: white;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
}