/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

.container {
  margin-top: 160px; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  color: #bfb5a3; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  margin-top: -150px;
  background-color: rgba(255, 255, 255, 0.7); }

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: black;
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 3px;
  padding: 50px 0px; }

/* .circle {
    height: 70px;
    width: 70px;
    border: 1px solid #d2d6c1;
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
}

 #circles {
    display: flex;
    justify-content: space-around;
    width: 100%;
} */
p {
  font-size: 16px;
  letter-spacing: 2px; }

@media screen and (max-width: 900px) {
  p {
    font-size: 14px; } }
#title {
  font-size: 20px;
  text-align-last: center; }

#heading {
  font-size: 17px;
  text-align: center; }

@media screen and (max-width: 600px) {
  #title {
    font-size: 15px; }

  #heading {
    font-size: 10px; } }
h3#one {
  background-color: #d2d6c1;
  -webkit-animation: one 4s infinite;
          animation: one 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes one {
  0% {
    margin-left: 0px;
    background: #68743b; }
  100% {
    margin-left: 30 px;
    background: #d2d6c1; } }

@keyframes one {
  0% {
    margin-left: 0px;
    background: #68743b; }
  100% {
    margin-left: 30 px;
    background: #d2d6c1; } }
h3#two {
  background-color: #e0cdce;
  -webkit-animation: two 4s infinite;
          animation: two 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes two {
  0% {
    margin-left: 0px;
    background: #b72f3b; }
  100% {
    margin-left: 30 px;
    background: #e0cdce; } }

@keyframes two {
  0% {
    margin-left: 0px;
    background: #b72f3b; }
  100% {
    margin-left: 30 px;
    background: #e0cdce; } }
h3#three {
  background-color: #a2a7bc;
  -webkit-animation: three 4s infinite;
          animation: three 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes three {
  0% {
    margin-left: 0px;
    background: #313e6d; }
  100% {
    margin-left: 30 px;
    background: #a2a7bc; } }

@keyframes three {
  0% {
    margin-left: 0px;
    background: #313e6d; }
  100% {
    margin-left: 30 px;
    background: #a2a7bc; } }
h2 {
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 3px;
  font-size: 23px;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-top: -73px; }

h3 {
  color: #fffcfc;
  letter-spacing: 4px;
  line-height: 30px;
  font-size: 26px;
  text-align: center;
  font-family: Baskerville, italic;
  font-style: italic;
  padding: 30px 400px;
  margin-top: 55px;
  margin-bottom: 85px; }

@media screen and (max-width: 1200px) {
  h3 {
    padding: 30px 250px; } }
@media screen and (max-width: 700px) {
  h3 {
    padding: 30px 50px;
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 24px; } }
h4 {
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 23px;
  text-align: center;
  font-family: Baskerville;
  font-style: italic;
  padding: 0px 40px 10px 40px; }

@media screen and (max-width: 700px) {
  h4 {
    font-size: 21px;
    line-height: 24px;
    line-height: 27px; } }
/* 
    VIEWPORT DEMO - (Parallax)

    background: color url(image.url) center center fixed 

    background-size: cover 
*/
#history {
  background: white url(images/blank.jpg) center center fixed no-repeat;
  background-size: cover; }

.history {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 40px 40px;
  text-align: center;
  font-family: Baskerville;
  border: 5px solid #d2d6c1; }

.history p {
  line-height: 25px; }

.images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#basil1 {
  width: 20%;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: basil 5s infinite;
          animation: basil 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes basil {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes basil {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#tomato3 {
  width: 20%;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: tomato1 7s infinite;
          animation: tomato1 7s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes tomato1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes tomato1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#mushrooms1 {
  width: 15%;
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: mush 3s infinite;
          animation: mush 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes mush {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes mush {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#garlic1 {
  width: 13%;
  height: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: garlic1 5s infinite;
          animation: garlic1 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes garlic1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes garlic1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#saltpepper {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: salt 4s infinite;
          animation: salt 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes salt {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes salt {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#tomato4 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: tomato2 6s infinite;
          animation: tomato2 6s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes tomato2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes tomato2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#pepper1 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pepper 2s infinite;
          animation: pepper 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pepper {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pepper {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#pep1 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pep 5s infinite;
          animation: pep 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pep {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pep {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#dough {
  background: white url(images/blank.jpg) center center fixed no-repeat;
  background-size: cover; }

.dough {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 40px 40px;
  text-align: center;
  font-family: Baskerville;
  border: 5px solid #e0cdce; }

.dough p {
  line-height: 25px; }

#bowl {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: bowl 3s infinite;
          animation: bowl 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes bowl {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes bowl {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#whisk {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: whisk 2s infinite;
          animation: whisk 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes whisk {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes whisk {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#flour {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: flour 5s infinite;
          animation: flour 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes flour {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes flour {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#board {
  width: 24%;
  height: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: board 4s infinite;
          animation: board 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes board {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes board {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#doughball {
  width: 22%;
  height: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: ball 2s infinite;
          animation: ball 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes ball {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes ball {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#flat {
  width: 30%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: flat1 3s infinite;
          animation: flat1 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes flat1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes flat1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#cutter {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: cutter 5s infinite;
          animation: cutter 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes cutter {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes cutter {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#balls {
  width: 26%;
  height: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: balls 2s infinite;
          animation: balls 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes balls {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes balls {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#measure {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: meas 6s infinite;
          animation: meas 6s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes meas {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes meas {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#rolling {
  width: 27%;
  height: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: roll1 3s infinite;
          animation: roll1 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes roll1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes roll1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#flavor {
  background: white url(images/blank.jpg) center center fixed no-repeat;
  background-size: cover; }

.flavor {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 40px 40px;
  text-align: center;
  font-family: baskerville;
  border: 5px solid #a2a7bc; }

.flavor p {
  line-height: 25px; }

#pep2 {
  width: 21%;
  height: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pep2 3s infinite;
          animation: pep2 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pep2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pep2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#olives1 {
  width: 23%;
  height: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: olives 4s infinite;
          animation: olives 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes olives {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes olives {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#cheese {
  width: 22%;
  height: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: cheese 2s infinite;
          animation: cheese 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes cheese {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes cheese {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#basil3 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: basil3 7s infinite;
          animation: basil3 7s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes basil3 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes basil3 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#onion {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: onion 5s infinite;
          animation: onion 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes onion {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes onion {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#pepper2 {
  width: 23%;
  height: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pepper2 3s infinite;
          animation: pepper2 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pepper2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pepper2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#tom1 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: tom1 5s infinite;
          animation: tom1 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes tom1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes tom1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#pepper4 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pepper4 2s infinite;
          animation: pepper4 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pepper4 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pepper4 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#tom5 {
  width: 13%;
  height: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: tom5 4s infinite;
          animation: tom5 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes tom5 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes tom5 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#topping {
  background: white url(images/blank.jpg) center center fixed no-repeat;
  background-size: cover; }

.topping {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 40px 40px;
  text-align: center;
  font-family: baskerville;
  border: 5px solid #bfb5a3;
  margin-bottom: 35px; }

.topping p {
  line-height: 25px; }

#tomato2 {
  width: 14%;
  height: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: tomato2 2s infinite;
          animation: tomato2 2s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@keyframes tomato2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#oil {
  width: 5%;
  height: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: oil 5s infinite;
          animation: oil 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes oil {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes oil {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#basil2 {
  width: 14%;
  height: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: basil2 3s infinite;
          animation: basil2 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes basil2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes basil2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#garlic2 {
  width: 13%;
  height: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: garlic2 7s infinite;
          animation: garlic2 7s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes garlic2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes garlic2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#mushroom2 {
  width: 21%;
  height: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: mushroom2 4s infinite;
          animation: mushroom2 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes mushroom2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes mushroom2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#olives2 {
  width: 18%;
  height: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: olives2 4s infinite;
          animation: olives2 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes olives2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes olives2 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#pep1 {
  width: 20%;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pep1 5s infinite;
          animation: pep1 5s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pep1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pep1 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
#pepper3 {
  width: 20%;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 200px;
  overflow: auto;
  opacity: 0;
  -webkit-animation: pepper3 6s infinite;
          animation: pepper3 6s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes pepper3 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }

@keyframes pepper3 {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Fjalla One', sans-serif;
  padding: 15px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #fcfdff;
  background-color: #bfb5a3; }

footer p {
  background-color: #bfb5a3;
  -webkit-animation: footer 4s infinite;
          animation: footer 4s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }

@-webkit-keyframes footer {
  0% {
    margin-left: 0px;
    background: #8e8573; }
  100% {
    margin-left: 30 px;
    background: #bfb5a3; } }

@keyframes footer {
  0% {
    margin-left: 0px;
    background: #8e8573; }
  100% {
    margin-left: 30 px;
    background: #bfb5a3; } }

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