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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #f7b21f;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

.order-button {
  background-color: var(--red);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

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

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

.order-button.slice {
  background-color: var(--green);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.order-button.doordash {
  background-color: var(--black-2);
  overflow-wrap: normal;
  width: 90%;
  height: 90%;
  font-size: 14px;
  line-height: 18px;
}

.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 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.top {
  background-color: #0000;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.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/sliceofniplespizza1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide.page {
  object-fit: contain;
  background-image: url('../images/harbor-min.jpg');
  background-position: 0 0;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.section {
  background-color: var(--black);
  padding-top: 60px;
  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 {
  border: 1px solid var(--firebrick);
  background-color: var(--firebrick);
  border-radius: 5px;
  width: 400px;
  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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  height: 400px;
  margin: 20px auto 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  position: relative;
}

.html-embed {
  border: 3px dashed var(--firebrick);
  outline-color: var(--red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  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 {
  background-color: var(--black);
  width: 50%;
  padding-top: 50px;
}

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

.nav-link {
  color: #f3f0ec;
  text-transform: capitalize;
  background-color: #0000;
  flex-flow: row;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid var(--firebrick);
  background-color: #0000;
}

.nav-link.w--current {
  color: var(--firebrick);
  border-radius: 4px;
  flex: 0 auto;
}

.nav-link.w--current:hover {
  border-bottom: 1px solid var(--firebrick);
  background-color: #0000;
}

.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 {
  border: 1px solid #969292;
  width: 24%;
  margin-bottom: 10px;
  margin-left: .5%;
  margin-right: .5%;
  box-shadow: 1px 1px 3px #b4b2b2;
}

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

.body {
  background-color: #0000;
}

.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 {
  object-fit: fill;
  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: 0%;
  margin-left: .5%;
  margin-right: .5%;
}

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

.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;
}

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

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

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

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

.div-block-20 {
  padding-right: 9px;
}

.div-block-16 {
  padding-left: 10px;
}

.column-6 {
  text-align: center;
}

.div-block-21 {
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  padding-top: 0;
  display: block;
  position: static;
}

.column-7 {
  text-align: center;
}

.column-9 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  padding-left: 0;
}

.div-block-18 {
  padding-right: 0;
}

.image-9 {
  padding-top: 10px;
}

.div-block-11 {
  padding-left: 0;
}

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

.div-block-14 {
  padding-left: 20px;
}

.div-block-22 {
  padding-right: 0;
}

.div-block-12 {
  padding-left: 0;
}

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

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

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

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

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

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

.div-block-19 {
  padding-right: 11px;
}

.div-block-24 {
  padding-right: 0;
}

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

.div-block-17 {
  padding-left: 0;
}

.div-block-26 {
  padding-right: 0;
}

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

.div-block-15 {
  padding-left: 0;
}

.column-5 {
  padding-top: 0;
}

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

.paragraph-2 {
  text-align: center;
}

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

.image-13 {
  max-width: none;
}

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

.lightbox-link-5 {
  width: 24%;
}

.div-block-27 {
  text-align: center;
}

.bg-fill-color {
  background-color: #c50505;
  position: absolute;
  inset: 0%;
}

.slide-nav-2 {
  color: #2b2b2b;
}

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

.slide-2._3 {
  background-image: url('../images/pizza-naples-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  color: #d30004;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 55px;
}

.button-1 {
  color: #eee;
  text-transform: uppercase;
  background-color: #d30004;
  padding: 9px 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  height: 80vh;
}

.text-block-5 {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-slider {
  position: absolute;
  inset: auto 0% 15%;
}

.white-banner-div {
  z-index: 10;
  background-color: #f8f7f5a1;
  width: 550px;
  margin-top: 140px;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 0 30px 20px;
  position: relative;
}

.button-label {
  z-index: 1;
  letter-spacing: 1px;
  position: relative;
}

.div-block-28 {
  color: #faf5f5;
  height: 90vh;
  position: static;
}

.section-2 {
  background-image: url('../images/pizza-naples-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}

.navbar-2 {
  color: #ece5e5;
  -webkit-text-fill-color: inherit;
  background-color: #908d8d08;
  background-clip: border-box;
  font-weight: 400;
}

.nav-menu-2 {
  color: #faf4f4;
}

.nav-link-2 {
  text-decoration: none;
}

.icon-2 {
  font-size: 60px;
}

.heading-8 {
  color: #f6f4f1;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  line-height: 40px;
}

.navbar-column-4 {
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.order-button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d11;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.order-button-2:hover {
  color: #fff;
  background-color: #c20606;
}

.order-button-2:active {
  background-color: #c20606;
}

.order-button-2.doordash {
  color: #f80404;
  background-color: #030303;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 700;
}

.menu-button-2 {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.container-3 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.button-2 {
  background-color: #770d15;
}

.navbar-3 {
  color: #eee8e8;
  background-color: #44424200;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-3 {
  color: #f09a10;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
}

.heading-9 {
  color: var(--firebrick);
  object-fit: fill;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  line-height: 40px;
}

.menu-button-3 {
  text-align: left;
  font-size: 36px;
  line-height: 40px;
  display: block;
}

.nav-menu-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #547142;
  -webkit-text-stroke-color: #547142;
  background-color: #686767;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  text-align: center;
  background-color: #f7f2f2e6;
  display: inline-block;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 55px;
}

.button-3 {
  color: #eee;
  text-transform: uppercase;
  background-color: #d30004;
  padding: 9px 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.body-2 {
  background-image: url('../images/fondo-de-madera-blanco-de-la-vertical.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
}

.section-3 {
  text-align: center;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  position: static;
}

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

.slide-3 {
  background-image: url('../images/sliceofniplesbrnad.JPG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slider-3 {
  height: 100%;
  display: block;
}

.slider-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/Slice-of-Naples-Pizza--Logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slide-5, .slide-6, .slide-7, .slide-8, .slide-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/Slice-of-Naples-Pizza--Logo.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.slide-11 {
  background-image: none;
}

.slide-1 {
  background-image: url('../images/Sams-pizza-and-subs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-dos {
  background-image: url('../images/sams-pizza-and-subs-room.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
}

.slide-tres {
  background-image: url('../images/sliceofniplespizza1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slider-5 {
  height: 100%;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
  position: static;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin: 50px 20px 100px;
}

.heading-11 {
  color: #000;
  text-align: center;
  background-color: #0000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  line-height: 44px;
}

.heading-11.sams {
  color: #fff;
  background-color: #546f41;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 58px;
  line-height: 60px;
}

.heading-11.pizza-subs {
  color: #df1111;
  background-color: #ffffffab;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.heading-11.fredericksburg {
  color: #fff;
  background-color: #de1111;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-4 {
  background-color: #2523231a;
  margin-top: 0;
  padding: 10px 40px;
}

.div-block-31 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-4 {
  display: inline-block;
}

.div-block-32 {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.cell {
  border: 3px dashed var(--firebrick);
  color: #f0eeea;
  background-color: #25232375;
  justify-content: center;
  padding: 10px 10px 10px 20px;
}

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

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  place-items: center;
}

.cell-2 {
  border: 3px dashed var(--firebrick);
  justify-content: center;
  align-items: center;
}

.brand-2 {
  float: left;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-bottom: 0;
}

.container-6 {
  margin-left: 40px;
  margin-right: 40px;
}

.icon-3 {
  color: #546e41;
  font-size: 36px;
  line-height: 40px;
}

.navbar-4 {
  color: #eee8e8;
  background-color: #44424200;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.heading-12 {
  color: #ffba24;
  object-fit: fill;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  line-height: 40px;
}

.nav-menu-5 {
  color: #bd992f;
  background-color: #546e41;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.nav-link-3 {
  color: #f3f0ec;
  text-transform: capitalize;
  background-color: #0000;
  flex-flow: row;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover {
  background-color: #0000;
  border-bottom: 1px solid #ffba24;
}

.nav-link-3.w--current {
  color: #ffba24;
  border-radius: 4px;
  flex: 0 auto;
}

.nav-link-3.w--current:hover {
  background-color: #0000;
  border-bottom: 1px solid #ffba24;
}

.div-block-33 {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.order-button-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d11;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.order-button-3:hover {
  color: #fff;
  background-color: #ffba24;
}

.order-button-3:active {
  background-color: #ffba24;
}

.heading-13 {
  color: #ffba24;
  object-fit: fill;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  line-height: 40px;
}

.nav-menu-6 {
  color: #bd992f;
  display: flex;
}

.nav-link-4 {
  color: #f3f0ec;
  text-transform: capitalize;
  background-color: #0000;
  flex-flow: row;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.nav-link-4:hover {
  background-color: #0000;
  border-bottom: 1px solid #ffba24;
}

.nav-link-4.w--current {
  color: #ffba24;
  border-radius: 4px;
  flex: 0 auto;
}

.nav-link-4.w--current:hover {
  background-color: #0000;
  border-bottom: 1px solid #ffba24;
}

.div-block-34 {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.order-button-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d11;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.order-button-4:hover {
  color: #fff;
  background-color: #ffba24;
}

.order-button-4:active {
  background-color: #ffba24;
}

.image-15 {
  margin-top: 100px;
  display: inline-block;
}

.image-16 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .order-button {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .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;
  }

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

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

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

  .text-block-5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .white-banner-div {
    width: 600px;
    margin-top: 150px;
    padding: 0 20px 20px;
  }

  .order-button-2.doordash {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-3 {
    text-align: center;
  }

  .heading-9 {
    margin-left: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .menu-button-3 {
    text-align: center;
  }

  .nav-menu-4 {
    background-color: #0a0a0a;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 42px;
  }

  .section-4 {
    margin-top: 40px;
  }

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

  .grid-3 {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand-2 {
    background-image: none;
    width: auto;
    height: auto;
  }

  .heading-12 {
    margin-left: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .nav-menu-5 {
    background-color: #0a0a0a;
  }

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

  .menu-button-4 {
    text-align: center;
  }

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

  .heading-13 {
    margin-left: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .nav-menu-6 {
    background-color: #0a0a0a;
  }

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

  .menu-button-5 {
    text-align: center;
  }

  .order-button-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .icon-4 {
    color: #fdfcfc;
    font-size: 38px;
    line-height: 40px;
  }
}

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

  .navbar-column-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    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;
  }

  .html-embed {
    height: 50vh;
  }

  .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;
  }

  .div-block-slider {
    bottom: 25%;
  }

  .white-banner-div {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-9 {
    margin-left: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-12 {
    margin-left: 20px;
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .heading-13 {
    margin-left: 20px;
    font-size: 22px;
    line-height: 30px;
  }

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

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

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

  .order-button {
    width: 70%;
    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;
  }

  .image-10 {
    padding-left: 0;
  }

  .image-11 {
    object-fit: cover;
    max-width: 100%;
    position: static;
  }

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

  .text-block-5 {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-slider {
    bottom: 15%;
  }

  .white-banner-div {
    width: 90%;
    height: 80%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    height: 90vh;
  }

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

  .heading-9 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-10 {
    font-size: 32px;
    line-height: 35px;
  }

  .heading-11.sams {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-11.pizza-subs {
    font-size: 30px;
  }

  .heading-11.fredericksburg {
    font-size: 20px;
    line-height: 30px;
  }

  .cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .brand-2 {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .heading-12 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

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

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

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

#w-node-fdf36bdf-a634-45f4-017f-fb3018c4c549-a137d79b, #w-node-_3d09552b-2344-2876-4193-e10953ceb811-a137d79b, #w-node-_47dca1b7-0af2-afbc-f84c-558df197427b-a137d79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb93f5ed-0680-ec0e-215c-6293dd63004f-a137d79b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-cb93f5ed-0680-ec0e-215c-6293dd63004f-a137d79b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


