header {
font-family: 'Asap', sans-serif;
  width: 100%;
  background: #fff;
  height: 100px;
  line-height: 50px;
  position:fixed; 
  top:0;
  z-index: 10000;
}
.logo{
	width:100%;
}
.logo img{
	position: absolute;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:25%;
    width:40%;
    max-width:300px;
}
.hamburger {
  background: none;
  position: absolute;
  top: 15px;
  left: 0;
  line-height: 45px;
  padding: 0px 10px 0px 10px;
  color: #000;
  border: 0;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 100000;
}

.cross {
  background: none;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 0px 10px 0px 20px;
  color: #000;
  border: 0;
  height: 50px;
  font-size: 4.5em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 100000;
}
header span{
	font-size: 1.8em;
	position: absolute;
  	top: 17px;
  	left: 50px;
  	font-weight:bold;
}
.menu {
  z-index: 1000000;
  font-size: 3em;
  width: 100%;
  background: rgba(48, 65, 80,0.7);
  position: absolute;
  text-align: center;
  margin-top:100px;
  padding:50px 0px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
  padding: 5px 0 ;
}
.menu li:hover {
  display: block;
  padding: 5px 0 ;
  font-weight:bold;

letter-spacing: 2px;
}

.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #fff;
  transition: all 3s;

}

.menu ul li a:hover {
  color: #fff;
  text-decoration: none;
  font-weight:bold;

}

.menu a {
  text-decoration: none;
  color: white;
}

.menu a:hover {
  text-decoration: none;
  color: white;
  font-weight:bold;  
}

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