@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  margin: 0;
  color: #444;
}

a {
  font-size: 1.1em;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  color: #1a1919;
}

nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding-top: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
}


.active{
  text-decoration:underline;
  color:#4a4343;
}