h1{
	margin:0em;
}
h1:last-of-type {
	margin-top:0.5em;
}
.main_nav{
	font-size:x-large;
	
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.main_nav *{
	display: block;
	min-width:25%;
	text-align: center;
}
.top_nav{
    margin-bottom: 1em;
}
summary{
	cursor : pointer;
}
details{
	margin-bottom:1em;
}
a{
    color: unset;
}
a:hover{
	color:darkgrey;
}
body {
	max-width:45em;
    margin-left: auto;
    margin-right: auto;
    padding:1em
}
h2{
	display:inline-block;
	margin:0em;
}
figure.profile h2{
	font-size:medium;
}
h3{
	display:inline-block;
	margin:0em;
	font-size:medium;
}
figure.group_photo{
	text-align: center;
}
figure.profile figcaption{
	padding-left: 0.5em;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
img.detailImages{
	max-width: 10em;
	max-height: 7em;
	opacity: 0.5;
}
div.detailImages{
    flex: 1 1 auto;
}
ul.name_list{
	font-size:large;
}
#ImageMap{
	margin: auto;
	display: block;
	width:90%;
}
p{
	text-indent:0.8em;
	margin-top:0;
	margin-left:1em;
}
span {
   display: inline-block;
}
dl {
    display: block;
    width: 100%;
    margin:0;
}
dt {
    display: inline-block;
    width: 4em;
    text-align: center;
}
dd{
    display: inline-block;
    text-align: left;
    margin: auto;
}
figure.profile{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	align-content: center;
    margin: auto;
    margin-bottom: 1em;
    width: 30em;
}
div.ind{
	padding-left: 1em;
}
#face_photo{
	width:30vw;
	max-width:15em;
    margin: auto;
    display: block;
    flex: 0 0 auto;
}
@media (max-width: 500px) {
	figure.profile {
    	width: 100%;
	}
	#face_photo{
		width:50%;
	}
}