/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.hide {
  display: none; }

body {
  font-family: 'Roboto', sans-serif;
  color: #DDD;
  line-height: 1.5em;
  font-size: 1em;
  background: #000; }

svg text {
  font-family: 'Playfair Display';
  color: white; }

a {
  color: #F2D194; }
  a:hover {
    color: #F2D194;
    text-decoration: none; }

section:not(#splash) {
  padding: 75px 0; }

h2 {
  margin-bottom: 25px;
  font-family: 'Playfair Display SC';
  color: #F2D194; }

.button, button {
  padding: 8px 16px;
  display: inline-block;
  font-family: 'Playfair Display';
  font-size: 1.5em;
  color: #0D0D0D;
  border: none !important;
  background: #F2D194 !important;
  transition: all .3s;
  border-radius: 0px !important; }
  .button:hover, button:hover {
    background: #D9A443 !important;
    color: #FFF;
    transition: all .3s; }

.circledImage {
  width: 75%;
  margin-bottom: 25px;
  border: 2px solid #F2D194;
  border-radius: 50%; }

.imgBackground {
  color: #FFF; }
  .imgBackground h2 {
    color: #F2D194; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #F2D194;
  text-shadow: none; }

::selection {
  background: #F2D194;
  text-shadow: none;
  color: #FFFFFF; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   HEADER (LOGO & NAVIGATION)
   ========================================================================== */
header {
  text-align: center;
  background: none;
  z-index: 1; }

.divider {
  background-color: #F2D194; }
  .divider div {
    height: 5px;
    float: left; }
  .divider .first {
    width: 50%; }
  .divider .second {
    width: 25%; }
  .divider .third {
    width: 15%; }
  .divider .fourth {
    width: 10%; }

/* ==========================================================================
   splash
   ========================================================================== */
#splash {
  width: 100%;
  height: 100%;
  max-height: 700px;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/background2.jpg") -630px center no-repeat;
  background-size: cover;
  overflow: hidden; }
  #splash .logo-wrapper {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    padding: 50px; }
    #splash .logo-wrapper img {
      margin: 0;
      width: 100%; }

/* ==========================================================================
   Offering
   ========================================================================== */
#offering {
  text-align: center; }
  #offering p {
    margin-bottom: 25px; }
  #offering .button {
    margin-bottom: 35px; }

/* ==========================================================================
   Menu Difference
   ========================================================================== */
#whyPlatter {
  background: #FFF;
  padding: 0 !important; }
  #whyPlatter .imgBackground {
    text-align: center;
    background: url("../img/img1.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden; }
  #whyPlatter .content {
    padding: 75px 50px;
    color: #333; }
  #whyPlatter ul {
    list-style: none;
    padding: 0; }
    #whyPlatter ul li {
      margin: 0 0 15px 10px; }

/* ==========================================================================
   Widgets
   ========================================================================== */
#widgets {
  text-align: center; }
  #widgets .widget:not(:last-child) {
    margin-bottom: 35px; }

#testimonials .carousel-item {
  padding: 0 45px 0;
  min-height: 300px;
  max-height: 550px;
  text-align: center; }
  #testimonials .carousel-item .testimonial {
    font-size: 1em; }
  #testimonials .carousel-item .name {
    margin-bottom: 0;
    font-size: 2em;
    font-family: 'Playfair Display';
    color: #F2D194; }
  #testimonials .carousel-item .city, #testimonials .carousel-item .from {
    font-size: .75em;
    margin-bottom: 0; }
#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
  font-size: 3em;
  font-weight: bold;
  color: #F2D194; }
  #testimonials .carousel-control-next:hover, #testimonials .carousel-control-prev:hover {
    color: #F2D194; }
#testimonials .carousel-control {
  position: absolute;
  top: 25px;
  left: 0; }

#contactUs {
  text-align: left; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  padding: 25px 0; }
  footer p {
    text-align: right;
    margin: 12px 0 0;
    font-size: .6em; }
  footer a {
    font-size: 1.5em;
    display: inline-block; }

@media (min-width: 768px) {
  .button {
    font-size: 1.1em; }

  #splash {
    background-size: auto 140%; } }
@media (min-width: 960px) {
  body {
    font-size: 1.2em; } }
@media (min-width: 1200px) {
  #pots {
    bottom: -10%; } }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   MENU HEADER
   ========================================================================== */
#menuHeader.breakfast {
  background: transparent url("../img/taco2.jpg") no-repeat scroll 0% 0%;
  background-size: cover;
  background-position: center; }
#menuHeader.lunch {
  background: transparent url("../img/pot-setup5.jpg") no-repeat scroll 0% 0%;
  background-size: cover;
  background-position: center; }
#menuHeader.happyHours {
  background: transparent url("../img/pot-setup5.jpg") no-repeat scroll 0% 0%;
  background-size: cover;
  background-position: center; }
#menuHeader.events {
  background: transparent url("../img/pot-setup5.jpg") no-repeat scroll 0% 0%;
  background-size: cover;
  background-position: center; }
#menuHeader h2 {
  text-align: center;
  font-size: 4em; }

/* ==========================================================================
   MENU LIST
   ========================================================================== */
#menuList .category {
  margin-bottom: 50px; }
  #menuList .category .title {
    line-height: 1em;
    text-align: center;
    font-size: 3em; }
#menuList .menuItem {
  padding-top: 0;
  text-align: center; }
#menuList img:not([src$=".svg"]) {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 50%; }
#menuList h2 {
  color: #F2D194; }
#menuList .beefList h2 {
  color: #F2D194; }
#menuList .porkList h2 {
  color: #F2D194; }
#menuList .chickenList h2 {
  color: #F2D194; }
#menuList .veganList h2 {
  color: #F2D194; }
#menuList .sideList h2 {
  color: #F2D194; }
#menuList .extraList h2 {
  color: #F2D194; }
#menuList .dessertList h2 {
  color: #F2D194; }

@media (min-width: 960px) {
  #menuList img:not([src$=".svg"]) {
    max-width: 200px; } }

/*# sourceMappingURL=main.css.map */
