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 right, rgba(0,0,0,.75), rgba(255, 255, 255, .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 right, rgba(236,124,0,.75), rgba(227,160,86,.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%; 
}
.af_main {
	position: fixed;
	overflow: auto;
	background-image: linear-gradient(to right, rgba(236,124,0,.75), rgba(227,160,86,.95));
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.af_home_container {
  	position: relative;
  	width: 100%;
	top: 3.5em; 
  	height: auto;
  	text-align: left;
  	justify-content: center;
  	align-items: center;
}
.af_container_align {
  	text-align: center;
}
.af_home_pic {
	position: relative;
	width: 25vmax;
	left: 10vw;
	display: inline-block;
}
.af_ajax_link {
  	background-color: rgba(125,0,125,.25);
	font-weight: bold;
	font-size: 1.5em;
}