
body { margin: 0; background-color:#fafafa; font-family:'Roboto';}

.pushmenu { /*this is the nav*/
  background: #444;
  text-align: center;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
}
.pushmenu-push-toright .social a{color:#fff!important;}
.pushmenu h3 {
     display: inline-block;
    
    
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .4rem;
    margin-bottom: 2rem;
    
    padding-right: 140px;
    color: #eeb104;
    position: relative;
	margin-top: 5rem;
}
.pushmenu h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 110px;
    background-color: #eeb104;
    position: absolute;
    top: 50%;
    right: 0;
}
.links {
 list-style-type: none;
    padding: 0;
    margin: 0px 0 0 0%;
    width:100%;
    text-align: left;
}

.links li { margin-top: 20px;    padding: 0px;padding-left: 25px; }

.links li a {
  position: relative;
  display: block; /* drops the nav vertically*/
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;

}
.buttonset{
    float: right;
    position: fixed;
    z-index: 99999999;
    margin-top: -25px;}
.links a:hover{color:#eeb104;}
.links li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 81px;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #eeb104;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;

}

.links li a:hover:after { width: 70%; }

.links li a:active { color: #dbdbdb; }

.pushmenu-left { right: -300px; }

.pushmenu-left.pushmenu-open { right: 0;z-index: 99999;background: #0C0C0C; }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
  top: -3px;
}

.pushmenu-push-toright { right: 300px; }

/*Transition*/

.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#nav_list {
  
  cursor: pointer;
  height: 27px;
  width: 33px;
  
  z-index: 999999999999;
    position: relative;
}

nav-list.active { background-position: -331px top; }



section.content {
  padding: 10px 20px;
}