body {
	background-color: black;
	margin: 0;
	font-family: sans-serif;
}
#header {
	width:100%;
	background-color: white;
	/*border-bottom: 15px solid #5ab;*/
	border-bottom: 15px solid var(--theme-color);

	background-image: url('brain_header.png');
	background-size: auto 250px;
	background-repeat: no-repeat;
	background-position: right top;

}
#header > #title {
	font-size: 48pt;
	font-weight: bold;
	color: #555;
	padding: 10px;
	padding-top: 75px;
}

#title .titledivider {
	color: #000;
	font-size: 72pt;
	font-weight: normal;
	line-height: 48pt;
	text-align: center;
	vertical-align: middle;
}

#title .titlesub {
	/*color: #999;*/
	color: var(--theme-color);
	/*opacity: 0.6;*/
	font-weight: 300;
}



a {
	font-weight: bold;
	/*color: #666;*/
    color: var(--theme-color);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#nav {
	width: 80%;
	margin: auto;
	/*height: 20px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
}
#nav li {
	display: inline-block;
	margin-right: 20px;
}



#content {
	width: 80%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 15px 50px 15px;
	color: #333;
}

.subheading {
	/*color: #555;*/
	color: var(--theme-color);
	/*opacity: 0.7;*/
	font-size: 32pt;
	padding-top: 30pt;
	padding-bottom: 5pt;
	font-weight: 300;
}

.subsubheading {
	color: #555;
	/*color: var(--theme-color);*/
	/*opacity: 0.7;*/
	font-size: 20pt;
	padding-top: 20pt;
	padding-bottom: 5pt;
	font-weight: 400;
}

.divider {
	border-bottom: 1px solid var(--theme-color);
}



#footer {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCC;
	display: flex;
	flex-wrap: wrap;
	/*border-top: 15px solid #5ab;*/
	border-top: 15px solid var(--theme-color);
}
#footer .left {
	flex: 1;
	width: 50%;
	padding: 10px 50px 10px 10px;
	border-right: 1px solid #666;
}

#footer .right {
	flex: 1;
	width: 50%;
	padding: 10px 10px 10px 50px;
}

#footer div div {
	color: #555;
	font-size: 20pt;
	/*text-decoration: underline;*/
	/*text-decoration-color: #888;*/
	font-weight: 300;
}

#footer ul {
	list-style: none;
	-webkit-padding-start: 0;
}

#copyright {
	color: #888;
	font-size: 10pt;
	text-align: center;
	flex: 0 1 100%;
	padding-top: 15px;
}



.person {
	min-height: 200px;
	display: inline-block;
    vertical-align: top;
	width: 350px;
	padding: 10px;
    margin: 5px;
}

.person .imgcontainer {
    min-width: 200px;
    float: left;
}

.person div img {
	margin-right: 10px;
    margin-left: auto;
    display: block;
}

.person span {
	display: block;
    margin-bottom: 0.3em;
}

.person .name {
	font-size: 16pt;
}

.person .title {
}

.person .department {
}

.alum {
	min-height: 30px;
	margin-left: 10px;
}

