
nav > ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
   font-weight: normal;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #C0392B;
}


nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
/*   height: 2.5em; */
  line-height: 1.5em;
padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 0 #f6cb59 inset, 0 -1px 0 #a37f5e inset;
}
nav li:first-child a { box-shadow: 0 1px 0 transparent inset, 0 -1px 0 #a37f5e inset;}
nav li:last-child a { box-shadow: 0 1px 0  #f6cb59 inset, 0 -1px 0 transparent inset;}
nav a:hover {
  background-color: transparent;
  transition: 1s;
  font-size: 1.05em;
}
nav a:active {
  background-color:  #fff;
  transition: .5s;
  font-size: .95em;
  box-shadow: 0 3px 3px #f6cb59 inset, 0 -3px 3px #a37f5e inset;
}
nav li:first-child a:active { box-shadow: 0 3px 3px transparent inset, 0 -3px 3px #a37f5e inset;}
nav li:last-child a:active { box-shadow: 0 3px 3px #f6cb59 inset, 0 -3px 3px transparent inset;}