html {
	background-color: white;
}

body {
	margin: 0;
}

code {
	overflow: auto;
}

blockquote {
	background: #f9f9f9;
	border-left: 5px solid #ccc;
	padding-left: 5px;
}  

.banner {
	top: 0;
	left: 0;
	right: 0;
	filter: blur(1px);
	margin: -2px;
}

.navbar {
	padding: 0 1rem;
	top: 50px;
	margin: auto;
	left: 0;
	max-width: 650px;
}
.navbar ul {
	list-style-type: none;
	margin: auto;
	padding: 0;
	max-width: 1000px;
}
.navbar ul li {
	display: inline;
	float: left;
	width: 33%;
}
.navbar ul li a {
	display: block;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	color: black;
}
.navbar ul li a:hover {
	text-decoration: underline;
	text-decoration-color: black;
}

.header {
	margin: 3rem auto;
	padding: 0 1rem;
	max-width: 950px;
}

.content {
	margin: 3rem auto;
	padding: 0 1rem;
	max-width: 650px;
}

.content img {
	display: block;
	margin: auto;
	max-width: 650px;
	width: 100%;
}
.content img.icon {
	display: inline;
	margin: 0;
	width: 15px;
}
.caption {
	text-align: center;
	font-size: smaller;
	color: grey;
	margin-top: 0px;
	font-style: italic;
}

.footer {
	margin: 3rem auto;
	padding: 0 1rem;
	max-width: 650px;
}
.footer hr {
	border: 1px solid grey;
	border-bottom-width: 0px;
}
.footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer ul li {
	display: inline;
	float: left;
	width: 50%;
}
.footer ul li p {
	display: block;
	padding: 0px;
	margin: 0px;
	color: grey;
	font-size: smaller;
}
.footer ul li a {
	color: grey;
}

.listinfo {
	text-align: left;
	margin: 0;
	font-size: small;
	font-weight: lighter;
}
.listinfo span {
	float: right;
}
.listdetail {
	text-align: left;
	margin: 0;
	margin-right: 75px;
	font-size: small;
	font-weight: lighter;
}
.listtext {
	font-weight: bold;
	font-size: large;
	text-align: left;
	margin: 0;
}
.listlink {
	text-decoration: none;
}
a.listlink:link {
	color: black;
}
a.listlink:visited {
	color: purple;
}
a.listlink:hover {
	color: blue;
}
a.listlink:active {
	color: blue;
}

ul.nobullets {
	list-style-type: none;
	padding: 0px;
}

li.email b {
	display: none;
}

div.categories {
	display: flex;
	justify-content: space-around;
}