.nav-top .reservation-heading {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background: #9b7753;
    border: 2px solid #9b7753;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 1;
    margin: 0 25px 0 20px;
    max-height: 60px;
    height: 40px;
    align-self: center;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 1px;
}

.nav-top .reservation-heading:hover {
    background: #9b7753;
    color: #fff;
}