body, * {
  font-family: OpenSans, Helvetica, Arial, sans-serif;
}

h1 {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  z-index: 99;
  opacity: 0.95;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 900;
  font-size: 120px;
  text-align: center;
  margin-top: -90px;
  width: 100%;
}

body, html, #honors {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.honor {
  float: left;
}

.honor img {
  display: block;
  width: 100%;
  height: auto;
}