body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: "Avenir", sans-serif;
        background-color: white;
}

h1,
h2 {
	text-align: center;
	padding: 1em;
}

h3 {
	font-weight: bold;
	margin-top: 2em;
}

hr {
	margin: 4em;
	border: 1px solid #cccccc;
}

p,
.list {
	font-size: large;
	margin-bottom: 1em;
}

.comp {
	font-size: large;
}

.org,
.pi {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin-top: 1em;
}

.org {
	font-size: 24px;
	margin-bottom: 1em;
}

.comp,
.pi,
.team {
	margin-bottom: 8px;
}

.pi {
	font-size: 28px;
	color: #666666;
}

.pi-img {
	width: 502px;
        padding-right: 1em;
        padding-left: 1em;
}

.pub-even-row,
.pub-odd-row {
	padding-right: 15px;
	padding-left: 15px;
}

.pub-odd-row {
	border-radius: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #eeeeee;
}

.sop {
	width: 16em;
	margin-top: 1em;
}

.team {
	font-size: large;
	text-align: center;
}

#footer {
	width: 100%;
	font-size: 21px;
	text-align: center;
	margin-top: auto;
	padding: 1em 1em 3em 1em;
	background-color: #222222;
}

#footer a {
	color: #dddddd;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}