html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    background-size:100%;
}

body {
    background:url('../img/food.jpg') white no-repeat right;
}

@keyframes animatedBackground {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
#animate-area {
  background-repeat: repeat-y;
  animation: animatedBackground 10s linear infinite;
}

strong {
    font-weight:bold;
}

.container {
    width:1200px;
    display:block;
    margin:0 auto;
    overflow:hidden;
    clear:both;
}

header {
    width:100%;
    overflow:hidden;
    clear:both;
    margin-top:30px;
}

header .logo {
    float:left;
}

header .nav {
    margin-top:35px;
    margin-left:150px;
}

header .nav ul {
    
}

header .nav ul li {
    margin-right:50px;
    float:left;
}

header .nav ul li:last-child {
    margin-right:0;
}

header .nav ul li a {
    font-size:18px;
    color:#333;
    font-family:Roboto;
    text-decoration:none;
}

header .nav ul li a:hover {
    text-decoration:underline;
}

header .nav ul li.social {
    background:url('../img/social.svg') no-repeat left center;
    padding:2px 0px 2px 55px;
    box-sizing:border-box;
    font-family:Roboto;
    color:#C09804;
}

.main {
    display:block;
    overflow:hidden;
    clear:both;
    padding:90px 0 0 0;
    box-sizing:border-box;
}

.main h1 {
    font-size:80px;
    font-family:Libre Baskervville;
    color:#333;
    width:590px;
    font-weight:normal;
    margin-bottom:40px;
}

.main p {
    font-size:20px;
    line-height:24px;
    color:#333;
    font-family:Roboto;
    width:460px;
    margin-bottom:35px;
}

.main ul {
    display:block;
    clear:both;
    overflow:hidden;
    margin-bottom:40px;
}

.main ul li {
    float:left;
    display:inline;
    margin-right:40px;
}

.main ul li:last-child {
    margin-right:0;
}

.main ul li a {
    font-size:18px;
    color:#C09804;
    font-family:Roboto;
    text-decoration:none;
}

.main ul li a:hover {
    text-decoration:underline;
}

.btn {
    width:180px;
    height:60px;
    color:white;
    font-size:20px;
    text-align:center;
    display:block;
    font-family:Roboto;
    text-decoration:none;
    font-weight:bold;
    padding:18px 0 0 0;
    box-sizing:border-box;
    border:0;
}

.prim {
    background:#C09804;
}

.food-left {
    width:387px;
    float:left;
    display:inline-block;
    overflow:hidden;
}

.food-left h1 {
    width:auto;
    font-size:48px;
}

.food-left ul {
    
}

.food-left ul li {
    display:block;
    clear:both;
    margin-bottom:20px;
}

body.food-page {
    background:white;
}

.food-right {
    width:795px;
    float:left;
    height: 550px;
    overflow-y: scroll;    
}

.food-right h2 {
    font-size:40px;
    font-family:Baskerville Display PT;
    color:#333;
    font-weight:normal;
    margin-bottom:10px;
}

.food-right hr {
    height:1px;
    background:#333333;
    width:100%;
    display:block;
    margin-bottom:30px;
    border:0;
}

.food-sec {
    margin-bottom:80px;
}

.food-sec h2 {
    float:left;
    display:inline-block;
}

.food-sec .price {
    float:right;
    display:inline-block;
    font-family:Roboto;
    margin-top:10px;
    font-weight:bold;
}

.food-sec p {
    width:100%;
    font-size:18px;
    font-style:italic;
    margin-bottom:10px;
}

.food-sec p strong {
    font-weight:bold;
    font-style:normal;
}

.food-sec .bus-lunch {
    padding:20px;
    box-sizing:border-box;
    background:#f7f7f7;
    margin-bottom:20px;
}

.food-sec .bus-lunch p.title {
    font-size:24px;
    font-family:Baskerville Display PT;
    color:#333;
    font-weight:bold;
    margin-bottom:10px;
    font-style:normal
}

.food-sec .bus-lunch p {
    font-style:normal;
}

.food-sec .bus-lunch p:last-child {
    margin-bottom:0;
}

.food-sec .bus-lunch p strong {
    display:block;
}

.gallery h1 {
    font-size:48px;
}

.autoplay div {
    outline:none;
    height:auto;
}

.slick-side {
    height:auto;
}

.main.contact {
    padding-top:0px;
    margin-top:50px;
    border-top:1px solid #f7f7f7;
}

.contact-left {
    width:70%;
    float:left;
    display:inline-block;
    overflow:hidden;
    padding:55px 0 55px 8%;
    box-sizing:border-box;
    background:#f7f7f7;
}

.contact-left h1 {
    font-size:48px;
    margin-bottom:40px;
}

.contact-left p {
    width:100%;
}

.contact-left form#mc-embedded-subscribe-form {
    background:#f7f7f7;
    width:100%;
}

.contact-left form#mc-embedded-subscribe-form input {
    width:380px;
    display:block;
    clear:both;
    height:40px;
    font-family:Roboto;
    font-size:16px;
    padding-left:5px;
    box-sizing:border-box;
    -webkit-appearance: none!important;
   -moz-appearance:    none!important;
   appearance:         none!important;
    border:1px solid grey;
}
    
#mc_embed_signup div.mce_inline_error {
    background:none!important;
    color:red!important;
    font-family:roboto;
    padding:0!important;
    margin:5px 0 0 0!important;
}

.contact-left form#mc-embedded-subscribe-form input#mce-MMERGE3 {
    width:780px;    
}

.mc-field-group {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

.mc-field-group label {
    font-family:Roboto;
    margin-bottom:5px;
    display:block;
    font-weight:bold;
}

.contact-right {
    width:30%;
    float:left; 
    padding:55px 0 55px 30px;
    box-sizing:border-box;
}

.contact-right h2 {
    font-size:48px;
    font-family:Libre Baskervville;
    color:#333;
    width:590px;
    font-weight:normal;
    margin-bottom:40px;
}

.contact-left form#mc-embedded-subscribe-form input.btn.prim {
    width: 180px;
    height: 60px;
    color: white;
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: Roboto;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    background: #C09804;
    border:0;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.contact-right p {
    margin-bottom:20px;
}

.contact-right p.title {
    margin-bottom:10px;
}

@media only screen and (max-width: 640px) { 
    
    body {
        background:white;
    }
    
    .container {
        width:100%;
        padding:20px;
        box-sizing:border-box;
    }
    
    header {
        margin:0;
        position:static;
    }
    
    header .logo img {
        max-width:75%;
    }
    
    header .nav {
        margin:22px 0 0 0;
    }
    
    header .nav ul li {
        margin:0 0 0 15px;
    }
    
    header .nav ul li:first-child {
        margin:0;
    }
    
    header .nav ul li a {
        font-size:16px;
    }
    
    header .nav ul li.social {
        display:none;
    }
    
    h1 {
        font-size:32px;
    }
    
    .main {
        padding:0;
    }
    
    .main h1 {
        font-size:40px;
        width:auto;
        margin-bottom:20px;
    }
    
    .main p {
        width:auto;
        font-size:18px;
        line-height:24px;
        margin-bottom:20px;
    }
    
    .main ul {
        margin-bottom:20px;
    }
    
    .main ul li {
        width:100%;
        margin-bottom:5px;
    }
    
    .main ul li a {
        font-size:18px;
    }
    
    .food-page header .container {
        padding-bottom:0px;
    }
    
    .food-page .main.food {
        margin-top:20px;
    }
    
    .food-left {
        display:none;
    }
    
    .food-right {
        width:100%;
    }
    
    .food-sec h2 {
        margin-bottom:0;
    }
    
    .food-sec {
        margin-bottom:40px;
    }
    
    .food-sec .price {
        float:left;
        margin-bottom:10px;
    }
    
    .food-right hr {
        margin-bottom:20px;
    }
    
    .main .food-sec p {
        font-size:16px;
        line-height:20px;
        margin-bottom:15px;
    }
    
    .main .food-sec p strong {
        display:block;
    }
    
    .main .food-sec#extras p strong {
        display:inline;
    }
    
    .food-sec .bus-lunch p.title {
        font-size:20px;
        width:90%;
        line-height:24px;
    }
    
    .main .food-sec .bus-lunch p strong {
        margin-bottom:5px;
    }
    
    .gallery {
        margin-top:40px;
    }

    .contact-left {
        width:100%;
        padding:40px 20px;
    }
    
    .contact-right {
        width:100%;
        padding:40px 20px 20px 20px;
    }
    
    .contact-right h2 {
        margin-bottom:20px;
    }
    
    .mc-field-group {
        width:100%;
    }
    
.contact-left form#mc-embedded-subscribe-form input {
        width:100%;
    }
    
    .contact-left form#mc-embedded-subscribe-form input#mce-MMERGE3 {
        width:100%;
    }
    
}