html {
   scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
   html {
      scroll-behavior: auto;
   }
}

* {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

body {
   background-color: #FAF7F2;
   color: #673f1a;
   font-size: 1em;
   line-height: 1.25;
   margin: 0;
   padding: 0;
  font-family: "Open Sans", sans-serif;
}

h1 {
   font-size: 1.5em;
   font-weight: 400;
   line-height: 1.2;
   margin-bottom: 0.75em;
}

h2 {
   font-size: 1.875em;
   margin-bottom: 0.75em;
   line-height: 1.1;
}

h3 {
   font-size: 1.50em;
   margin: 0 0 1em 0;
   font-weight: 700;
   line-height: 1.2;
}

h4 {
   font-size: 1em;
   line-height: 1.1;
   margin: 0 0 0.5em 0;
}

p {
   font-size: 1em;
   margin-bottom: 1em;
}

img {
   max-width: 100%;
}

a {
   color: #ff5227;
   text-decoration: none;
}

iframe {
   max-width: 100%;
}

.button {
   background-color: #ff5227;
   border-radius: 8px;
   display: inline-block;
   color: #FFF;
   font-weight: 700;
   height: 60px;
   padding: 0 1.75em;
   text-align: center;
   line-height: 60px;
   text-decoration: none;
   font-size: 0.813em;
   margin: 1em 5px;
   text-transform: uppercase;
}

.clearfix::after {
   content: "";
   clear: both;
   display: table;
}

.wrap {
  margin: 0 auto;
  padding: 4em 0;
  width: 90%;
  max-width: 1200px;
}

.highlight {
   color: #00d6d6;
}

@media only screen and (min-width: 900px) {

   h1 {
      font-size: 1.875em;
      line-height: 1.25;
   }

   h2 {
      font-size: 2.125em;
   }

   h4 {
      font-size: 1.0625em;
      margin: 0 0 0.5em 0;
   }

   p {
      font-size: 1.125em;
   }

   .floatLeft {
      float: left;
   }

   .floatRight {
      float: right;
   }

   .button {
      font-size: 1em;
   }

}

/****   HEADER   ****/

.header {
   padding: 2em 5%;
   vertical-align: middle;
}

.logo {
   display: block;
   text-align: center;
   vertical-align: middle;
   margin: auto;
}

.nav {
   text-align: center;
   margin-top: 2em;
   font-size: 1em;
   font-weight: 400;
}

.nav a {
   color: #673f1a;
   margin: 0.5em;
   text-decoration: none;
}
.nav a:hover {
   color: #ff5227;
   border-bottom: 2px solid #ff5227;
}


/****   INTRO   ****/

.intro {
   background: url('images/introBanner.jpeg') 50% 50% no-repeat;
   background-size: cover;
   text-align: left;
   margin: auto;
}

.intro h1 {
   color: #FFF;
   max-width: 680px;
}

#chef p {
   font-size: 1.125em;
}

#gallery,
#reviews {
   width: 100%;
   position: relative;
   overflow: hidden;
}

#lineupItem{ 
   width: 100%;
}

#lineupItem li {
   float: left;
   display: inline;
   padding: 0;
   width: 29px;
   height: 360px;
   text-align: center;
   vertical-align: middle;
}

#lineupItem li img {
   display: inline-block;
   vertical-align: middle;
}

.prevBtn,
.nextBtn {
   top: 46%;
   width: 5%;
   height: 40px;
   position: absolute;
   z-index: 1;
}

.prevBtn a:hover {
   width: 5%;
   height: 40px;
   -ms-filter: "alpha( opacity=80 )";
   filter: alpha(opacity=80);
   opacity: 0.8;
   zoom: 1;
}

.prevBtn {
   left: 2%;
}

.nextBtn {
   right: 2%;
   text-align: right;
}

.nextBtn a:hover {
   width: 5%;
   height: 40px;
   -ms-filter: "alpha( opacity=80 )";
   filter: alpha(opacity=80);
   opacity: 0.8;
   zoom: 1;
}

#chef {
   background: url('images/chefBanner.jpeg') 50% 50% no-repeat;
   background-size: cover;
   margin: auto;
}

#chef h2 {
   text-align: center;
   text-transform: uppercase;
}

#chef img {
   width: 40%;
   margin: 0 5% 0 0;
   max-width: 250px;
   float: left;
}

#footer {
   background: url('images/footerBanner.jpeg') 50% 50% no-repeat;
   background-size: cover;
   text-align: center;
}

#lineupItem li {
   width: 360px;
   height: 420px;
}

#footer a {
   display: inline-block;
   margin: 1em 0.5em;
   font-weight: 700;
   font-size: 1.125em;
}

.services {
   margin-top: 3em;
}

.service {
   vertical-align: top;
   display: inline-block;
   width: 90%;
   margin: 1em 4%;
   font-size: 0.913em;
}

.service div {
   padding: 5% 5% 0 5%;
   background-color: #FAF7F2;
   z-index: 1;
   position: relative;
   width: 80%;
   margin: -30% auto 0 auto;
}

.service .button {
   background-color: transparent;
   border: 1px solid #ff5227;
   color: #ff5227;
   margin-left: 0;
}

#partners {
   background: url('images/reviewsBanner.jpeg') 50% 50% no-repeat;
   text-align: center;
}

#reviews {
   background: url('images/reviewsBanner.jpeg') 50% 50% no-repeat;
   text-align: center;
   background-size: cover;
}

#reviews h1 {
   font-size: 1.5em;
   font-style: italic;
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
}

#reviews #lineupItem li {
   width: 400px;
   height: inherit !important;
}

#menus {
   text-align: center;
   background-color: #c1ad97;
}

.menu {
   display: inline-block;
   margin: 0 0 2em 0;
}

.menu iframe {
   width: 100%;
   height: 400px;
}

.menu h1 {
   text-transform: uppercase;
   font-size: 2.250em;
   text-decoration: underline;
   margin-bottom: 1em;
}

.menu h2 {
   font-size: 1.250em;
   font-weight: 400;
}

.menu h3 {
   margin-bottom: 5px;
   margin-top: 0.75em;
}

.menu img {
   margin: 0 0 1em 0;
   max-width: 70%;
}

.menu div {
   margin-bottom: 3em;
}

.menu p {
   margin: 0;
}

.differentMenus {
   text-align: center;
   text-transform: uppercase;
   width: 90%;
   max-width: 1200px;
   margin: 0 auto 3em auto;
   border: 1px solid;
}

.differentMenus li {
   display: inline-block;
   padding: 0.75em 0;
   width: 22%;
   border-right: 1px solid;
}

.differentMenus a {
   color: #673f1a;
}

.differentMenus a:hover,
.differentMenus a.current {
   color: #ff5227;
   font-weight: 500;
}

.differentMenus li:last-of-type {
   border-right: none;
}

@media only screen and (min-width: 900px) {

   .button {
      font-size: 0.913em;
      margin: 1em;
   }

   #catering .floatLeft {
      width: 40%;
   }

   #catering .floatRight {
      width: 55%;
   }

   .navLeft,
   .navRight {
      font-size: 0.913em;
   }

   .floatLeft {
      float: left;
      width: 30%;
   }

   .floatRight {
      float: right;
      margin-left: 5%;
      width: 65%;
   }

   .service {
      width: 40%;
   }

   .logo img {
      width: 160px;
   }

   .nav a {
      margin: 1em;
   }

   .wrap {
     padding: 5em 0;
   }

   #reviews #lineupItem li {
      width: 800px;
      height: inherit !important;
   }

   .menu iframe {
      width: 100%;
      height: 600px;
   }

   .menu img {
      max-width: 30%;
   }

}