a {
	text-decoration: none;
	color: black;
}
.link {
	color: black;
	background-color: rgba(0,0,255,.1);
}
.homero_navtop {
	position: absolute;
	width: 100vw;
	left: 0px;
	height: 2.25em;
	top: 0.5vh;
	font-family: monospace, sans-serif;
	text-align: center;
	z-index: 1;
}
.navtop_a {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 100%;
	background-color: rgba(255,0,0,.25);
	text-align: center;
	font-size: 1vw;
}
.navtop_b {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 100%;
	background-color: rgba(255,0,0,.1);
	text-align: center;
	font-size: 1vw;
}
.navtop_b_active {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 100%;
	background-color: rgba(255,0,0,.25);
	text-align: center;
	font-size: 1vw;
}
.navtop_c {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 100%;
	background-color: rgba(255,0,0,.1);
	text-align: center;
	font-size: 1vw;
}
.navtop_d {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 100%;
	background-color: rgba(255,0,0,.1);
	text-align: center;
	font-size: 1vw;
}
.homero_main {
	position: relative;
	height: 80vh;
	width: 100%;
	top: 5vh;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}
.tit_img_box {
	height: 100%;
	max-width: 100%;
}
.tit_img {
	max-height: 100%;
	max-width: 100%;
}
.homero_footer {
	position: absolute;
	text-align: center;
	width: 100vw;
	height: 1.25em;
	bottom: 0;
	left: 0px;
	background-color: rgba(0,0,255,.25);
	font-family: monospace, sans-serif;
	z-index: 1;
}
.cc_icon {
	display: inline-block;
	position: relative;
	height: 1em;
}