@charset "UTF-8";
main {
	padding-top: 150px;
	padding-bottom: 30px; 
}
.mytab {
	width: 25%;
	font-size: large;
}
.mytab a {
	text-align: center;
	color: hsla(40,2%,31%,1.00);
}
.tab-content h3 {
	border-bottom: 2px solid hsla(43,73%,54%,1.00);
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:25px;
}
.tab-content p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 17px !important;
}
.eachperson {
	width: 100%;
	border: 1px solid hsla(0,0%,75%,1.00);
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.eachperson .name {
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid  #9d9d9d;
	overflow-y: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: x-large;
	margin-bottom: 15px;
}
.eachperson img {
	border-radius: 5px;
	margin-bottom: 15px;
}
.eachperson .summary  {
	/*text-align: justify;*/
	font-size: large;
}
#menu2 p {
	font-size: large;
}
#menu1 .eachperson{
	width: auto;
}
#menu1 .eachperson .name {
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid hsla(43,66%,52%,1.00);
	overflow-y: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: x-large;
	margin-bottom: 0px;
}
 .eachperson .job {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid hsla(0,0%,70%,1.00);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: large;
	color: hsla(0,0%,27%,1.00);
}

@media (max-width:610px){
.mytab {
	width: 50%;
}
}