a {
  text-decoration: none;
  color: black;
}
h1 {
  color: black;
  font-size: 1.25em;
  font-family: "OpenSymbol";
  background-color: rgba(255,0,0,.25);
  text-align: center;
}
h2 {
  color: black;
  font-size: 1em;
  font-family: "OpenSymbol";
  text-align: left;
}
.link {
  background-color: rgba(0,0,255,.10);
  color: rgba(0,0,255,1);
}
.abo_img_box {
  text-align: center;
  height: 70vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.abo_img {
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
}
.abo_col {
  position: absolute;
  bottom: 0;
  height: 25vh;
  width: 75%;
  left: 12.5%;
  text-align: center;
  overflow-y: scroll;
}
