body,
html {
	margin: 0;
	padding: 0;
	color: #6d4141;
	background-color: #ffddf633;
}

body {
	min-height: 100vh;
}

header {
	text-align: center;
	background-color: #bf8d8dcc;
}

#navigation-name {
	height: 3em;
	line-height: 3em;
	width: 100%;
	color: #6d4141;
}

#navigation-name>span {
	text-align: center;
	vertical-align: middle;
	font-size: 38px;
	font-weight: 700;
}

#navigation-menu {
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%);
	display: initial;
	white-space: nowrap;
	height: 4em;
}

#navigation-menu>a {
	display: inline-block;
	padding: 0 1em 0 1em;
	text-decoration: none;
}

#navigation-menu>a:hover {
	-webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, .4));
	filter: drop-shadow(0 0 6px rgba(255, 255, 255, .4));
}

#navigation-menu h2 {
	color: #ffffff;
}

#navigation-menu>#home>img {
	height: 24px;
	width: 24px;
	vertical-align: sub;
}

#navigation-picture {
	height: 250px;
	width: 100%;
	background-color: rgba(95, 121, 120, 1);
	background-image: url('river.jpg');
	background-size: cover;
}

#navigation-body {
	display: none;
}

#navigation-body h2 {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: center;
	font-size: 200%;
	border: solid 1px #d8aaae;
	border-radius: 12px;
	background-color: #bf8d8dcc;
}

main {
	margin: 0 auto;
	max-width: 50em;
	padding: 0.5em 3em;
}

main p,
main li {
	line-height: 150%;
	font-size: 120%;
}

/* For small screens... */
@media only screen and (max-width: 800px) {
	header {
		position: relative;
	}

	#navigation-name {
		height: 1.5em;
		line-height: 1.5em;
	}

	#navigation-name>span {
		font-size: initial;
	}

	#navigation-picture {
		position: static;
		height: 10em;
		top: 0;
		left: 0;
		width: 100%;
	}

	#navigation-body {
		display: initial;
	}

	#navigation-menu {
		position: absolute;
		top: 15px;
		left: 45px;
	}

	#navigation-menu>a:not(:first-child) {
		display: none;
	}

	#navigation-menu>#home>img {
		height: 3em;
		width: 3em;
		-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3));
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3));
	}

	main {
		margin: 0;
		padding: 0 1.3em 2.3em 1.3em;
	}
}

/* Picture of myself on homepage */
#me {
	float: left;
	max-width: 7cm;
	margin-right: 1cm;
	margin-bottom: 0.33cm
}

/* For really small screens... */
@media only screen and (max-width: 14cm) {
	#me {
		display: block;
		float: none;
		margin: 0 auto 1cm auto;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6d4141;
}

#items ul {
	text-align: left;
}

#items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image-fit {
	object-fit: contain !important;
	background-color: white;
}

.bod-flip-box {
	margin: 0.33em;
	width: 16em;
}

.bod-flip-box a {
	background-color: #ffddf6;
	padding: 1px;
	font-weight: 700;
}

.flip-back {
	background-color: #445566;
	color: #ffffff;
}

.flip-front {
	background-color: rgb(253, 243, 251) !important;
}

img {
	max-width: 100%;
}