:root {
  --red: #d11;
  --black: white;
  --firebrick: #c20606;
  --orange: #f9a72a;
  --black-4: #362a1e;
  --white-smoke: #ebebeb;
  --forest-green: #009c22;
  --green: #078121;
  --black-2: black;
  --black-3: #3a3434;
  --silver: #c8c8c8;
  --peru: #b08557;
  --sienna: #b65207;
  --bisque: #eed7b7;
  --dark-orange: #f8930a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-column-1 {
  width: 33%;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.navbar-column-2 {
  width: 33%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.navbar-column-3 {
  width: 33%;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-div {
  justify-content: space-between;
  display: flex;
}

.order-button {
  background-color: var(--red);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: 0 20px 45px -13px rgba(202, 17, 17, .93);
}

.order-button:hover {
  background-color: var(--firebrick);
  color: var(--black);
}

.order-button:active {
  background-color: var(--firebrick);
}

.brand {
  width: auto;
  height: auto;
}

.menu-button {
  color: var(--black);
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
}

.logo-image {
  width: 70px;
}

.container {
  height: 650px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.top {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar._2 {
  background-color: var(--black);
  position: relative;
}

.slider {
  height: 100vh;
}

.slider.page {
  height: 300px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/pizza-bg-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide.page {
  background-image: url('../images/Landing---Pepperoni-p-1080.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
}

.slide.page-2 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: cover;
}

.inside-slide-div {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-logo-link {
  width: 30%;
}

.section {
  background-color: var(--orange);
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.div-header {
  margin-top: 40px;
}

.div-header._2 {
  margin-bottom: 20px;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.text-block {
  padding-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.text-block.with-space {
  margin-bottom: 20px;
}

.text-block.big-text {
  font-size: 18px;
}

.text-block.normal {
  font-weight: 600;
}

.text-block.margin {
  margin-bottom: 5px;
}

.time-flex-div {
  justify-content: center;
  display: flex;
}

.time-div {
  width: 400px;
  border: 1px solid var(--firebrick);
  background-color: var(--orange);
  border-radius: 5px;
  margin: 25px 10px 10px;
  padding: 20px 30px;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.green {
  color: var(--black);
}

.list-item {
  margin-bottom: 7px;
}

.list-item.last {
  margin-bottom: 0;
}

.column {
  text-align: left;
}

.column-2 {
  text-align: right;
}

.text-block-2 {
  color: var(--black-4);
  font-size: 15px;
}

.text-block-2.time {
  color: var(--black);
}

.map-div {
  width: 900px;
  height: 400px;
  text-align: center;
  margin: 20px auto;
  display: inline-block;
}

.html-embed {
  width: 100%;
  height: 100%;
  outline-color: var(--red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  display: block;
}

.footer-section {
  background-color: var(--firebrick);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-textblock {
  color: var(--black);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.nav-menu {
  width: 50%;
  background-color: var(--black);
  padding-top: 50px;
}

.cross-link {
  width: 50px;
  height: 50px;
  color: #554638;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link {
  color: #534333;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.nav-link:hover {
  background-color: #e7e7e7;
}

.nav-link.w--current {
  color: var(--firebrick);
}

.nav-link.colored {
  background-color: var(--red);
  color: var(--black);
}

.nav-link.colored:hover {
  background-color: #ca0f0f;
}

.heading-4 {
  background-color: var(--red);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.page-box {
  border: 1px solid var(--firebrick);
  border-radius: 5px;
  padding-bottom: 15px;
}

.div-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  text-align: left;
  line-height: 26px;
}

.section-order {
  background-image: url('../images/Landing---Pepperoni-p-1080.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ws-vs1 {
  border: 1px solid var(--white-smoke);
}

.lightbox-link {
  width: 24%;
  border: 1px solid #969292;
  margin-bottom: 10px;
  margin-left: .5%;
  margin-right: .5%;
  box-shadow: 1px 1px 3px #b4b2b2;
}

.icon {
  color: var(--red);
}

.body {
  background-color: #c6b7a5;
}

.bold-text-3 {
  color: #e4dada;
  text-decoration: none;
}

.bold-text-3:hover {
  color: #f3e9e9;
}

.bold-text-4 {
  font-weight: 400;
}

.text-block-4 {
  color: var(--forest-green);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.h1 {
  color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
}

.div-block-2 {
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  text-align: left;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-2 {
  color: var(--green);
  text-decoration: none;
}

.link-2:hover {
  color: var(--firebrick);
}

.image-3 {
  margin-bottom: 10px;
}

.bold-text-5 {
  color: var(--green);
}

.bold-text-5:hover {
  color: var(--forest-green);
}

.heading-5 {
  text-align: center;
  display: block;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.grid {
  grid-template-areas: "Area";
}

.heading-6, .heading-7 {
  text-align: center;
}

.lightbox-link-2 {
  width: 24%;
  margin-bottom: 10%;
  margin-left: .5%;
  margin-right: .5%;
}

.lightbox-link-3 {
  width: 24%;
  margin-bottom: 10px;
  margin-left: .5%;
  margin-right: .5%;
}

.bold-text-6 {
  text-align: left;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
}

.bold-text-10 {
  color: #e4dada;
  text-decoration: none;
}

.bold-text-10:hover {
  color: #f3e9e9;
}

.div-block-6 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-9 {
  font-weight: 400;
}

.image-5 {
  text-align: center;
  padding-left: 10px;
}

.image-4 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-7 {
  object-fit: fill;
  justify-content: flex-start;
  padding-top: 10px;
  display: block;
  position: static;
}

.image-7 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.column-3 {
  padding-top: 20px;
}

.columns {
  text-align: center;
  display: block;
}

.div-block-9 {
  text-align: center;
  padding-top: 10px;
  display: block;
}

.footer-section-2 {
  background-color: #c20606;
  padding-top: 0;
  padding-bottom: 5px;
}

.footer-section-2.footer1 {
  text-align: left;
  background-color: #362a1e;
  padding-bottom: 10px;
}

.image-8 {
  padding-right: 0;
}

.footer-textblock-2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.footer-section-3 {
  background-color: #c20606;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-10 {
  width: 70%;
  clear: none;
  text-align: left;
  flex: 1;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.footer-textblock-3 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  color: #e4dada;
  text-decoration: none;
}

.bold-text-12:hover {
  color: #f3e9e9;
}

.div-block-11 {
  text-align: center;
  position: relative;
}

.heading-8 {
  text-align: center;
}

.container-3 {
  height: 600px;
}

.button {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #a27e13;
  background-clip: border-box;
  border-radius: 20px;
  font-weight: 700;
}

.image-9 {
  text-align: left;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  margin-bottom: 60px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-2, .menu-button-2 {
  float: none;
  text-align: center;
}

.heading-9, .container-5 {
  text-align: center;
}

.nav-menu-3 {
  float: none;
  text-align: center;
  font-size: 18px;
}

.navbar-3 {
  color: #f3eaea;
  text-align: left;
  background-color: #64311e;
}

.body-2 {
  background-color: #c6b7a5;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2.w--current {
  color: #a1d334;
}

.div-block-14 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-2 {
  color: #fffdfd;
  background-color: #e20909;
  border-radius: 10px;
  padding: 30px;
  font-size: 42px;
  font-weight: 700;
}

.heading-10 {
  text-align: center;
  font-size: 60px;
  line-height: 80px;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  text-indent: 20px;
  column-count: 1;
  column-rule-style: dashed;
  column-rule-width: 2px;
  white-space: normal;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  text-decoration: none;
}

.container-6 {
  color: #fff;
  background-color: #7e9c3b;
  padding-top: 0;
  padding-bottom: 10px;
}

.image-10 {
  object-fit: contain;
  padding-top: 40px;
  position: static;
}

.container-7 {
  height: 200px;
  text-align: center;
  background-image: url('../images/mamas_pizza_front-min.jpg');
  background-position: 50% 15%;
  background-repeat: repeat;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-2 {
  background-image: url('../images/mamas_pizza2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/mamas_pizza_3-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/mamas_pizza2-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/mamas_subs2-min.jpeg');
  background-position: 100% 70%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/mamas_food2-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-3 {
  text-align: center;
  background-color: #ee3b17;
  border-radius: 10px;
  margin-left: 0;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.container-10 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.container-11 {
  display: flex;
}

.section-3 {
  padding-bottom: 40px;
}

.info-container {
  text-align: center;
  margin-top: 10px;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  outline-offset: 0px;
  outline: 1px solid #d11;
  display: block;
}

.heading-11 {
  font-size: 28px;
  font-weight: 400;
}

.phone {
  color: #333;
  font-weight: 400;
}

.heading-12 {
  color: #000;
}

.heading-13 {
  color: #64311e;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.section-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-5 {
  text-align: center;
  font-size: 66px;
  font-weight: 700;
  line-height: 80px;
}

@media screen and (max-width: 991px) {
  .logo-image {
    width: 70px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .big-logo-link {
    width: 35%;
  }

  .text-block {
    padding-top: 0;
    font-weight: 700;
  }

  .time-div {
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 10px;
  }

  .map-div {
    width: 98%;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-textblock {
    font-size: 14px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block {
    width: 90%;
  }

  .paragraph {
    line-height: 24px;
  }

  .lightbox-link {
    width: 24%;
  }

  .text-block-4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .footer-section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-textblock-2 {
    font-size: 14px;
  }

  .footer-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-10 {
    width: 90%;
  }

  .footer-textblock-3 {
    font-size: 14px;
  }

  .div-block-13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button-2 {
    font-size: 60px;
    font-weight: 400;
  }

  .navbar-2 {
    background-color: #fff;
  }

  .icon-2 {
    font-weight: 700;
    line-height: 40px;
  }

  .menu-button-3 {
    float: none;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
  }

  .navbar-3 {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-column-1 {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
  }

  .navbar-column-2 {
    width: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 70px;
    display: flex;
  }

  .navbar-column-3 {
    width: auto;
  }

  .flex-div {
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .order-button {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .brand {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    font-size: 52px;
  }

  .logo-image {
    width: 60px;
  }

  .container.top {
    padding-left: 0;
    padding-right: 0;
  }

  .slider.page {
    height: 250px;
  }

  .big-logo-link {
    width: 40%;
  }

  .time-flex-div {
    flex-direction: column;
    align-items: center;
  }

  .time-div {
    width: 380px;
  }

  .map-div {
    width: 100%;
    height: 320px;
  }

  .footer-textblock {
    font-size: 14px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block {
    width: 100%;
  }

  .lightbox-link {
    width: 24%;
  }

  .footer-textblock-2 {
    font-size: 14px;
  }

  .div-block-10 {
    width: 100%;
  }

  .footer-textblock-3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-column-2 {
    margin-left: 65px;
  }

  .order-button {
    padding: 12px 10px;
  }

  .logo-image {
    width: 50px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.top {
    padding-left: 0;
    padding-right: 0;
  }

  .slider.page {
    height: 200px;
  }

  .big-logo-link {
    width: 75%;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block._2 {
    font-size: 14px;
  }

  .time-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-2.time {
    font-size: 13px;
  }

  .map-div {
    height: 290px;
  }

  .footer-textblock {
    font-size: 12px;
  }

  .heading-4 {
    padding: 10px 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .page-box {
    padding-bottom: 5px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 22px;
  }

  .lightbox-link {
    width: 49%;
  }

  .h1 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .footer-textblock-2, .footer-textblock-3 {
    font-size: 12px;
  }

  .navbar-3 {
    background-color: #c6b7a5;
    padding-top: 0;
  }

  .nav-link-2.w--current {
    color: #64311e;
  }

  .div-block-14 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-2 {
    font-size: 36px;
    line-height: 20px;
  }

  .heading-10 {
    font-size: 36px;
    line-height: 45px;
  }

  .paragraph-3 {
    text-indent: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .container-6 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-7 {
    height: 150px;
  }

  .icon-3 {
    color: #64311e;
    font-size: 60px;
  }

  .section-2 {
    text-align: left;
    padding-top: 0;
  }

  .container-8 {
    background-color: #c6b7a5;
    padding-top: 0;
  }

  .container-9 {
    padding-bottom: 20px;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex: 0 auto;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .slide-2 {
    object-fit: cover;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-2 {
    object-fit: fill;
    display: block;
  }

  .heading-11 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-13 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-5 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
  }
}

#w-node-b044323f-6baf-e186-efbd-f3e9b6fdd6d5-ae19e094, #w-node-f4b053ea-00cb-f7c2-e6c0-f938787eba00-ae19e094 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}