a {
	text-decoration: none;
	color: black;
}
h1 {
	text-decoration: none;
	color: black;
}
strong {
	font-size: 1.25em;
	font-weight: bold;
}
.index_menu {
	position: fixed;
  	top: 0.1vmax;
  	height: 3em;
  	width: 100%;
  	left: 0;
	background-image: linear-gradient(to left, rgba(0,15,188.75), rgba(155,161,235, .95));
	z-index: 1;
}
.index_menu_a {
  position: absolute;
  width: 20%;
  left: 0%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(250,0,0,1), rgba(250,72,72,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75%;
}
.index_menu_b {
  position: absolute;
  width: 20%;
  left: 20%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(250,72,72,1), rgba(181,19,19,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75%;
}
.index_menu_c {
  position: absolute;
  width: 20%;
  left: 40%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to left, rgba(0,15,188.75), rgba(155,161,235, .95));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75%;
}
.index_menu_d {
  position: absolute;
  width: 20%;
  left: 60%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(230,76,76,1), rgba(176,39,39,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75%;
}
.index_menu_e {
  position: absolute;
  width: 20%;
  left: 80%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(176,39,39,.1), rgba(210,107,107,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75%;
}
.lost_main {
	position: fixed;
	overflow: auto;
   background-image: linear-gradient(to left, rgba(0,15,188.75), rgba(155,161,235, .95));
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.lost_home_container {
  	position: relative;
  	width: 100%;
	top: 3.5em; 
  	height: auto;
  	text-align: left;
  	justify-content: center;
  	align-items: center;
}
.lost_container_align {
  	text-align: center;
}
.lost_home_pic {
	position: relative;
	width: 50vmax;
	display: inline-block;
}
.lost_ajax_link {
  	background-color: rgba(125,0,125,.25);
	font-weight: bold;
	font-size: 1.5em;
}
.lost_img_con {
	position: relative;
	width: 100vw;
	text-align: center;
}
.lost_img {
	height: 66vmin;
}