nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.navbar-menu {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav {
  position: fixed;
  background-color: #F9F6F1;
  width: 100%;
  text-align: center;
  display: table;
  color: white;
  height: 100vh;
  z-index: 999;
}
.nav-txt {
  margin-top: 20px;
  display: table-cell;
  vertical-align: middle;
  background-color: #e5ac8e;
}
.nav-txt p {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  }

.nav-hide { display: none; }
.navbar-toggle {
  position: fixed;
  top: 20px;
  right: 0px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
  margin-right: 20px;
  display: none;
  width: 25px;
}
.navbar-toggle p {
  color: #182538;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 0px;
}
.navbar-toggle a {
  color: #182538;
  border-bottom: 0px;
}
.navbar-logo {
  z-index: 9;
  width: 100%;
  margin-top: 27px;
  position: absolute;
}
.navbar-logo img {
  width: 125px;
  height: auto;
}