a {
	text-decoration: none;
}
.link {
	color: black;
	background-color: rgba(0,0,255,.1);
	font-size: 1.5em;
}
.homero_navtop {
	display: inline-block;
	width: 100%;
	height: 4.5vh;
	top: 0.5vh;
	text-align: center;
	background-color: rgba(255,0,0,.05);
}
.homero_main {
	position: relative;
	text-align: center;
	height: 87.5vh;
}
.menu_bio_pic_container {
	text-align: center;
	position: relative;
	width: 100%;
}
.menu_peo_title {
	text-align: center;
	width: 100vw;
	position: relative;
	background-color: rgba(0,0,0,.75);
	color: white;
}
.linebreak {
	border-radius: 250px;
	position: relative;
	height: 5vh;
	width: 100%;
	left: 0;
	background-color: rgba(0,0,255,.05);
	background-image: url(../img/menu/menu_640.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.peo_body {
	position: relative;
	width: 100%;
	height: 25vw;
	text-align: center;
}
.peo_img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	height: 100%;
	object-fit: contain;
}
.homero_footer {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 4.5vh;
	bottom: 0.5vh;
	background-color: rgba(0,0,255,.05);
}
.cc_icon {
	height: 100%;
}