a {
	text-decoration: none;
	color: black;
}
b {
	font-weight: bold;
}
.link {
	background-color: rgba(0,0,200,.2);
}
@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;
	font-family: Play-Regular;
	margin: 0 auto;
	padding: 0;
}
div {
}
.homero_navigation {
	position: fixed;
	display: flex;
	width: 100vw;
	left: 0;
	top: 0;
	height: auto;
	justify-content: space-between;
	background-color: rgba(255,0,0,.25);
	font-size: 1em;
}
.nav_buffer {
}
.nav1_on {
	background-color: rgba(255,0,0,.25);
	font-family: Play-Bold;
	padding: .5em;
}
.nav2_off {
	padding: .5em;
}
.nav3_off {
	padding: .5em;
}
.homero_footer {
	left: 0;
	bottom: 0;
	position: fixed;
	width: 100vw;
	height: auto;
	text-align: center;
	background-color: rgba(0,0,255,.25);
	font-size: .75em;
}
.splash_screen {
	position: fixed;
	height: 80vh;
	top: 4em;
	left: 0;
	width: 100vw;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.splash_img {
	max-height: 75vh;
	max-width: 95vw;
}
.homero_main {
	position: fixed;
	height: auto;
	top: 3em;
	left: 0;
	width: 100vw;
	z-index: -1;
}
.homero_version {
	position: relative;
	text-align: center;
	font-family: Play-Bold;
}
.homero_prev_version {
	position: relative;
	text-align: center;
}
.homero_content_scroll {
	position: relative;
	overflow-y: scroll;
	height: 75vh;
	width: 100vw;
	left: 25vw;
}
.homero_title {
	position: relative;
	text-align: center;
	font-family: Play-Bold;
}
.homero_img_box {
	position: relative;
	height: auto;
	top: 3em;
	left: 0;
	width: 100vw;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homero_img {
	max-height: 75vh;
	max-width: 95vw;
	margin: 0 auto;
}
.homero_img_max {
	position: relative;
	text-align: center;
}