nav {
    font-family: 'Catamaran', Arial, sans-serif;
    padding: 1em;
    border-bottom: 1px solid #e8e8e8;
}

h1 {
    margin: 0;
    text-transform: uppercase;
    padding: 0.3em 0;
    display: inline-block;
}

nav a {
    float: right;
    text-decoration: none;
    background: #be2738;
    color: white;
    padding: 0.5em 0.5em;
    display: inline-block;
  border: 2px solid #be2738;
}

nav a img { margin-right: 0.5em }

nav a.outline {
  background: white;
  color: #be2738;
  border: 2px solid #be2738;
  margin: 0 1em;
}


nav a.outline:hover {
    background: #be2738;
    color: white;
    transform: scale(0.95);
}

nav a:hover {
    background: #9c202e;
    transform: scale(0.95);
}

#reader-container {
    float: left;
  width: 100%;
  display: block;
    background: #f8f8f8;
}

footer {
color: #ddd;
font-family: 'Catamaran', Arial, sans-serif;
width: 100%;
border-top: 1px solid #e8e8e8;
padding: 1em 0.5em;
box-sizing: border-box;
}

footer a {
color: #ccc;
text-decoration: none;
}