a {
	text-decoration: none;
	color: black;
}
.link {
	background-color: rgba(0,0,200,.2);	
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@font-face {
  font-family: Play-Regular;
  src: url(../fonts/Play-Regular.ttf);
}
@font-face {
  font-family: Play-Bold;
  src: url(../fonts/Play-Bold.ttf);
}
body {
	animation: fadeIn 2s normal ease-in;
	position: fixed;
}
.homero_navtop_l {
	position: static;
	height: 1.5em;
	width: 96.5vw;
	text-align: center;
	font-size: 5vh;
}
.navtop_active {
	position: inherit;
	background-color: rgba(255,0,0,.25);
  font-family: Play-Bold;
}
.homero_navtop_r {
	height: 2em;
	position: static;
	width: 96.5vw;	
	text-align: center;
	font-size: 5vh;
}
.navtop_off {
	position: inherit;
	background-color: rgba(255,0,0,.1);
	  font-family: Play-Regular;
}
.homero_main {
	position: static;
	height: 70vh;
	text-align: center;
	font-family: Play-Regular;
	overflow-y: scroll;
}
.content_menu_main {
	position: relative;
	width: 50%;
	left: 25%;
	text-align: left;
	z-index: 1;
	font-family: Play-Regular;
}
.content_main {
	position: relative;
	width: 100%;
	left: 0px;
	text-align: left;
	z-index: 1;
	font-family: Play-Regular;
}
.content_title {
	display: inline-block;
  	font-family: Play-Bold;
	font-size: 1.25em;
}
.content_title_align {
	text-align: center;
  font-family: Play-Bold;
}
.content_title_mov {
	position: absolute;
	right: 0;
	background-color: rgba(255,250,0,.25);
}
.content_title_mov_lg {
	background-color: rgba(255,250,0,.25);
  	font-family: Play-Bold;
	font-size: 1.5em;	
}
.content_title_wrd {
	position: absolute;
	right: 0;
	background-color: rgba(125,255,0,.25);
}
.content_title_wrd_lg {
	background-color: rgba(125,255,0,.25);
  	font-family: Play-Bold;
	font-size: 1.5em;
}
.content_title_tc {
	position: absolute;
	right: 0;
	background-color: rgba(255,125,0,.25);
}
.content_title_tc_lg {
	background-color: rgba(255,125,0,.25);
  	font-family: Play-Bold;
	font-size: 1.5em;
}
.content_title_hi {
	position: absolute;
	right: 0;
	background-color: rgba(255,125,255,.25);
}
.content_title_hi_lg {
	background-color: rgba(255,125,255,.25);
  font-family: Play-Bold;
	font-size: 1.5em;
}
.content_title_ln {
	position: absolute;
	right: 0;
	background-color: rgba(0,0,255,.25);
}
.content_title_ln_lg {
	background-color: rgba(0,0,255,.25);
  	font-family: Play-Bold;
	font-size: 1.5em;
}
.content_title_pv_r {
	display: inline-block;
	background-color: rgba(255,0,0,.25);
  	font-family: Play-Bold;
}
.content_title_pv_o {
	display: inline-block;
	background-color: rgba(255,165,0,.25);
	font-family: Play-Bold;
}
.content_title_pv_y {
	display: inline-block;
	background-color: rgba(255,255,0,.25);
  	font-family: Play-Bold;
}
.content_title_pv_g {
	display: inline-block;
	background-color: rgba(0,128,0,.25);
  	font-family: Play-Bold;
}
.content_title_pv_b {
	display: inline-block;
	background-color: rgba(0,0,255,.25);
  	font-family: Play-Bold;
}
.content_title_pv_i {
	display: inline-block;
	background-color: rgba(75,0,130,.25);
  	font-family: Play-Bold;
}
.content_title_pv_v {
	display: inline-block;
	background-color: rgba(238,130,238,.25);
  	font-family: Play-Bold;
}
.content_container_pv {
	position: relative;
	width: 50vw;
	left: 25vw;
}
.content_buffer {
	position: relative;
	height: 2.10em;
}
.content_title_buffer {
	position: relative;
	height: 0.75em;
	width: 100%;
}
.con_txt {
	position: relative;
	top: 5vh;
	max-width: 75vw;
	left: 12.5vw;
	max-height: 50vh;
	text-align: left;
}
.homero_footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	left: 0px;
	background-color: rgba(255,255,255,.85);
	z-index: 2;
	overflow: hidden;
}
.footer_span {
	position: relative;
	background-color: rgba(238,130,238,.25);
	font-family: Play-Regular;
	z-index: 2;
}