

a {
    text-decoration: none;
    color: #e08012;
}
a:visited {
    color: #e08012;
}
a:hover {
    text-decoration: underline;
}
.logo img {
    width: 300px;
}
.logo {
    display: inline-block;
    vertical-align: middle;
}
.top-menu-bar {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.top-menu-bar .menu {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}
.top-menu-bar .menu .title {
    padding-left: 5px;
    font-size: 16pt;
}
.top-menu-bar .menu-content {
    display: none;
    position: absolute;
    min-width: 150px;
}
.top-menu-bar .menu:hover .menu-content {
    display: block;
    background-color: white;
    padding: 2px 0 0 0;
    border-bottom: 1px solid #e08012;
    border-left: 1px solid #e08012;
    border-right: 1px solid #e08012;
}
.top-menu-bar .menu-content .nav-item {
    white-space: nowrap;
    padding: 0 5px 0 5px;
    font-size: 14pt;
}
.top-menu-bar .menu-content .nav-item:hover {
    color: white;
    background-color: #e08012;
}
.top-menu-bar .menu-content a:hover {
    color: white;
    text-decoration: none;
}
div.food a {
    font-size: 16pt;
}