.sidemenu {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .sidemenu {
    visibility: visible;
    opacity: 1;
  }
}
.hamburger {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  color: #000000;
  border: 0;
  font-size: 1.4em;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  z-index: 10;
  padding: 5px 15px 0;
}
.cross {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  z-index: 10;
  padding: 7px 15px 0;
}
.menu {
  z-index: 10;
  font-weight: 700;
  width: 50%;
  background: #f1f1f1;
  position: absolute;
  top: 50px;
  right: 0;
  text-align: center;
  font-size: 24px;
}
.menu ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.menu li {
  display: block;
  border-bottom: #ddd 1px solid;
  padding: 15px 0;
}
.menu li:hover {
  display: block;
  background: #fff;
  border-bottom: #ddd 1px solid;
  padding: 15px 0;
}
.menu ul li a {
  text-decoration: none;
  color: #666;
  margin: 0;
}
.menu ul li a:hover {
  color: #666;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    background: none;
    position: absolute;
    top: 150px;
    left: 150px;
    line-height: 45px;
    color: #000000;
    border: 0;
    font-size: 1.4em;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    z-index: 10;
    padding: 5px 15px 0;
  }
  .cross {
    background: none;
    position: absolute;
    top: 150px;
    left: 150px;
    color: #999;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    z-index: 10;
    padding: 7px 15px 0;
  }
  .menu {
    z-index: 10;
    font-weight: 700;
    width: 200px;
    background: #f1f1f1;
    position: absolute;
    top: 200px;
    left: 150px;
    text-align: center;
    font-size: 24px;
  }
}
/*# sourceMappingURL=menu.css.map */