a {
	text-decoration: none;
	color: black;
}
@font-face {
  font-family: Play-Regular;
  src: url(../fonts/Play-Regular.ttf);
}
@font-face {
  font-family: Play-Bold;
  src: url(../fonts/Play-Bold.ttf);
}
div {
  font-family: Play-Regular;
}
.homero_navtop {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0vh;
	text-align: center;
	z-index: 1;
	background-color: rgba(255,255,255,.75);
}
.navtop_buffer {
	display: inline-block;
	width: 1.5em;
}
.navtop_off {
	display: inline;
	background-color: rgba(255,0,0,.1); 
}
.navtop_active {
	display: inline;
	background-color: rgba(255,0,0,.25);
  font-family: Play-Bold;
}
.homero_main_menu_buffer {
	position: relative;
	height: 3.75em;
}
.homero_main {
	position: relative;
	width: 100%;
	left: 0px;
	text-align: center;
  font-family: Play-Regular;
}
.linebreak {
	position: relative;
	height: 1em;
	width: 100%;
	left: 0;
	background-color: rgba(0,0,255,.1);
	background-image: url(../img/menu/menu_640.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.pgp_creds {
	position: relative;
	width 100%;
	text-align: center;
}
.pgpframe {
	position: relative;
	width: 50%; 
}
.pgpcontact {
	position: relative; 
	width: 100%;
	text-align: center;	
}
.homero_footer {
	position: relative;
	text-align: center;
	width: 100%;
	left: 0px;
	background-color: rgba(255,255,255,.85);
	z-index: 1;
  font-family: Play-Regular;
}
.footer_span {
	position: relative;
	background-color: rgba(0,0,255,.1);
	z-index: 2;
}