@charset "utf-8";

.member-text{
	text-align: justify;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgba(0,0,0,0.9);
}

.member-link {
	text-align: center;
	color: rgba( 40, 140, 200, 0.9);
	font-size: 0.8rem;
}

.member-link:hover {
  text-decoration: none;
  color: rgba( 255, 140, 40, 0.9);
}

.member-text-faculty {
	text-align: justify;
	padding-top: 1rem;
	padding-bottm: 1rem;
	color: rgba(0,0,0,0.9);
	font-size: 0.8rem;
}

.member-text-student {
	text-align: center;
	padding-top: 1rem;
	padding-bottm: 1rem;
	color: rgba(0,0,0,0.9);
	font-size: 0.8rem;
}

.member-title {
	text-align: left;
	display: block;
	color: rgba(0, 0, 0, 0.9);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding-left: 1rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 0.3rem;
	margin-left: 1%;
	width: 98%;
}

.member-jumbotron {
	background-image:url("../image/member/img_member.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.member-jumbotron-h1 {
	text-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.8), -0.2rem -0.2rem 1rem rgba(0,0,0,0.8);
}

.member-photo-faculty img {
	max-width: 200px;
	height: auto;
	border-radius: 5%;
	align-items: center;
}

.member-photo-student img {
	width: 300px;
	height: auto;
	border-radius: 5%;
	align-items: center;
}
