body{
  font-family: 'Noto Sans', sans-serif;
	margin:0;
  background-color: #000
}
header{
	width:90%; 
	background:#1d1f20; 
	height:5px; 
	line-height:5px;
}
.hamburger{
  background:none;
  position:center;
  top:0;
  right:0;
  line-height:5px;
  padding:0px 5px 0px 5px;
  color:#fff;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000;
}
.cross{
  background:none;
  position:center;
  top:0px;
  right:0;
  padding:0px 5px 0px 5px;
  color:#fff;
  border:0;
  font-size:3em;
  line-height:5px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000;
}
.menu{z-index:1000000; font-weight:bold; font-size:0.8em; width:90%; background:#131313;  position:auto; text-align:center;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:5px 0 5px 0; border-bottom:#1d1f20 1px solid;}
.menu li:hover{display: block;    background:#181818; padding:5px 0 5px 0; border-bottom:#1d1f20 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#fff;}
.menu ul li a:hover {  color: #fff; text-decoration:none;}
.menu a{text-decoration:none; color:white;}
.menu a:hover{text-decoration:none; color:white;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

	::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb{
background:#555;
-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-track{
background:#222;
-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.1);
}