.nav-header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  height: auto;
  min-height: 360px;
  background-image: url('../images/nav-header-btm2x.png');
  background-position: 0% 100%;
  background-size: 2400px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.nav-bg {
  position: relative;
  height: 200px;
  background-color: #fad508;
}

.nav-logo {
  position: relative;
  width: 50%;
  height: auto;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 90px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item {
  position: relative;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 20px;
  font-weight: 800;
}

.body {
  font-size: 18px;
  font-weight: 700;
}

.home-intro {
  position: relative;
  top: auto;
  bottom: auto;
  height: 150vh;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.home-container-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1050px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-tomato {
  position: relative;
  top: auto;
  z-index: 15;
  overflow: visible;
  width: 100%;
  height: 300px;
  min-height: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  float: left;
  clear: none;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  -o-object-fit: fill;
  object-fit: fill;
}

.papi-logo-circle {
  position: fixed;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  z-index: 15;
  width: 133px;
  margin-left: 0px;
  float: right;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.papi-logo-circle.home-menu-logo {
  position: fixed;
  top: 5%;
  bottom: 0%;
  display: none;
}

.papi-logo-circle.home-jack-logo {
  left: auto;
  top: -25%;
  right: 5%;
  bottom: auto;
  display: none;
}

.papi-logo-circle.home-gallery-logo {
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  display: none;
}

.home-container {
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
  width: 90%;
  max-width: 1050px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.cheesy-story-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cheesy-story-box-right {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  position: relative;
  width: 300px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-weight: 800;
}

.yellow-btn {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fad508;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.yellow-btn:hover {
  background-color: #ff5440;
  color: #fad508;
}

.yellow-btn.menu-item-sides-btn {
  width: 300px;
  height: 75px;
  font-size: 30px;
  line-height: 60px;
}

.home-menu {
  position: relative;
  height: 400px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-menu-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/home-meltability2x.png');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.color-blue {
  position: relative;
  right: auto;
  font-family: Muli, sans-serif;
  color: #5eb0e3;
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}

.home-menu-box-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-joke {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-joke-divider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-tomato {
  width: 30%;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 45px;
  line-height: 48px;
}

.image-4 {
  width: 20%;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
}

.home-jack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-jack-box-left {
  width: 45%;
}

.home-jack-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 50%;
}

.home-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-gallery-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-gallery-image {
  width: 630px;
}

.home-gallery-box-right {
  position: relative;
  left: -65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cheesy-story-box-left {
  width: 50%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7e3e97;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-address-block {
  width: 30%;
  min-height: 100px;
}

.footer-social-block {
  width: 40%;
  min-height: 100px;
}

.footer-header {
  position: relative;
  font-family: Muli, sans-serif;
  color: #fad508;
  font-size: 20px;
}

.footer-text {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-tag {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.about-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-intro-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-intro-box-left {
  width: 45%;
  min-height: 100px;
}

.about-intro-box-right {
  position: relative;
  width: 45%;
  min-height: 100px;
}

.heading {
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 32px;
  line-height: 35px;
}

.paragraph-2 {
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 800;
}

.about-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-content-box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-content-box-right {
  width: 45%;
  min-height: 100px;
}

.about-content-h2 {
  position: relative;
  width: 240px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 49px;
  line-height: 61px;
  text-align: center;
}

.image-9 {
  position: relative;
}

.about-shelley-brian {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-shelley-brian-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-shelley-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-brian-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-shelley-text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 15%;
  z-index: 5;
}

.about-name-red {
  position: relative;
  width: 170px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 43px;
  line-height: 53px;
  font-weight: 800;
}

.about-description-blue {
  position: relative;
  width: 150px;
  font-family: Muli, sans-serif;
  color: #5eb0e3;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
}

.about-brian-text-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 5;
}

.about-cheese-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-cheese-block-header {
  position: relative;
  width: 725px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Muli, sans-serif;
  color: #5eb0e3;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}

.about-four-cheese-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-cheese-man {
  position: relative;
  width: 50%;
  padding-right: 0%;
  padding-left: 0%;
}

.about-cheese-man-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-cheese-man-label {
  position: relative;
  width: 150px;
  height: auto;
  margin-top: 20px;
}

.about-bread-cheese-sandwich {
  margin-top: 50px;
  margin-bottom: 50px;
}

.visit-intro {
  position: relative;
  min-height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.visit-intro-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-intro-box-left {
  width: 50%;
  min-height: 200px;
}

.visit-intro-box-right {
  width: 35%;
  min-height: 200px;
}

.visit-intro-heading {
  position: relative;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 50px;
  line-height: 60px;
}

.visit-intro-text {
  position: relative;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.visit-intro-hours {
  font-family: Muli, sans-serif;
  color: #5eb0e3;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.visit-gallery {
  position: relative;
  min-height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.visit-gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-gallery-box-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-gallery-box-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-stall-h3 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 225px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 50px;
  line-height: 60px;
}

.image-10 {
  position: absolute;
  left: auto;
  top: 25%;
  right: 25%;
  bottom: 0%;
}

.image-11 {
  width: 650px;
}

.visit-gallery-header {
  position: relative;
  width: 350px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 80px;
  line-height: 80px;
  text-align: left;
}

.menu-item-intro {
  position: relative;
  height: 150vh;
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-item-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-item-title-purple {
  position: relative;
  z-index: 20;
  font-family: Muli, sans-serif;
  color: #7e3e97;
  font-size: 170px;
  line-height: 150px;
}

.menu-item-image {
  position: relative;
  top: -75px;
  width: 700px;
  height: 560px;
}

.menu-item-price-tag {
  position: absolute;
  left: 62%;
  top: 35%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #5eb0e3;
}

.text-block {
  position: relative;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 800;
}

.menu-item-details {
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-item-details-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/menu-item-details-image2x.png');
  background-position: 95% 100%;
  background-size: 230px 275px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.menu-item-details-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}

.menu-item-paragraph {
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.menu-item-details-box {
  position: relative;
  width: 60%;
}

.menu-item-ingredients {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-item-ingredients-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/menu-item-ingredients-image2x.png');
  background-position: 5% 50%;
  background-size: auto 290px;
  background-repeat: no-repeat;
}

.menu-item-ingredients-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-ingredient-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-ingredient-box-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-ingredient-box-desc {
  position: relative;
  width: 200px;
  margin-top: 10px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-align: center;
}

.menu-item-ingredient-image {
  position: relative;
  z-index: 5;
  height: 100%;
}

.menu-item-next {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-item-next-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-next-header {
  position: relative;
  width: 75%;
  font-family: Muli, sans-serif;
  color: #7e3e97;
  font-size: 130px;
  line-height: 150px;
  font-weight: 800;
  text-align: left;
}

.menu-item-next-button-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-cheese-text {
  position: relative;
  margin-right: 20px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 23px;
  line-height: 25px;
  font-weight: 800;
}

.menu-item-sides {
  margin-top: 50px;
  margin-bottom: 100px;
}

.menu-item-sides-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-sides-header {
  position: relative;
  width: 60%;
  margin-right: 0px;
  font-family: Muli, sans-serif;
  color: #ff5440;
  font-size: 80px;
  line-height: 80px;
}

.menu-item-ingredients-header {
  width: 50%;
}

.image-16 {
  position: relative;
  z-index: 0;
}

.image-17 {
  position: relative;
  z-index: 0;
}

.home-sticky-image-block {
  position: absolute;
  left: 50%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticky-image {
  position: relative;
  z-index: 3;
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.menu-item-gif {
  position: absolute;
  left: 0px;
  top: 256px;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 700px;
  height: 560px;
}

.menu-item-desc-header {
  position: relative;
  left: auto;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Muli, sans-serif;
  color: #5eb0e3;
  font-size: 40px;
  line-height: 60px;
}

.menu-item-desc-header-box {
  position: relative;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.image-18 {
  width: 75px;
}

@media (max-width: 991px) {
  .color-tomato {
    height: auto;
    min-height: 0px;
    margin-top: 0px;
    font-size: 64px;
    line-height: 64px;
  }
  .papi-logo-circle {
    left: auto;
    top: 25%;
    right: 5%;
    bottom: auto;
    width: 100px;
  }
  .papi-logo-circle.home-menu-logo {
    left: auto;
    top: 0%;
    right: 5%;
    bottom: auto;
  }
  .papi-logo-circle.home-jack-logo {
    top: -30%;
  }
  .cheesy-story-box-right {
    margin-left: 3%;
  }
  .paragraph {
    font-size: 17px;
  }
  .yellow-btn.menu-item-sides-btn {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .home-menu-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }
  .color-blue {
    font-size: 64px;
    line-height: 64px;
  }
  .home-menu-box-right {
    width: 75%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-joke-divider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h3-tomato {
    position: relative;
    width: 35%;
    font-size: 36px;
  }
  .image-4 {
    position: relative;
    width: 25%;
  }
  .home-gallery-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-gallery-box-right {
    left: auto;
  }
  .footer-header {
    font-size: 16px;
  }
  .footer-text {
    font-size: 14px;
  }
  .footer-social-links {
    width: 225px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-social-tag {
    margin-top: 20px;
    font-size: 22px;
  }
  .about-shelley-text-block {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 5%;
  }
  .about-name-red {
    font-size: 36px;
    line-height: 40px;
  }
  .about-description-blue {
    font-size: 16px;
    line-height: 20px;
  }
  .about-brian-text-block {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 5%;
  }
  .visit-intro-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .visit-intro-box-left {
    width: 100%;
    min-height: 0px;
  }
  .visit-intro-box-right {
    position: relative;
    width: 75%;
  }
  .visit-intro-heading {
    font-size: 42px;
    text-align: center;
  }
  .visit-intro-text {
    text-align: center;
  }
  .visit-intro-hours {
    position: relative;
    text-align: center;
  }
  .visit-gallery-box-bottom {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .visit-stall-h3 {
    position: relative;
    width: 25%;
    font-size: 42px;
    line-height: 44px;
  }
  .image-10 {
    position: relative;
    top: auto;
    right: 0%;
    bottom: auto;
  }
  .image-11 {
    width: 60%;
  }
  .visit-gallery-header {
    width: 100%;
    font-size: 64px;
  }
  .image-12 {
    margin-right: 20px;
  }
  .image-13 {
    margin-left: 20px;
  }
  .image-14 {
    position: relative;
  }
  .menu-item-intro {
    height: 150vh;
  }
  .menu-item-title-purple {
    font-size: 100px;
    line-height: 90px;
  }
  .menu-item-price-tag {
    left: auto;
    top: 20%;
    right: 5%;
    bottom: auto;
  }
  .menu-item-details-block {
    background-position: 100% 100%;
    background-size: 35%;
  }
  .menu-item-details-box {
    width: 65%;
  }
  .menu-item-ingredients-block {
    background-size: 35%;
  }
  .menu-item-next-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-item-next-header {
    font-size: 80px;
    line-height: 80px;
  }
  .menu-item-next-button-block {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .menu-item-sides-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-item-sides-header {
    width: 100%;
    font-size: 70px;
  }
  .menu-item-ingredients-header {
    width: 100%;
  }
  .home-sticky-image-block {
    top: 10%;
  }
  .menu-item-gif {
    top: 135px;
    width: 100%;
    height: auto;
  }
  .menu-item-desc-header-box {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .image-18 {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-list {
    width: 50%;
  }
  .home-intro {
    height: 100vh;
  }
  .color-tomato {
    top: 0px;
    height: 200px;
    min-height: 0px;
    margin-top: 0px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }
  .papi-logo-circle {
    right: 0%;
    bottom: 35%;
  }
  .papi-logo-circle.home-menu-logo {
    top: 5%;
    right: 0%;
  }
  .papi-logo-circle.home-jack-logo {
    top: -15%;
    right: 0%;
  }
  .cheesy-story-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cheesy-story-box-right {
    position: relative;
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    text-align: center;
  }
  .color-blue {
    text-align: center;
  }
  .home-joke-divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3-tomato {
    width: 100%;
    font-size: 36px;
    text-align: center;
  }
  .image-4 {
    width: 40%;
  }
  .home-jack-box-left {
    width: 100%;
  }
  .home-jack-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-5 {
    width: 100%;
  }
  .cheesy-story-box-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer {
    height: auto;
    min-height: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-container {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-block {
    margin-bottom: 25px;
  }
  .footer-address-block {
    position: relative;
    width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-social-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .about-intro-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-intro-box-left {
    width: 100%;
  }
  .about-intro-box-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-content-box-left {
    width: 100%;
  }
  .about-content-box-right {
    width: 100%;
  }
  .about-content-h2 {
    width: 100%;
  }
  .about-shelley-brian-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-shelley-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .about-brian-box {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
  }
  .about-cheese-block {
    position: relative;
  }
  .about-cheese-block-header {
    width: 100%;
    font-size: 60px;
  }
  .visit-gallery-box-top {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .visit-stall-h3 {
    width: 100%;
    text-align: center;
  }
  .image-10 {
    position: relative;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }
  .image-11 {
    width: 100%;
  }
  .visit-gallery-header {
    font-size: 64px;
    line-height: 64px;
    text-align: center;
  }
  .menu-item-intro {
    height: auto;
  }
  .menu-item-image {
    width: 100%;
    height: auto;
  }
  .menu-item-price-tag {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 15%;
    width: 100px;
    height: 100px;
  }
  .menu-item-details-box {
    width: 100%;
    min-height: 600px;
  }
  .menu-item-ingredients-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-item-ingredients-box {
    width: 100%;
  }
  .menu-item-next-header {
    font-size: 64px;
    line-height: 64px;
  }
  .menu-item-sides-header {
    font-size: 64px;
    line-height: 64px;
  }
  .home-sticky-image-block {
    display: none;
  }
  .menu-item-gif {
    display: none;
  }
  .menu-item-desc-header-box {
    display: none;
  }
}

@media (max-width: 479px) {
  .nav-header {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-logo {
    width: 75%;
  }
  .nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-list {
    height: auto;
    margin-top: 15px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .color-tomato {
    height: auto;
    font-size: 44px;
    line-height: 44px;
  }
  .papi-logo-circle {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 75px;
  }
  .papi-logo-circle.home-menu-logo {
    width: 75px;
  }
  .papi-logo-circle.home-jack-logo {
    left: auto;
    top: 35%;
    right: 0%;
    bottom: auto;
    width: 75px;
  }
  .papi-logo-circle.home-gallery-logo {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75px;
  }
  .yellow-btn.menu-item-sides-btn {
    width: 90%;
    height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
    line-height: 44px;
  }
  .home-menu-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .color-blue {
    font-size: 44px;
    line-height: 44px;
  }
  .home-menu-box-right {
    bottom: auto;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-logo-block {
    width: 100%;
  }
  .footer-address-block {
    width: 100%;
  }
  .footer-social-block {
    width: 100%;
  }
  .about-shelley-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .about-brian-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-shelley-text-block {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
  }
  .about-name-red {
    width: 100%;
  }
  .about-description-blue {
    width: 100%;
  }
  .about-brian-text-block {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .about-cheese-block-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 50px;
  }
  .about-four-cheese-block {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-cheese-man-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .visit-intro {
    margin-top: 0px;
  }
  .visit-intro-box-right {
    width: 100%;
  }
  .visit-intro-heading {
    line-height: 44px;
  }
  .visit-gallery-header {
    font-size: 48px;
    line-height: 48px;
  }
  .menu-item-title-purple {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }
  .menu-item-image {
    top: 0px;
    width: 100%;
    height: auto;
  }
  .menu-item-price-tag {
    left: auto;
    top: 33%;
    right: 2%;
    bottom: auto;
    width: 75px;
    height: 75px;
  }
  .text-block {
    font-size: 36px;
  }
  .menu-item-details-header {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }
  .menu-item-paragraph {
    font-size: 16px;
  }
  .menu-item-details-box {
    min-height: 700px;
  }
  .menu-item-ingredients-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-item-ingredient-box {
    width: 100%;
  }
  .menu-item-next-header {
    width: 100%;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }
  .menu-item-next-button-block {
    bottom: 0%;
    height: auto;
    min-height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .next-cheese-text {
    margin-right: 0px;
    font-size: 18px;
  }
  .menu-item-sides-header {
    font-size: 48px;
  }
  .image-15 {
    width: 50px;
  }
  .menu-item-gif {
    width: 100%;
    height: auto;
  }
}

