div#navigation
{
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .1em;
  height: 2em;
  margin-bottom: 12px;
}

div#navigation div.navbutton
{
  display: block;
  flex: 0 0 auto;
  align-self: center;
  height: 1.5em;
  margin: 0 10px;
  cursor: pointer;
  font-size: .9em;
}

@media screen and ( max-width: 600px )
{
  div#navigation { display: none; }
}

