@charset "utf-8";
/*--
	Add your style here
--*/
.menu-wrap {
  right: 0 !important;
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  visibility: hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner,
.show-menu .morph-shape {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.show-menu .menu-wrap {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.homeHover {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
}
