
#menuTaps {display: block;}
#menuBeers {display: none;}
#menuCiders {display: none;}
#menuWines {display: none;}
#menuLowAlc {display: none;}
#menuBooze {display: none;}
.drinkNavi {text-align: center; word-spacing: 1em;}
.drinkNavi button{font-size: 14pt;}

.category{
/*    background-image:url('../images/ChalkBoardTop.png'); */
    background-size: 100%;
    width: 100%;
    font-size: 24pt;
    /* height: 40px; */
    color: #aaaaaa;
    text-align: left;
}
.categoryEnd
{
/*    background-image:url('../images/ChalkBoardBottom.png'); */
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
}
.productCategory
{
    font-weight: bold;
    text-align: left;
    font-size: 20pt;
    color: #000000;
/*    background-image: url('../images/ChalkBoardMiddle.png'); */
    background-size: 100%;
    width: 100%; 
}

.product{
    text-align: left;
    font-size: 16pt;
    color: #000000;
/*    background-image: url('../images/ChalkBoardMiddle.png'); */
    width: 100%;
/*    height: 80px; */
    background-size: 100%;
    column-count: 2;
}

.product h2{
    text-align: left;
    line-height: 100%;
}
.title {
    padding: 0px;
    text-align: left;
    width: 100%; 
}
.title-overline {
    padding: 0px;
    text-align: left;
    width: 100%; 
    text-decoration: line-through;
}
.price {
    width: 100%;
    text-align: left;
}


@media only screen and (max-width: 415px)
{
    .category {font-size: 16pt;}
    .productCategory {font-size: 14pt;}
    .product {font-size: 12pt; column-count:1;}
}