div.logo {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 15%;
	z-index: -1;
	filter: opacity(33%) saturate(50%);
	transform: rotate3d(3, 0, 2, 25deg);
}

div.logo > img {
	max-width: 100%;
}

div.content img {
	max-width: 100%;
	border-radius: 2%;
}

img.nav-logo {
	max-height: 100%;
}

header {
	height:inherit;
}

div.brand {
	height: 100%;
}

p.post-meta {
	margin-top: -0.5rem;
}