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: #fff6e6;
   color: #3c1e21;
   font-size: 1em;
   line-height: 1.45;
   margin: 0;
   padding: 0;
}

h1 {
   font-family: "Montserrat", serif;
   font-size: 1.875em;
   line-height: 1.1;
   margin-bottom: 0.75em;
   text-transform: uppercase;
}

h2 {
   font-size: 2.125em;
}

h3 {
   font-size: 1.4em;
   font-style: italic;
   margin: 0 0 1em 0;
   font-weight: 400;
   line-height: 1.2;
}

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

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

img {
   max-width: 100%;
}

a {
   transition: 0.2s;
}

iframe {
   max-width: 100%;
}

.button {
   border: 1px solid #ff5227;
   border-radius: 8px;
   display: inline-block;
   color: #ff5227;
   font-weight: 700;
   font-family: "Montserrat", serif;
   height: 60px;
   padding: 0 1.5em;
   text-align: center;
   line-height: 60px;
   text-decoration: none;
   font-size: 1em;
   margin: 1em;
   text-transform: uppercase;
}

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

.wrap {
  margin: 0 auto;
  padding: 5em 0;
  width: 90%;
}

.highlight {
   color: #00d6d6;
}

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

   h2 {
      font-size: 2.125em;
   }

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

   p {
      font-size: 1.250em;
   }

   .floatLeft {
      float: left;
   }

   .floatRight {
      float: right;
   }

}

/****   HEADER   ****/

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

.logo {
   display: inline-block;
   text-align: center;
   width: 32%;
   vertical-align: middle;
}

.navLeft,
.navRight {
   display: inline-block;
   width: 30%;
   color: #111;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   margin: 0;
   font-size: 0.813em;
   vertical-align: middle;
}

.navRight {
   text-align: right;
}

.nav a {
   font-family: "Montserrat", serif;
   color: #3c1e21;
   margin: 0 1em;
   text-decoration: none;
}



/****   INTRO   ****/

.introSlideshow {
   margin: auto;
   width: 100%;
}

.intro {
   margin: 3em auto 0 auto;
   text-align: center;
   width: 90%;
}

#restaurant,
#story {
   padding: 5em 0;
}

#story {
   background-image: url('images/la-adelita-our-story-banner.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
   color: #FFF;
}

#story .floatLeft {
   text-align: center;
}

#story .floatLeft img {
   display: block;
   margin: 0 auto 15px auto;
}

#story .floatRight {
   padding: 0 2em 4em 2em;
}

.featuredIn {
   margin-top: 2em;
   text-align: center;
}

.featuredIn a {
   display: inline-block;
   margin: 0 1em;
   vertical-align: middle;
   width: 25%;
}

.featuredIn img {
   vertical-align: middle;
}

#location .floatLeft {
   padding: 5% 0 0 5%;
}

#location a {
   color: #3c1e21;
   text-decoration: none;
}

#reviews {
   background-image: url('images/la-adelita-testimonials-banner.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
   text-align: center;
}
#reviews ul {
   margin-top: 2em;
}

#reviews ul li {
   width: 47%;
   display: inline-block;
   vertical-align: top;
   margin: 0 1%;
}

#reviews span {
   font-family: "Montserrat", serif;
   display: block;
   margin: 5px auto 1em auto;
   text-transform: uppercase;
   font-weight: 700;
}
#reviews p {
   font-style: italic;
   line-height: 1.3;
}

#reviews .button {
   border-color: #FFF;
   color: #FFF;
}

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

   .intro {
      max-width: 74%;
   }   

   .floatLeft {
      width: 45%;
   }

   .floatRight {
      width: 45%;
   }

   #reviews ul li {
      width: 22%;
   }

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

}
