.member {
	height: 100%;
}

.member h3 {
	text-align: center;
	margin: 0 0 0 0;
}

.member h4 {
	text-align: center;
	margin: 0 0 0 0;
}

.member p {
	text-align: center;
	margin: 0 0 0 0;
}

.member img {
    width: 100%; /* Desired square size */
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 25%;
}

.member .footer {
	margin: 0 0 0 0;
	text-align: center;
}

.member .fa {
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.member .role {
	margin-bottom: 5px;
}

.alumni .fa {
	margin-right: 5px;
	margin-left: 5px;
}

.member a, a:link, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	outline: none; /* Removes the dashed outline */
	text-align: center;
}

.alumni span {
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.alumni .name {
	font-weight: bold;
}

#alumni-label {
	margin-top: 15px;
	margin-bottom: 5px;
}

.alumni ul {
	list-style: none;
}
