
table{
    text-align: left;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    font-weight:100;
    background-color: transparent;
    }
td {
    vertical-align: top;
    border-spacing: 0;
    padding-left: 10px;
    
}
.emphasis {
    line-height: 0;
    text-transform: uppercase;
    font-family:'Impact_server', 'Haettenschweiler_server', 'Sans_serif_server';
    font-size: 150%;
    color: white;
    margin-bottom: 0px;/*Spacing between bottom of the menu item and description below it*/
   
  }
.sub {
    color: rgb(164,164,164);
    text-transform: lowercase;
    font-size: 110%;
    letter-spacing: 3px;
    margin-bottom: 10px; /* Spacing between the bottom of menu description and menu item*/
    

}

.fmenu {
    text-align: center;
    background-color: rgb(247, 222, 16);
    padding: 2Px;
    line-height: 1.6;
    font-weight: lighter;
    font-size: 100%;

}
.fmenu span{
    font-weight:500;
    font-family:'Impact_server', 'Haettenschweiler_server', 'Sans_serif_server';
  
   
}
.image {
    margin-bottom: 5px; /*spacing between bottom of the title and menu*/
    margin-top: 40px;/*spacing between bottom of the title and previous section*/
    padding: 0;
}

/* Small devices (portrait tablets and large phones, 685px and down) Portrait */
@media only screen and (max-width: 685px) 
{
    table{
        width: 90vw;
    }
    .emphasis {
        line-height: 0;
        font-size: 95%;
      }
    .sub {
        font-size: 75%;
    }
}

/* Medium devices (landscape tablets, 685px and up) Landscape */
@media only screen and (min-width: 685px) 
{
    table{width: 75vw;
 }
}
table img {
    max-height: 5vh;
    padding: 0;
}
