
.hamburger {
  position:fixed	;
  margin: 50px;
  z-index:400;
  cursor: pointer;
	top:0;
	
}
.menu i{
	margin-right:12px;
}

.line {

  width: 35px;
  height: 4px;
  background: #FFFBFB;
	opacity: 50;
  margin-bottom: 5px;
}
		

.menu {
  width: 24%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: -680px;
  transition: left .3s;
     opacity: 1;
    z-index: 200;
}
		.menu a{
	color: #03A9F4; 
	text-decoration: none;
		
}

a.ab:hover {
    text-decoration: none;
    color: #03A9F4;
}

.menu-item:first-child {
  margin-top: 120px;

}

.menu--open {
  left: 0;
}

.menu-item {
  color: #03A9F4;
  width: 100%;
  padding: 1rem 1rem;
  box-sizing: border-box;
  font-size: 18px;
}

.menu-item:hover {
  background: ;
  cursor: pointer;
}