
    body {
      font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .size-12 { font-size: 12px; }
    .size-14 { font-size: 14px; }
    .size-16 { font-size: 16px; }
    .size-18 { font-size: 18px; }
    .size-21 { font-size: 21px; }
    .size-24 { font-size: 24px; }
    .size-32 { font-size: 32px; }
    .size-48 { font-size: 48px; }
    .size-64 { font-size: 64px; }
    .size-96 { font-size: 96px; }
    

.wrapper {
  transition-duration: 0.5s;
  transition-timing-function: swing;
  width: 100%;
  height:100%;background-color:#000;
  position:fixed;overflow: auto;
}
.wrapper.open {
  transform: translateX(320px) translateY(20px);
  -webkit-transform: translateX(320px) translateY(20px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.wrapper section {
  max-width: 600px;
  margin: 0 auto;
}
.wrapper section h1 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 10px;
}
.wrapper section h2 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 40px;
}
.wrapper section p {
  margin-bottom: 40px;
}
.openNav {
  transition-duration: 0.5s;
  transition-timing-function: swing;
  width: 50px;
  height: 50px;

  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.openNav:hover {
  cursor: pointer;
}
.openNav .icon {  transition-duration: 0.2s;
  position: absolute;
  width:50px;
  height: 50px;
 color: white;text-align: center; 
} 

.openNav .icon span{ display:block;
    -webkit-transform:scaleX(-1);color: aqua;
    -o-transform:scaleX(-1);
    transform:scaleX(-1);}


.openNav .icon:before
 {   display: inline-block;
    font-family: "Ionicons";
nsition-duration: 0.5s;
  color: white;
	 position: absolute; width: 50px;
  height: 50px;
	 margin: 0 auto;
	 font-size: 36px;
	 text-align: center;
content: "";}
.openNav .icon:after {
  top: 7px;
}
.openNav.open {
  transform: translateX(320px) translateY(20px);
  -webkit-transform: translateX(320px) translateY(20px);

}
.openNav.open .icon {	  
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.openNav.open .icon:before,
.openNav.open .icon:after {
  top: 0;
}
.openNav.open .icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.openNav.open .icon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
nav {

  width:260px;
  height: 100%;
  position:fixed;
  left:15px;
  top: 0;
	margin:0 auto;

}
nav ul {
  width: 250px;
  margin-top: 50px;
}
nav ul:hover li {
  color: rgba(255, 255, 255, 0.5);
}
nav ul li {
  transition-duration: 0.25s;
  display: block;
  padding: 5px 40px;
  color: white;
  letter-spacing: 0.02em;
  text-align: right;
}
nav ul li:hover {
  cursor: pointer;
  color: white;
}