header {
  color: #0670E7;
}

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'Fira mono', 'Courier New', Courier, monospace;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
}


section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}

.wrapper {
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.menu-button {
  position: absolute;
  margin: 5px;
  height: 36px;
  width: 36px;
  right: 10px;
  top: 50%;
  margin-top: -18px;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  border-bottom: 15px double #fff;
  border-top: 6px solid #fff;
  width: 40px;
  height: 5px;
}

.menu-left {
  float: left;
}
.sidebar{
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.sidebar > .bg-cover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.sidebar.open nav{
 /* margin-left: 0;
  -webkit-transition: all 3s ease-in 1s;
  -o-transition: all 3s ease-in 1s;
  transition: all 3s ease-in 1s;*/
}
.sidebar nav{
    float: left;
    width: 140px;
    height: 100%;
    margin-left: -140px;
    color: white;
    background-color:#ffae00;
}

.sidebar h6 {
    margin: 1.2em;
    padding: 0 2%;
    color: #0670E7;
    font-weight: bold;
    font-size: 1.2rem
}
.sidebar ul{padding:0 5px }
.sidebar li a{
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.sidebar hr {
    margin: 1em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;

}
