body {
	margin: 0;
	padding: 0;
	background-color: #EDEAD0;
	font-family: 'Raleway', sans-serif;
	color:#1C2321;
}
a {
	color: #506DC3;
	text-decoration: none;
}
a:hover {
	color: #85C493;
}
h1 {
	border-bottom-style: dotted;
	margin-bottom: 1.5rem;
	color: inherit;
	font-size: 2.2rem;
}
.whole-page {
	box-sizing: inherit;
}
.navtop {
	margin-bottom: 0.825rem;
	height: 88px;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.headerbar {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    z-index: 1;
    transform: translateY(0rem);
	position: relative;
	background: #85C493;
}
.headerlinks {
	max-width: 960rem;
	margin-left: auto;
	margin-right: auto;
    padding: 1.5rem 1.2375rem;
    font-family: 'Raleway', sans-serif;
}
#copywrite-header {
	position: absolute;
	right: 0;
	margin-right: 1.5rem;
	margin-top: .5rem;
	font-size: 80%;
}
.page-title {
	color:black;
	font-size: 1.25rem;
}
.page-body {
	max-width: 960rem;
	margin: auto;
	width: 50%;
	padding-bottom: 1.5rem;
}
.h3-link {
	color:inherit;
	font-weight: bold;
}
.author-img {
	width: 10rem;
	float: left;
	margin-right: 2rem;
}
#intro-div {
	min-height: 13rem;
	margin-bottom: 2rem;
}
.content-container {
	clear: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

}
.box-header {
	order:1;
	width: 100%;
	border-bottom: dotted;
}
.col1 {
	order:2;
	width: 45%; 
}
.col2 {
	order:3;
	width: 45%; 
}
#projects {
	order: 2;
	width: 50%;
}
.top-level-list {
	font-weight: bold;
}
.inner-list {
	font-weight: normal;
	font-size: 90%;
}
.inner-list-item {
}