header {
  color: #b0120a;
}

.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;
}



main {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4em;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    font-family: 'fira mono';
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}

.wrapper {
    margin-top:66px;
    padding: 1em;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 0px;
    border-top: 0px solid #b0120a;
}

.menu-button {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 36px;
  cursor: pointer;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  border-bottom: 17px double #b0120a;
  border-top: 6px solid #b0120a;
  width: 30px;
  height: 5px;
}

.menu-left {
  float: left;
  margin-left:0px;
  padding-left:15px;
  
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color:#91C026;

}

.menu-left{
padding-top:10px;
}
.sidebar h6 {
    margin: 0 .8em;
    padding:12px 0px 10px 0px;
	border-bottom:1px #E7E8E6 solid;
    font-weight:300;
	text-align:left;
	font-size:16px;
	font-family:"Î¢ÈíÑÅºÚ";
}
.sidebar h6  a{
color:#ffffff;
font-weight:bold;
}

.sidebar li {
    margin: .5em 0;
    padding: 0px 0px 0px 26px;
    line-height: 22px;
	font-family:"Î¢ÈíÑÅºÚ";
	text-align:left;
}
.sidebar li a {
color:#ffffff;
font-size:16px;
}


.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}
