/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html, button, input, select, textarea {
    font-family: 'Raleway', sans-serif;
    font-family: 'Yeseva One', cursive;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}
body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}
h3 {
    margin: 1em 0;
    font-size: 1.3em;
    font-weight: 400;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}
.brand-color {
    color: #45b657;
}

abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0
}
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.nowarp {
    white-space: nowrap;
}
q {
    quotes: none
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */

dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */

figure {
    margin: 0
}

/* ==========================================================================
Tables
========================================================================== */

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 14px;
    line-height: 25px;
}
a {
    color: #45b657
}
a:hover, a:focus {
    color: #45b657;
    text-decoration: none;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
}
.small { font-size: .7em }
.left { float: left; }
.right { float: right; }

.dish {
    list-style: none;
    width: 82%;
}
.price {
    float: right;
}
.width {
    width: 48%;
}
.mt3 { margin-top: 3em }
.pl1 { padding-left: 1em }
.quote { font-size: 1.5em; font-family: helvetica, arial, san serif; }
.center { text-align: center; }
.notice { background-color: #FF5525; padding: 20px; }
.spacing-top { padding-top: 100px }
.spacing-bottom { padding-bottom: 100px }
.light-teal { background-color: #f6f7f9 }


/* ==========================================================================
Announcement-Overlay
========================================================================== */
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: rgba(0,0,0,.5);
    display: none;
}
#announcement .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    text-align: center;
}
#announcement #dialog {
    width: 80%;
    height: 240px;
    padding: 1em;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    top: 200px;
    margin: 0 10%;
}
#announcement h1 {
    font-size: 1.7em;
    font-weight: bold;
    color: #45b657;
}
#announcement p {
    font-size: 1.2em;
    color: #353535;
}
#announcement .close {
    float: none;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #45b657;
    color: #fff;
    font-size: 1.2em;
}
.use-btn:hover, .use-btn:focus {
    background-color: #fff;
    color: #4b98a9;
    text-decoration: none;
    border: 1px solid #4b98a9;
}
.menu-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #45b657;
    border-radius: 3px;
    color: #45b657;
    font-size: 1.2em;
    background-color: #fff;
}
.menu-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #4b98a9;
    color: #4b98a9;
    text-decoration: none;
}
.address-btn {
    display: inline-block;
    padding: 18px 38px;
    border: 4px solid #fff;
    border-radius: 3px;
    font-size: 1.2em;
    background-color: rgba(0,0,0,.35);
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}

/* ==========================================================================
Navigation
========================================================================== */
.navbar-fixed-top {
    background-color: rgba(255,255,255,.9);
}
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #45b657;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    height: 26px;
    top: 10px;
}
.navicon p {
    margin: 1px 50px 17px 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

.logo {
    height: 90px;
}
.order {
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #45b657;
}
.order:hover, .order:focus {
    background-color: #fff;
    border: 1px solid #4b98a9;
    color: #4b98a9;
    text-decoration: none;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 60px 0 120px 0;
    background: rgb(255,255,255) url('../img/hero-01.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-width: 100%;
    min-height: 100%;
}
.hero h1 {
    font-family: 'Yeseva One', cursive;
    margin: 90px 0 20px 0;
    font-weight: 700;
    font-size: 4em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.hero h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.hero p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.social {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 1em 0;
    line-height: 2em;
}
#home {
    width: 100%;
    height: 100%;
}
header i {
    margin-left: 5px
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/resturant.jpg') no-repeat center center fixed;
    background-size: cover;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.showcase-wrap {
    position: relative;
    padding: 100px 0;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

/* ==========================================================================
Video
========================================================================== */
section.video i {
    margin-right: 10px;
    color: #323a45;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.video h1 {
    font-weight: 400;
    font-size: 20px;
}
section.video {
    padding: 60px 0;
    background-color: #f6f7f9;
}
section.video a {
    color: #323a45
}
section.video a:hover, section.video a:focus {
    color: #45b657;
    text-decoration: none;
}
section.video a:hover i, section.video a:focus i {
    color: #45b657
}

/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
    background: #000000;
}
/* ==========================================================================
Block Quote
========================================================================== */
.BlockQuote {
    padding: 100px 0 0 0;
    background-color: #f6f7f9;
}
.BlockQuote h1 {
    margin-bottom: 10px;
    color: #24374b;
    font-weight: 400;
    font-size: 2em;
}
.BlockQuote p {
    margin-bottom: 25px;
    color: #24374b;
    font-size: 1.2em;
}
.mobile-only { display: none; }

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg1 {
    position: relative;
    min-height: 300px;
    background: url('../img/resturant.jpg') no-repeat center center;
    background-size: cover;
}
.features-bg2 {
    position: relative;
    min-height: 300px;
    background: url('../img/features-intro-01.jpg') no-repeat center center;
    background-size: cover;
}
.features-bg3 {
    position: relative;
    min-height: 300px;
    background: url('../img/features-intro-01.jpg') no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 300px;
    text-align: center;
}
.features-slider {
    position: relative;
    padding: 2% 50px;
    height: 300px;
    background-color: #45b657;
}
.features h1{
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 2em;
}
.features p{
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
}


/* ==========================================================================
Screenshots Intro
========================================================================== */
.intro-slider {
    position: relative;
    padding: 100px 0 0 0;
    background-color: #f6f7f9;
}
.intro-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.intro-slider ul li {
    width: 100%;
}
.intro-slider li h1 {
    margin-bottom: 10px;
    color: #24374b;
    font-weight: 400;
    font-size: 2em;
    padding: 0 60px;
}
.intro-slider li p {
    margin-bottom: 25px;
    color: #24374b;
    font-size: 1.2em;
    padding: 0 60px;
}
.intro-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0 60px;
}
.intro-slider .flickity-page-dots {
    text-align: center;
    margin-top: 50px;
    position: static;
}
.intro-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
    border: 2px solid #666666
}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots h1 {
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    color: #45b657;
    font-size: 2em;
    text-align: center;
    font-weight: 900;
}
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 182, 87, 0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #24374b
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Google Maps
========================================================================== */
.map-bg {
    position: relative;
    padding: 8% 100px 8% 100px;
    height: 460px;
    background-color: #45b657;
}
.map h1{
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 2em;
}
.map p{
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
}
.map a { color: #fff }
#map-canvas {
    width: 100%;
    height: 460px;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 100px 0
}
footer p {
    color: #353535;
    font-size: 14px;
}
footer ul {
    margin-top: 30px
}
footer li {
    float: left;
    margin-right: 14%;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}
footer li a {
    color: #24374b;
    font-size: 13px;
}
footer li:last-child {
    margin-right: 0
}
.footer-logo {
    width: 260px;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 182, 87, 0.95);
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 50%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #45b657;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #24374b;
    color: #24374b;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-1hs {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-2hs {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/* ==========================================================================
Lunch Background
========================================================================== */
#lunch {
    padding: 60px 0;
    background-color: #f6f7f9;
}
#lunch h1 {
    color: #45b657;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#lunch p {
    font-size: 1.2em;
    color: #24374b;
    text-align: center;
}
#lunch ul {
    list-style-type: none;
}
#lunch ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #24374b;
    border-bottom: 1px dotted #24374b;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#lunch li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
}

/* ==========================================================================
Dim Sum Background
========================================================================== */
#dim-sum {
    padding: 60px 0;
    background-color: #45b657;
}
#dim-sum h1 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#dim-sum p {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}
#dim-sum ol {
    list-style-type: none;
    display: inline;
}
#dim-sum ol li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#dim-sum li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
    vertical-align: top;
}

/* ==========================================================================
Appetizer
========================================================================== */
#appetizer {
    padding: 60px 0;
    background-color: #f6f7f9;
}
#appetizer h1 {
    color: #45b657;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#appetizer p {
    font-size: 1.2em;
    color: #24374b;
    text-align: center;
}
#appetizer ul {
    list-style-type: none;
    display: inline;
}
#appetizer ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #24374b;
    border-bottom: 1px dotted #24374b;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#appetizer li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
    vertical-align: top;
}

/* ==========================================================================
Soup Background
========================================================================== */
#soup {
    padding: 60px 0;
    background-color: #45b657;
}
#soup h1 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#soup p {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}
#soup ul {
    list-style-type: none;
    display: inline;
}
#soup ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#soup li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
    vertical-align: top;
}

/* ==========================================================================
noddles
========================================================================== */
#noddles {
    padding: 60px 0;
    background-color: #f6f7f9;
}
#noddles h1 {
    color: #45b657;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#noddles p {
    font-size: 1.2em;
    color: #24374b;
    text-align: center;
}
#noddles ul {
    list-style-type: none;
    display: inline;
}
#noddles ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #24374b;
    border-bottom: 1px dotted #24374b;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#noddles li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
    vertical-align: top;
}

/* ==========================================================================
Main-Course Background
========================================================================== */
#main {
    padding: 60px 0;
    background-color: #45b657;
}
#main h1 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#main p {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}
#main ul {
    list-style-type: none;
    display: inline;
}
#main ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#main li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
    vertical-align: top;
}

/* ==========================================================================
Dessert / Drinks
========================================================================== */
#dessert {
    padding: 60px 0;
    background-color: #f6f7f9;
}
#dessert h1 {
    color: #45b657;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
#dessert p {
    font-size: 1.2em;
    color: #24374b;
    text-align: center;
}
#dessert ul {
    list-style-type: none;
    display: inline;
}
#dessert ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #24374b;
    border-bottom: 1px dotted #24374b;
    padding: 0;
    list-style-type: decimal;
    vertical-align: top;
}
#dessert li li {
    list-style-type: none;
    display: inline-block;
    border: none;
    height: 2.4em;
    vertical-align: top;
}

