
#navcontent{

}
.myButton {
  background-color:transparent;
  border:1px solid #e0e0e0;
  display:block;
  cursor:pointer;
  color:#000000;
font-family: 'aileronthin';
  font-size:17px;
  padding:12px 31px;

  text-decoration:none;
}
.myButton:hover {
  background-color:transparent;
}
.myButton:active {
  position:relative;
  top:1px;
}

.nav {

  background: #EBEBEB;
  padding: 0;

  position:fixed;
  width:100%;
  height:100%;
  z-index:3;
  top:60px;
  display:none;

}





