

.hof-nav-menu {
margin-bottom: 40px; 
}

.hof-nav {
    display: inline-block;
    text-align: center;
    width: 260px;
    padding: 12px 0;
    line-height: 28px;
    height: 28px;
    background-color: #eeeff0;
    border-radius: 4px;
    margin: 20px 5px;
}

.hof-nav a {
    padding: 20px 20.5%;
    width: 177px;
    font-family: oswald;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

.hof-nav a:hover {
    text-decoration: underline;
    color: #4f87c6;
}


.inductee-container {
list-style: none;
}



.inductee {
clear: both;
}

.inductee-img{
float: left;
padding: 0 20px 20px 0;
display: inline-block;
}

.inductee-h2{
margin-bottom: 8px !important;
}

