@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
	color: #000000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	text-decoration: none;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

hr {
    background-color: transparent;
    border-top: 1px solid #01407F;
}

#titlehr {
	width: 5rem;
	display: inline-block;
}

.dividehr {
	padding: 0rem 1rem 0rem 1rem;
}

main {
	width: 100%;
	margin-top: 8.25rem;
	display: inline-table;
	text-align: center;
	padding: 0rem 0rem 0rem 0rem;
}

#title {
	padding: 2rem 0rem 0rem 0rem;
}

#people {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0rem 2rem 0rem 2rem;
}

#intro {
	display: inline-block;
	width: 63%;
	text-align: center;
	line-height: 1.25;
	padding: 0rem 0rem 0rem 0rem;
}

#table ul {
	width: 100%;
	text-align: center;
}

#table {
	padding: 0rem 0rem 0.5rem 0rem;
}

#table li {
	display: inline-block;
	list-style-type: none;
	margin: 0.5rem;
	padding: 0rem 0rem 1rem 0rem;
	white-space: nowrap;
	text-align: left;
	width: 23.5%;
}

.name {
	display: block;
	line-height: 1.25;
	text-align: center;
	padding: 0.5rem 0rem 0.5rem 0rem;
	background-color: #CCCCCC;
	border-radius: 0.5rem;
}

.picture {
	display: table-cell;
	padding: 0.5rem 1rem 0rem 0.25rem;
	line-height: 0;
}

.picture img {
	width: 7.5rem;
	border: solid;
	border-width: thin;
	border-color: #000000;
}

.text {
	display: table-cell;
	vertical-align: top;
	line-height: 1.25;
	padding: 0.5rem 0.25rem 0rem 0rem;
}

.text p {
	white-space: normal;
}


@media all and (min-width: 3400px) {
main {
   margin-top: 7rem;
}
}

@media all and (max-width: 1180px) {
main {
   margin-top: 0rem;
}
#intro {
	width: 100%;
}
.dividehr {
	padding: 0;
}
#table li {
	width: 48%;
}
}

@media all and (max-width: 868px) {
#people {
	padding: 0rem 1rem 0rem 1rem;
}
#table li {
	width: 47%;
}
}

@media all and (max-width: 668px) {
#table li {
	display: block;
	width: 97%;
}
}