.page-content .wrapper {
	max-width: 64em;
}
.page-content ul.post-list {
	width: 48em;
}
ul.sidenav {
	list-style-type: none;
	background-image: linear-gradient(to right, lightgray, white);
	padding: 0.5em;
	width: 16em;
	min-width: 16em;
	max-width: 16em;
	height: fit-content;
}
li.sidenav-header {
	font-weight: bold;
}

div.page ul.navigation-menu {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: visible;
  list-style-type: none;
  text-align: center;
  width: 100%;
}
div.page li.nav-link {
  background: transparent;
  display: inline;
  text-decoration: none;
  text-align: left;
  list-style-type: none;
  padding: 1.5em;
}
@media screen and (min-width: 768px) {
  .navigation nav {
    max-width: 600px;
  }
  .page-content {
	  margin-top: 114px;
  }
}
