* {
  margin: 0;
  padding: auto;
}

img {
  max-width: 100%;
}

body {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.cookie-regular {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
}

.italiana-regular {
  font-family: "Italiana", serif;
  font-weight: 400;
  font-style: normal;
}

.vast-shadow-regular {
  font-family: "Vast Shadow", serif;
  font-weight: 400;
  font-style: normal;
}

.fredericka-the-great-regular {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}

.love-ya-like-a-sister-regular {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  min-height: 100%; /* Look, it's not fixed anymore! */
  display: flex;
  flex-direction: column;
}

body {
  flex-grow: 1;
  background: #fbaf41;
  margin-bottom: 145px;
}

a {
  color: inherit;
}

.nav {
  background: #fbaf41;
  font-family: "Love Ya Like A Sister", "Italiana", serif;
  font-weight: 400;
  font-style: normal;
}
.nav ul {
  list-style-type: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.nav li {
  flex: 1;
}
.nav li a {
  overflow: hidden;
  position: relative;
  font-size: 2.5rem;
  color: #006738;
  padding: auto;
  text-decoration: none;
  border-radius: 0.5rem;
  display: block;
}
.nav li a:hover, .nav li a:focus, .nav li a.current {
  background-color: #006738;
  color: #fbaf41;
}
.nav li a:hover .navIcon, .nav li a:focus .navIcon, .nav li a.current .navIcon {
  transform: translateX(-15%);
}
.nav li a:hover .navIcon span, .nav li a:focus .navIcon span, .nav li a.current .navIcon span {
  transform: translateX(-50%);
}
.nav li a:hover .navLabel, .nav li a:focus .navLabel, .nav li a.current .navLabel {
  transform: translate(-105%, -50%);
}
.nav li a span {
  display: block;
}
.nav li a .navIcon {
  transition: all 0.5s;
  position: relative;
  left: 35%;
  transform: translateX(0);
}
.nav li a .navIcon span {
  display: inline-block;
  transform: translateX(0);
}
.nav li a .navLabel {
  font-size: clamp(0.5rem, 2vw, 1.2rem);
  text-transform: uppercase;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  width: 7rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nav li a .navLabel {
    width: 10rem;
  }
}
@media screen and (max-width: 450px) {
  .nav li a .navLabel {
    width: 15vw;
  }
}

.material-symbols-outlined {
  font-size: 6rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media screen and (max-width: 992px) {
  .material-symbols-outlined {
    font-size: 10vw;
  }
}

.secondaryNav {
  background-color: #006738;
  color: white;
  margin-top: 10px;
}
.secondaryNav p {
  display: flex;
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  max-width: 1000px;
  margin: 0 auto;
}
.secondaryNav a {
  flex: 1;
  text-align: center;
  color: inherit;
  position: relative;
  text-decoration: none;
  transition: flex-grow 0.5s;
  padding: 0 5px;
}
.secondaryNav a:hover, .secondaryNav a:focus {
  flex-grow: 1.3;
}
@media screen and (max-width: 1050px) {
  .secondaryNav a:last-child::after, .secondaryNav a:first-child::before {
    opacity: 0;
    transform: unset;
  }
}
.secondaryNav a::after, .secondaryNav a:first-child::before {
  content: "";
  transition: all 0.5s;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: #fbaf41;
  width: 10px;
  height: 100%;
  transform: skew(-35deg) translate(5px, 0);
}
.secondaryNav a:first-child::before {
  right: auto;
  left: 0;
}

.topBanner {
  font-family: "Fredericka the Great";
  width: 100%;
  color: white;
  background-color: #006738;
  background: linear-gradient(black, #006738);
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(1.2rem, 3.5vw, 3rem);
  font-weight: 300;
}
.topBanner a {
  text-decoration: none;
}

.phoneLink {
  font-family: "Love Ya Like A Sister", "Italiana", Georgia, Palatino, serif;
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  text-align: center;
}

@media screen and (max-width: 450px) {
  .mobileNum {
    color: #fbaf41;
  }
}

.siteFooter {
  align-items: flex-end;
  background: #006738;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 450px) {
  .siteFooter {
    display: flex;
  }
}
.siteFooter::before {
  content: "";
  flex: 1;
}
.siteFooter::after {
  content: "";
  background: url("/img/bg-footer2.webp") repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 95%;
  left: 0;
  width: 100%;
  height: 8.2644628099vw;
  pointer-events: none;
}
.siteFooter svg {
  width: 3em;
}
@media only screen and (max-width: 550px) {
  .siteFooter svg {
    width: 2em;
  }
}
.siteFooter a {
  color: white;
}
.siteFooter > * {
  flex: 1;
}

.socialMediaIcons {
  text-align: center;
}
.socialMediaIcons a {
  display: inline-block;
  padding: 7px;
  margin: 0 10px;
  text-decoration: none;
}

.legalLinks {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-family: "cookie";
  color: white;
  text-align: center;
}
@media only screen and (min-width: 450px) {
  .legalLinks {
    text-align: right;
  }
}
.legalLinks a {
  padding: 0;
}

dl {
  display: flex;
  flex-flow: wrap;
}

dt {
  flex-basis: 50%;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 450px) {
  dt {
    flex-basis: auto;
    text-align: left;
    flex-grow: 1;
  }
}

dd {
  flex-basis: 50%;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 450px) {
  dd {
    flex-basis: auto;
    text-align: right;
    flex-grow: 9;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Love Ya Like A Sister", "Italiana", serif;
  font-weight: 600;
  font-style: normal;
}

p {
  margin-bottom: 1rem;
}

h4 {
  margin-bottom: 1rem;
}

.cuisineUSP {
  font-family: "Love Ya Like A Sister", "Italiana";
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  font-weight: 400;
}

.soldOut {
  display: inline-block;
  color: red;
  font-weight: bold;
  border: 1px solid red;
  border-radius: 3px;
  transform: rotate(-20deg);
}

.container {
  padding: 36px;
  border-left: 12px transparent solid;
}

.contentBox {
  margin: 0 auto 40px;
  background: white;
  max-width: 1000px;
  box-shadow: 12px 12px 2px 1px black;
  padding: 12px;
  text-align: center;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], input[type=email], select, textarea {
  font: inherit;
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
input[type=text].touched:invalid, input[type=email].touched:invalid, select.touched:invalid, textarea.touched:invalid {
  border-color: rgba(255, 0, 0, 0.877);
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #006738;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #fbaf41;
  color: black;
}

/* Add a background color and some padding around the form */
.contactForm {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.flowOptions {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 450px) {
  .flowOptions {
    flex-direction: column;
  }
}

.box {
  flex-grow: 1;
  padding: 15px;
  margin: 10px;
  background: white;
  color: black;
}

.box ul {
  list-style-type: none; /* Removes bullet points */
  padding: 0;
  margin: 0;
}

.box li::after {
  content: "";
  display: block; /* Makes the pseudo-element visible as a block element */
  margin: 10px auto; /* Centers the line and adds spacing above and below */
  width: 10%; /* Adjust the width of the line */
  height: 2px; /* The thickness of the line */
  background-color: #ccc; /* The color of the line */
}

.box li:last-child::after {
  display: none;
}

.secondHeading {
  margin-top: 20px;
}

.two-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row {
  display: flex;
  max-width: 95%;
  margin: 20px 0;
}

.right-offset {
  justify-content: flex-end;
}

.left-offset {
  justify-content: flex-start;
}

.content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.arrow {
  font-size: 24px;
  margin: 10px 0;
}

.arrow span {
  color: #333;
}

.box-column-icon {
  align-self: center;
}
@media screen and (max-width: 550px) {
  .box-column-icon {
    display: none;
  }
}
.box-column-icon svg {
  width: 7rem;
}

.noodlesPrice {
  border: 2px solid rgb(172, 2, 2);
}

.allergy {
  color: rgb(172, 2, 2);
}

.pizzaItem {
  margin-top: 20px;
  position: relative;
}

.pizzaDetails {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.pizzaItem:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: rgb(172, 2, 2);
}

.pizzaToppings {
  padding-left: 40px;
  text-align: left;
  flex: 1;
}

.pizzaPrice {
  padding-right: 40px;
  text-align: right;
  width: 80px;
}

.toppingCategory {
  padding-left: 40px;
  flex: 1;
  font-weight: bold;
  width: 90px;
}

.toppingItem {
  padding: 0 40px;
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .toppingCategory {
    text-align: left;
  }
}
.localDiscount {
  color: rgb(172, 2, 2);
  text-align: right;
  padding-right: 40px;
  padding-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .hiddenOnMobile {
    display: none;
  }
}

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