/* Text Elements */

h1.heading1 {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  width: auto;
  color: #fff;
  text-align: center;
}

h4.heading4 {
  margin: 20px auto;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
}

h4.heading-recipe {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

p.paragraph.menu-toggle-text {
  margin-bottom: 0;
  color: #b0000f;
  font-size: 16px;
}

p.paragraph.txt-body {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
}

p.paragraph a.paragraph-text-2 {
  color: #b0000f;
}

p.paragraph span.paragraph-text-1 {
  font-size: 2.25rem;
  font-family: 'Brush Script MT', cursive;
}

p.paragraph a.paragraph-text-2:hover {
  color: #ffe100;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: .8rem .6363636363636364rem .9rem;
  background-color: #fff;
  background-image: url('../site-images/parchment-nav-button.webp');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #b0000f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: 'Ropa Sans', sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  background-blend-mode: normal;
}

a.link-text.nav-item:hover {
  background-color: #4b4b4b;
  color: #000;
}

/* Layout Elements */

body.body-1 {
  margin-top: 0;
  min-height: 10px;
  background-color: #000;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.wrapper-header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.nav-col {
  position: static;
  margin-top: 0;
  background-color: transparent;
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, .7);
}

.container.menu-wrapper {
  z-index: 10;
  display: none;
  box-shadow: none;
}

.container.nav-col.sticky-container {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 99;
  background-image: url('../site-images/parchment-nav-button.webp');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.button.mobile-menu-toggle {
  background-color: transparent;
}

.container.wrapper-txt {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  max-width: none;
  width: 70%;
}

.container.wrapper-txt-a {
  padding-top: 10px;
}

.container.wrapper-recipe {
  margin: 20px auto;
  padding: 20px 0 10px;
  max-width: none;
  border: .25rem double #ffe100;
  border-radius: 20px;
}

.container.wrapper-txt-recipes {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  width: 70%;
}

.container.wrapper-video {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.container.wrapper-testimonial {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
  width: 70%;
  border: .375rem double #ffe100;
  border-radius: 20px;
}

.container.body-2 {
  background-image: url('../site-images/bkgrd-s.webp');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat-y;

  background-blend-mode: normal;
}

.container.wrapper-floyd {
  padding: 10px;
  background-image: url('../site-images/bkgrd-trop1.webp');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: .97;

  background-blend-mode: normal;
}

.container.wrapper-store {
  padding: 10px;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: .97;

  background-blend-mode: normal;
}

.container.html.wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container.html.interview.wrapper {
  margin-right: auto;
  margin-left: auto;
}

a.responsive-picture.logo {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

.rule.menu-line hr {
  border-top-width: 2px;
  border-top-color: #b0000f;
}

.rule.menu-line {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  padding: 20px;
  background-color: rgba(37, 37, 37, .7);
  background-image: url('../site-images/parchment-nav-button.webp');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  background-blend-mode: normal;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: 10px;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

div.responsive-picture.sauce {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  max-width: 150px;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: rotateX(0deg) rotateZ(-6deg);
     -moz-transform: rotateX(0deg) rotateZ(-6deg);
          transform: rotateX(0deg) rotateZ(-6deg);
}

a.responsive-picture.elite {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c9c9c9;
}

a.responsive-picture.fb {
  margin: 20px auto;
  max-width: 150px;
}

div.responsive-picture.wings {
  margin: 20px auto;
}

div.responsive-picture.marinade {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 150px;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: rotateZ(8deg);
     -moz-transform: rotateZ(8deg);
       -o-transform: rotateZ(8deg);
          transform: rotateZ(8deg);
}

div.responsive-picture.recipe-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 250px;
  width: auto;
  -webkit-transition-delay: .5s;
     -moz-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}

div.responsive-picture.floyd {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 150px;
  border-radius: 20px;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: rotateZ(8deg);
     -moz-transform: rotateZ(8deg);
       -o-transform: rotateZ(8deg);
          transform: rotateZ(8deg);
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: none;
  border-radius: 40px;
}

div.responsive-video.video {
  margin-right: auto;
  margin-left: auto;
}

div.responsive-picture.sauce.outofview {
  -webkit-transform: scaleX(.25) scaleY(.25);
     -moz-transform: scaleX(.25) scaleY(.25);
       -o-transform: scaleX(.25) scaleY(.25);
          transform: scaleX(.25) scaleY(.25);
}

div.responsive-picture.marinade.outofview {
  -webkit-transform: scaleX(.25) scaleY(.25);
     -moz-transform: scaleX(.25) scaleY(.25);
       -o-transform: scaleX(.25) scaleY(.25);
          transform: scaleX(.25) scaleY(.25);
}

div.responsive-picture.recipe-img.outofview {
  -webkit-transform: scaleX(.15) scaleY(.15) scaleZ(1) rotateX(0deg) rotateZ(180deg);
     -moz-transform: scaleX(.15) scaleY(.15) scaleZ(1) rotateX(0deg) rotateZ(180deg);
          transform: scaleX(.15) scaleY(.15) scaleZ(1) rotateX(0deg) rotateZ(180deg);
}

div.responsive-picture.floyd.outofview {
  -webkit-transform: scaleX(.25) scaleY(.25);
     -moz-transform: scaleX(.25) scaleY(.25);
       -o-transform: scaleX(.25) scaleY(.25);
          transform: scaleX(.25) scaleY(.25);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.nav-item {
    padding: .25rem .5rem;
    font-size: 1.5rem;
  }

  /* Layout Elements */

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.menu-wrapper {
    display: block;
  }

  .container.wrapper-txt {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .container.wrapper-header {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.wrapper-txt-a {
    margin-right: auto;
    margin-left: auto;
  }

  .container.wrapper-recipe {
    margin-right: auto;
    margin-left: auto;
  }

  .container.wrapper-txt-recipes {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .container.body-2 {
    background-image: url('../site-images/bkgrd-m.webp');
  }

  .container.wrapper-floyd {
    margin-right: auto;
    margin-left: auto;
  }

  .container.wrapper-store {
    margin-right: auto;
    margin-left: auto;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .937rem .9375rem .9375rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-wrapper {
    padding: .25rem .5rem;
    background-color: transparent;
  }

  div.responsive-picture.wings {
    width: 25%;
  }

  a.responsive-picture.fb {
    width: 25%;
  }

  a.responsive-picture.logo {
    width: 50%;
  }

  div.responsive-picture.recipe-img {
    max-width: 250px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h4.heading4 {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-style: italic;
  }

  h4.heading-recipe {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-style: italic;
  }

  p.paragraph.txt-body {
    width: auto;
  }

  a.link-text.nav-item {
    font-size: 1.5rem;
  }

  a.link-text.nav-item:hover {
    color: #000;
  }

  /* Layout Elements */

  body.body-1 {
    max-width: none;
  }

  .container.wrapper-header {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: center;
    background-color: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.nav-col.sticky-container {
    top: 0;
    z-index: 99;
  }

  .container.wrapper-txt {
    padding-right: 0;
    padding-left: 0;
    max-width: 1200px;
  }

  .container.wrapper-recipe {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: none;
    border: .375rem double #ffe100;
    border-radius: 20px;
  }

  .container.wrapper-txt-recipes {
    padding-right: 0;
    padding-left: 0;
    max-width: 1200px;
    width: 70%;
  }

  .container.wrapper-txt-a {
    padding-right: 0;
    padding-left: 0;
    width: auto;
  }

  .container.wrapper-video {
    margin-top: 50px;
    padding-right: 0;
    max-width: 700px;
    width: auto;
  }

  .container.wrapper-testimonial {
    margin-right: auto;
    max-width: 800px;
    width: 50%;
  }

  .container.body-2 {
    margin-right: auto;
    margin-left: auto;
    min-width: 10px;
    width: 100%;
    background-image: url('../site-images/bkgrd-L.webp');
  }

  .container.wrapper-floyd {
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
  }

  .container.wrapper-store {
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
  }

  a.responsive-picture.logo {
    max-width: 600px;
    width: 55%;
  }

  div.responsive-picture.sauce {
    float: left;
    max-width: 200px;
    width: auto;
  }

  div.responsive-picture.wings {
    max-width: 350px;
    width: 20%;
  }

  div.responsive-picture.marinade {
    float: right;
    max-width: 200px;
    width: auto;
  }

  div.responsive-picture.recipe-img {
    max-width: 350px;
    border-radius: 20px;
  }

  div.responsive-video.video {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.floyd {
    float: right;
    max-width: 200px;
    width: auto;
  }
}