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