body {
    font-family: sans-serif;
    background-color: beige;
    margin: 0;
    padding: 0;
}

small {
    position: relative;
    top: 4px;
}

h1, h2, h4 {
    text-align: center;
}

h1, h2 {
    font-family: 'Kaushan Script', sans-serif;
    color: #f44242;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 0;
}

.lunch > h2 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h2 {
    font-weight: 100;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    width: 75%;
}

h4 {
    color: #333;
    text-align: left;
    word-wrap: break-word;
    position: relative;
    left: 0.5em;
    margin-top: 0px;
}

hr {
    width: 75vw;
    height: 2px;
    background-color: #f44242;
    border: 0;
    margin-bottom: 15px;
}

.tab {
    position: sticky;
    background: #FFFE;
    color: #0000;
    left: 95vw;
    top: 20px;
    z-index: 99;
    padding: 5px;
    padding-right: 10px;
/*
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
*/
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    width: 0;
/*    height: 38px;*/
    opacity: 0;
    -webkit-animation: tab 0.5s 0.5s ease-out forwards;
    animation: tab 0.5s 0.5s ease-out forwards;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: #333A 5px 5px 10px;
}

-webkit-@keyframes tab{
    to{width: 100vw; opacity: 1; color: #333}
}

@keyframes tab{
    to{width: 150px; opacity: 1; color: #333}
}

.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 9vw;
    margin-right: 9vw;
    justify-content: space-evenly;
}

.menu > * > h2 {
    display: flex;
    width: auto;
}

.menu > * {
    margin-left: 10px;
    margin-right: 10px;
    width: 275px;
}

ol {
    
}

li {
    
}

ul > li {
    
}
.location > ul > li {
    list-style-type: none;
}

ul, li {
    color: #222;
}

.location > h2 {
    width: 100vw;
}

ul {
    
}

.location > ul {
    margin-top: 0;
    margin-left: -3em;
}

a[href^="tel:"] {
    text-decoration: none;
    color: #222;
}

a[href^="tel:"]::before {
    content: "\260e";
    margin-right: 0.5em;
}

.location > iframe {
    width: 90vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 16px;
}

.location {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
