#sidebar {
    z-index: 111;
    position: fixed;
    top: 50%;
    right: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

#sidebar ul,
#sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  display: block;
  width: 2px;
  height: 15px;
  margin-bottom: 5px;
}

#sidebar ul li a {
  display: block;
  width: 2px;
  height: 15px;

  text-indent: -999em;
  background-color: #AAAAAA;

  cursor: pointer;
}
#sidebar ul li a.w--current {

  background-color: #333;

}

/* active state */
#sidebar ul li.active a {
  background-color: #333;
}



.content-block {
  padding: 60px;
  margin: -60px;
}




.navToggle {
  z-index: 111;
  position: fixed;
  width: 21px;
  height: 36px;
  left: 50px;
  top: 40px;
  cursor: pointer;
}
.navToggle .icon {
  -webkit-transition: all 0.4s ease-out;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 21px;
  height: 1px;
  background-color: #333;
}
.navToggle .icon:before, .navToggle .icon:after {
  -webkit-transition: all 0.25s ease-out;
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #333;
  content: '';
}
.navToggle .icon:before {
  top: -8px;
  left: 0;
}
.navToggle .icon:after {
  top: 8px;
  left: 0;
}
.navToggle:hover .icon {
  background-color: #555;
}
.navToggle:hover .icon:before {
  top: -12px;
  background-color: #555;
}
.navToggle:hover .icon:after {
  top: 12px;
  background-color: #555;
}
.navToggle.open .icon {
  -webkit-transition: all 0.4s ease-out;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
}
.navToggle.open .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
}
.navToggle.open .icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
}

#menu {
  z-index: 10;
  left: 0;
  right: 0;
  /*top: 190px;
*/  
  top: 0;
  bottom: 0;
  margin: 0 auto;
  position: fixed;
  width: 200px;
  height: 0px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;

}
#menu ul,
#menu ul li {
  list-style: none;
}

#menu ul {
  padding: 0;
  font-family: 'Kepler std display 26108', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;

  position: absolute;
  width: 100%;

  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

#menu li:first-child {
  /*margin-top: 0;*/
/*  margin-top: 10%;*/
}
#menu li {
  margin: 30px 0;
  padding: 5px 0;
  cursor: pointer;
  /*letter-spacing: 0.5em;*/
  text-decoration: none;
  -webkit-transition: all 0.25s;
}

#menu li a{
  text-decoration: none;
  color: #333;
}

#menu li:hover {
  /*font-family: 'Kepler std subhead 26203', sans-serif;*/
  text-decoration: underline;
}
#menu.active {
  /*height: 320px;*/
  height: 100vh;
  /*width: 100vw;*/
  width: 100%;
  border-bottom: 1px solid black;
  background-color: white;
  opacity: 0.9;
}



/*Arrow Animation Bounce*/



@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  position: fixed;
  left: 50px;
  bottom: 80px;
  z-index: 100;
  display: block;
  width: 21px;
  height: 21px;
  background-image: url('../images/scroll.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

/*.box {
  border: 1px solid black;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 25px;
}*/

.bounce {
  -webkit-animation: bounce 2s 1;
  animation: bounce 2s 1;
}







@media (max-width: 991px) {
  .navToggle {
    left: 30px;
    top: 20px;
  }

  .arrow {
    left: 30px;
    bottom: 60px;
  }

  #sidebar {
      right: 30px;
  }

  .content-block {
  margin: 0px;
  }
  
}




@media (max-width: 767px) {
}


@media (max-width: 479px) {
  .content-block {
  margin: 0px;
  padding: 0px;
  }

  #sidebar {
    display: none;
  }

}





/*Vertical Nav indicator*/

















@font-face {
  font-family: 'Kepler std display 26108';
  src: url('../fonts/Kepler-Std-Display_26108.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kepler std subhead 26203';
  src: url('../fonts/Kepler-Std-Semibold-Subhead_26203.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Kepler std 26120';
  src: url('../fonts/Kepler-Std-Italic_26120.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}