.honoree-block {
   background-color:#BA0C2f;
   border: 10px solid #BA0C2F;
   text-align:center;
}
.honoree-page-block {
   background-color:#BA0C2f;
   border: 10px solid #BA0C2F;
   text-align:center;
}
.honoree-page-block a:hover, a:focus, .link:hover, .link:focus {
  color:#000;
}
.honoree-page-block a {
  color:#fff;
}
.induction-year {
  color: #fff;
  font-weight:300;
}
.honoree-grid .view-content div.views-row {
    width: 25%;
    padding-right: 15px;
    margin: 2em;
    font-size:1.2rem;

}
.honoree-grid .views-field h3 {
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 7px;
}
.honoree-grid .views-field-field-last-name {
   display:flex;
   margin-left: 35%;
   margin-top: 5%;
   margin-bottom: 10%;
   color:#fff;
   font-weight:300;
}
/*galleries grid*/
.honor {
    cursor: pointer !important;
    width: 113px;
    border: solid black 1px;
    height: 207px;
    text-align: center;
    margin-right: 9px;
    float: left;
    padding: 5px;
    margin-bottom: 9px;
}
#honorees {
    float: left;
    width: 670px;
}

.honoree-img-text{
  position:relative;
  top: 5%;
  left: 5%;
  transform: translate(-5%, -5%);
  margin-top:5%;
}
