body {
	background-color: #000000;
	margin: 10px auto;
	color: #ffffff;
	font-family: sans-serif;
	/*text-align: center;*/
	max-width: 1024px;
}
@media screen and (max-width: 1044px) {
	body {
		margin: 10px;
	}
}

footer {
	margin-top: 40px;
	font-size: 0.7em;
}

hr {
	/*border-color: #800080;*/
	border-color: #FF1493;
}

h1 {
	font-size: 2.45em;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
	margin-top: 30px;
}
h1>img {
	vertical-align: middle;
	height: 1em;
}

.naamaimg {
	float: right;
	width: 33%;
	max-width: 256px;
	height: auto;
	/*max-height: 100%;*/
}
/*
@media screen and (max-width: 512px) {
	.naamaimg {
		width: 50%;
		height: auto;
		max-height: 100%;
	}
}
*/

a, a:visited, a:active {
	color: #FF1493; /* #ff00ff; */
}

ul {
	list-style: inside;
}

code {
	background-color: #400040;
}
pre {
	border-style: solid;
	border-color: #800080;
	border-width: 1px;
	padding: .5em;
}

#header-text-logo {
	max-width: 100%;
	max-height: 100px;
	height: auto;
}

a.hdr-nav-link {
	margin-left: 5px;
	margin-right: 5px;
}
