a {color: #C84E52;}

/* home page */
/* dollar sign */
.home-specials > div:first-child {
    background-image: url('../custom/dollar.png');
}

.reservations a {
    color: #fff;
    background-color: #C84E52;
}


/* tabs in drinks and food menu */
.tabnav .nav>li>a:hover, .tabnav .nav>li.active>a {
    color: #cd5c5c;
    background: transparent;
    border-bottom: 10px solid rgba(149, 27, 31, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
    color: #C84E52;
}

/* specials titles in happy hours */
.specials h2 {
    color: #C84E52;

}
.specials-section{
    margin-top: 0px;
}

.specials-section h3{
    margin-top: 4px;
}