body {
  font-family: ‘Merriweather’, Georgia, serif;
}

.topnav {
  background-color: #FFFFFF;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: #222222;
  text-align: center;
  padding: 50px 30px;
  text-decoration: none;
  font-size: 17px;
}

.topnavlogo {
	float: left;
	color: #222222;
	text-align: center;
	padding: 14px 50px;
	text-decoration: none;
	font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #b6b6b6;
  color: rgb(189, 189, 189);
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.frontpage {
	margin-right: 30px;
	margin-left: 30px;

}
