:root {
  --white: white;
  --red: #c10808;
  --red-2: #e51717;
  --black-2: black;
  --gainsboro: #dbdbdb;
  --black: #333;
  --crimson: #d71f35;
  --crimson-2: #eb273e;
  --dim-grey: #6d6d6d;
  --dark-green-2: #007c43;
  --dark-green: #006738;
  --red-3: #ef2a2a;
}

.nav {
  background-color: #000;
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  margin-bottom: 0;
}

.navlink {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  transition: all .6s;
}

.navlink:hover {
  color: #837f7f;
}

.navlink.w--current {
  color: var(--red);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.navmenu {
  float: left;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin-top: 0;
  margin-left: 20px;
  display: flex;
}

.divcontainer {
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.logo {
  width: 100px;
  padding-bottom: 5px;
}

.logo.small {
  width: 10%;
  margin-top: 6px;
}

.topdiv {
  background-color: #fff;
  height: 100px;
  padding-top: 0;
}

.topmiddlediv {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.checkoutrow {
  float: right;
  width: 50%;
  height: 100px;
}

.cols {
  border: 2px #000;
  border-left: 1px solid #dbdbdb;
  height: 100px;
}

.cols._3 {
  border-right: 1px solid #dbdbdb;
}

.photodiv {
  background-image: url('../images/ninos-pizza-st-paul-mn.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  max-height: 100%;
  margin-top: 90px;
}

.phototopdiv {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  max-height: 100%;
}

.photoheading {
  float: none;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
}

.subhead {
  float: none;
  color: var(--red-2);
  text-align: center;
  width: 100%;
  margin-top: 84px;
  margin-bottom: 0;
  font-size: 25px;
}

.rightdiv {
  float: right;
  width: 60%;
  height: 100%;
  padding-right: 36px;
}

.ordernowbutton {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #ff1019;
  border-radius: 10px;
  width: 30%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  transition: all .6s;
  display: block;
}

.ordernowbutton:hover {
  background-color: #ff101947;
}

.mainsection {
  background-color: var(--black-2);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.middlediv {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.middlediv.below {
  padding-top: 1px;
  padding-bottom: 1px;
}

.middlediv.top {
  padding-top: 24px;
  padding-bottom: 90px;
}

.middlediv.contacttt {
  padding-top: 0;
}

.middlediv.aboutt {
  padding-top: 120px;
  padding-bottom: 88px;
}

.footer {
  background-color: #000;
}

.middlefooter {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.footertext {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quantum {
  color: var(--gainsboro);
  text-decoration: none;
}

.facebooklike {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.facebooklike.gvfcxz {
  width: 10%;
  display: block;
}

.book {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.rowlink {
  color: #ff1019;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.food {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.food-heading {
  color: #ff1019;
  text-align: center;
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 26px;
}

.mobileapprow {
  margin-top: 25px;
  margin-bottom: 25px;
}

.bottomrowheading {
  text-align: center;
  font-size: 22px;
}

.foodrow {
  margin-top: 20px;
}

.phone, .free {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bottomsection {
  background-color: #f8f8f8;
}

.scan, .coke {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  border-right: 1px solid #ff10191f;
  padding-left: 15px;
  padding-right: 15px;
}

.column.nn {
  border-right-style: none;
}

.mobilepara {
  text-align: center;
  font-size: 15px;
}

.callus {
  display: none;
}

.nav-scroll {
  float: none;
  text-align: center;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menuheader {
  color: var(--black-2);
  border-bottom: 1px solid #dbdbdb;
  margin-top: 95px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.menurow {
  margin-top: 30px;
}

.foodheader {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.foodheader.two {
  margin-top: 50px;
}

.foodheader.two.middle {
  text-align: center;
}

.foodname {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.foodname.center {
  text-align: center;
}

.foodname.center._2 {
  margin-top: 20px;
}

.price {
  float: right;
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.price.tiny {
  font-size: 15px;
}

.foodcols {
  padding-left: 30px;
  padding-right: 30px;
}

.food-description {
  color: var(--black);
  margin-top: 5px;
  padding-left: 10px;
}

.food-description.center {
  text-align: center;
}

.food-description.smaller {
  margin-top: 20px;
}

.fooddiv {
  margin-top: 10px;
  margin-bottom: 20px;
}

.foodsdubhead {
  margin-top: -16px;
  margin-bottom: 20px;
}

.disclaimer {
  color: #acacac;
  text-align: center;
  margin-top: 100px;
}

.hours {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  line-height: 38px;
}

.tophoto {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 200px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.aboutheading {
  color: #ff1019;
  text-transform: none;
  margin-bottom: 50px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
}

.aboutpara {
  color: var(--gainsboro);
  margin-bottom: 50px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 29px;
}

.rightside {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.movie {
  float: left;
  width: 50%;
}

.contactheader {
  color: #ff1019;
  text-align: left;
  margin-top: -71px;
  margin-bottom: 100px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.contactrow {
  margin-top: -5px;
}

.contactform {
  border: 1px solid #dbdbdb;
  padding: 20px;
}

.map {
  height: 300px;
  margin-top: 50px;
}

.text {
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 400;
}

.field {
  border: 1px solid #ff1019;
  margin-bottom: 26px;
}

.submitbutton {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #ff1019;
  border-radius: 7px;
  width: 40%;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  transition: all .7s;
}

.submitbutton:hover {
  background-color: #ff101963;
}

.addressheader {
  color: #ff1019;
  text-align: center;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.address {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  line-height: 33px;
}

.mobile {
  color: #ff1019;
  text-align: center;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
}

.pizzadiv {
  background-image: url('../images/pepperoni.png');
  background-position: 390px 102%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 300px;
  margin-bottom: -140px;
}

.lightbox {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pizza {
  background-image: url('../images/pizza.jpg');
  background-position: 50%;
  background-size: cover;
  width: 85%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  transition: all .7s;
  display: block;
}

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

.galleryheading {
  color: #ff1019;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.lblink {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.lbim {
  background-image: url('../images/awning.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lbim._1 {
  background-image: url('../images/197673_336236669783980_786522219_n.jpg'), url('../images/awning.jpg');
  background-position: 0, 50%;
  background-size: cover, cover;
  width: 100%;
}

.lbim._2 {
  background-image: url('../images/moreinside.jpg');
}

.lbim._3 {
  background-image: url('../images/outside.jpg');
  background-position: 0 25%;
}

.lbim._4 {
  background-image: url('../images/counter.jpg');
}

.lbim._5 {
  background-image: url('../images/inside.jpg');
}

.lbim._6 {
  background-image: url('../images/wings.jpg');
}

.lbim._7 {
  background-image: url('../images/ribs.jpg');
}

.lbim._8 {
  background-image: url('../images/hoagie.jpg');
}

.lbim._9 {
  background-image: url('../images/drink.jpg');
}

.lbim._10 {
  background-image: url('../images/soda.jpg');
}

.lbim._11 {
  background-image: url('../images/icecream.jpg');
  background-position: 50% 0;
}

.imrow {
  width: 85%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.box {
  color: #fff;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.overlay {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  padding-top: 119px;
  text-decoration: none;
}

.overlay.sm {
  padding-top: 82px;
}

.click-to-englarge {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.click-to-englarge.smaller {
  font-size: 20px;
}

.gallpara {
  text-align: center;
  width: 85%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.mobileappara {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.embed {
  float: right;
  color: #fff;
  width: 15%;
  margin-top: 5px;
}

.embed2 {
  float: left;
  width: 15%;
  margin-top: 22px;
}

.embed44 {
  margin-top: 30px;
}

.embed3 {
  margin-bottom: 90px;
}

.button {
  background-color: var(--crimson);
  letter-spacing: 1px;
  border-radius: 5px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.button:hover {
  background-color: var(--crimson-2);
}

.button.left {
  margin-left: 0;
}

.button.spacer {
  margin-left: 20px;
}

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

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

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

.infosubhead {
  color: var(--white);
  font-family: Oswald, sans-serif;
}

.image-14 {
  border: 1px solid #a5a5a5;
  margin: 0 0 10px;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

.link-5 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.infotext-copy {
  color: var(--white);
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.infotext {
  color: var(--white);
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.columns {
  margin-top: 20px;
  padding-bottom: 0;
}

.button-2 {
  color: #016627;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #016627;
  width: 240px;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.button-2:hover {
  color: #f0ece7;
  background-color: #168f43;
}

.section-2 {
  background-color: var(--black-2);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-4 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.slide-28 {
  background-image: url('../images/tacos.jpg');
  background-position: 0 0;
  background-size: cover;
}

.menucol {
  text-align: left;
  height: auto;
  padding-right: 10px;
}

.section-3 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ninos-pizza-minnesota.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-5 {
  margin-right: 10px;
  display: none;
}

.slide-10 {
  background-image: url('../images/the-nino-pizza.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  background-color: #000;
  width: 450px;
  height: 400px;
}

.column-3 {
  text-align: left;
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 40px;
  display: flex;
}

.icon-6 {
  margin-left: 10px;
  display: none;
}

.heading6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.heading6.center {
  text-align: center;
}

.slide-nav-3 {
  display: none;
}

.slide-8 {
  background-image: url('../images/ninos-pizza-st-paul-mn.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13-copy {
  background-image: url('../images/Fratellis440.jpg'), linear-gradient(#331e1e, #331e1e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

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

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

.column-5 {
  height: 400px;
}

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

.divpizza {
  background-image: url('../images/ninos-pizza-st-paul-mn.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.divsubs {
  background-image: url('../images/subs.jpg');
  background-position: 50% 60%;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.divstrom {
  background-image: url('../images/stromboli.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.divapps {
  background-image: url('../images/wings.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.slide-29 {
  background-image: url('../images/new-york-pizza.jpg');
  background-position: 50%;
  background-size: cover;
}

.contacttop {
  background-image: url('../images/ninos-outside.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  max-height: 100%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  background-color: #0000;
  margin-bottom: 20px;
  padding: 10px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  padding-top: 60px;
  display: flex;
}

.div-block-6 {
  justify-content: space-around;
  display: flex;
}

.headerphone {
  float: none;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 57px;
}

.link-5-copy {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.foodname-copy {
  text-align: left;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
}

.foodname-copy.center {
  text-align: center;
}

.foodname-copy.center._2 {
  margin-top: 20px;
}

.text-block-5 {
  color: #000;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-7 {
  border: 2px none var(--red-2);
  background-color: var(--red-2);
  padding: 5px;
}

.text-block-6 {
  color: var(--red);
  text-align: center;
  font-size: 24px;
  line-height: 26px;
}

.specialdesc {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 5px;
  padding-left: 0;
}

.specialdesc.center {
  text-align: center;
}

.specialdesc.smaller {
  margin-top: 20px;
}

.div-block-8 {
  border: 2px none var(--red-2);
  background-color: var(--white);
  padding: 10px;
}

.price-copy {
  float: right;
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.price-copy.tiny {
  font-size: 15px;
}

.text-block-7 {
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.subtext {
  color: var(--dim-grey);
  margin-top: 10px;
  padding-left: 10px;
}

.subtext.center {
  text-align: center;
}

.subtext.smaller {
  margin-top: 20px;
}

.hoursinfo {
  color: #333;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.subtext-copy {
  color: var(--dim-grey);
  margin-top: 0;
  padding-left: 0;
}

.subtext-copy.center {
  text-align: center;
}

.subtext-copy.smaller, .columns-2 {
  margin-top: 20px;
}

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

.slide-9 {
  background-image: url('../images/veggie-pizza.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-17 {
  font-family: Oswald, sans-serif;
}

.text-block-8 {
  color: var(--red);
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-9 {
  padding-bottom: 10px;
}

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

.headingspecials {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
}

.column-3-copy {
  text-align: left;
  height: auto;
  padding-left: 40px;
}

.text-block-4-copy {
  color: #fff;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.columns-3 {
  display: flex;
}

.mainsection-copy {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.image-15-copy {
  margin-top: 40px;
}

.foodheader-copy {
  color: #ff1019;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.foodheader-copy.two {
  margin-top: 50px;
}

.foodheader-copy.two.middle {
  text-align: center;
}

.div-block-11 {
  background-color: var(--red);
  width: 100%;
  height: 25px;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  padding-top: 3px;
  font-weight: 700;
}

.order-button {
  background-color: var(--crimson);
  letter-spacing: 1px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.order-button:hover {
  background-color: var(--crimson-2);
}

.order-button.left {
  margin-left: 0;
}

.section-3-copy {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-10 {
  position: static;
  top: -32px;
}

.heading-9 {
  color: #0e0e0e;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading-12 {
  color: #252424;
  text-align: center;
  padding-top: 20px;
}

.heading-12.black {
  color: #f15bb0;
  letter-spacing: 0;
  text-shadow: 1px 1px 8px #ffd1eb;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-12 {
  width: 100%;
  max-width: 400px;
  height: 200px;
  overflow: hidden;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-11 {
  font-size: 15px;
  line-height: 23px;
}

.image-12 {
  position: static;
  top: -70px;
}

.button-3 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #333;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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

.button-3.review {
  color: #d62427;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #0003;
  border-color: #d62427;
  width: 100%;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: static;
  inset: auto 0% 0%;
}

.button-3.review:hover {
  color: #fff;
  background-color: #d62427;
}

.div-block-13 {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.reviewsec {
  color: #333;
  background-color: #000;
  border-top: 3px #000;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.greendiv {
  background-color: #006738;
  width: 25%;
  height: 3px;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.reviewdiv {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 450px;
}

.challenge {
  width: 100%;
  position: static;
  top: -15px;
}

.columns-7 {
  margin-top: 20px;
}

.container-6 {
  background-color: #000;
  padding: 10px 20px 20px;
}

.greendiv-copy {
  background-color: var(--dark-green-2);
  width: 50%;
  height: 3px;
}

.body {
  background-color: var(--black-2);
}

.column-6 {
  background-image: linear-gradient(50deg, #000 49%, #0000 50%), linear-gradient(135deg, #000 45%, #fff 46%);
  border: 1px #000;
  height: 50px;
}

.column-7 {
  background-color: var(--black-2);
  height: 50px;
}

.div-block-32 {
  flex: 0 auto;
}

.columns-8 {
  margin-top: 10px;
}

.section-4 {
  background-image: url('../images/the-nino-pizza.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.photoheading-copy {
  float: none;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 88px;
}

.heading {
  float: none;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110px;
}

.forheading {
  float: none;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 57px;
}

.code-embed {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

html.w-mod-js [data-ix="nav-scroll-initial-appearance"] {
  display: none;
}

html.w-mod-js [data-ix="overlay-initial-appearance"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1440px) {
  .navlink {
    font-size: 22px;
    line-height: 26px;
  }

  .foodheader {
    font-size: 30px;
    line-height: 26px;
  }

  .foodname {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .food-description {
    font-size: 18px;
    line-height: 24px;
  }

  .button {
    font-size: 18px;
    line-height: 26px;
  }

  .infotext {
    font-size: 18px;
  }

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

  .order-button {
    font-size: 18px;
    line-height: 26px;
  }

  .button-3.review {
    font-size: 12px;
    font-weight: 700;
  }

  .reviewsec {
    padding-top: 40px;
  }

  .heading {
    font-size: 99px;
    line-height: 110px;
  }
}

@media screen and (min-width: 1920px) {
  .photodiv {
    height: 700px;
  }

  .middlediv {
    width: 60%;
  }

  .column-5, .contacttop {
    height: 400px;
  }

  .reviewsec {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-4 {
    background-image: url('../images/pizza-header.jpg');
    height: 500px;
  }

  .code-embed {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand {
    width: 35%;
    margin-bottom: 0;
    margin-left: 6px;
  }

  .navlink {
    text-align: center;
  }

  .navmenu {
    background-color: #000;
    width: 200px;
    height: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .divcontainer {
    width: 100%;
  }

  .logo {
    width: 90px;
  }

  .topdiv, .checkoutrow, .cols {
    height: 35px;
  }

  .photodiv {
    height: 500px;
    margin-top: 80px;
  }

  .photoheading {
    line-height: 44px;
  }

  .subhead {
    margin-top: 70px;
  }

  .ordernowbutton {
    width: 50%;
  }

  .middlediv, .middlediv.below {
    width: 95%;
  }

  .middlediv.top {
    width: 95%;
    padding-bottom: 29px;
  }

  .facebooklike {
    margin-top: 5px;
  }

  .facebooklike.gvfcxz {
    width: 20%;
  }

  .book {
    margin-top: 7px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 12px;
    display: none;
  }

  .food {
    height: 150px;
  }

  .food-heading {
    font-size: 18px;
  }

  .bottomrowheading {
    font-size: 16px;
  }

  .phone, .free, .scan, .coke {
    height: 150px;
  }

  .menubutton.w--open {
    background-color: #0000;
  }

  .navicon {
    color: var(--white);
    font-size: 40px;
  }

  .nav-scroll {
    width: 200px;
    height: 100%;
    margin-right: -216px;
    position: fixed;
    inset: 0 0 0 auto;
  }

  .menuheader {
    text-align: center;
    margin-top: 137px;
    margin-bottom: 41px;
  }

  .tophoto {
    height: 200px;
    margin-top: 0;
  }

  .rightside, .movie {
    width: 100%;
  }

  .contactheader {
    margin-top: -21px;
    margin-bottom: 71px;
  }

  .map {
    height: 300px;
  }

  .submitbutton {
    width: 50%;
  }

  .addressheader {
    line-height: 55px;
  }

  .address {
    font-size: 26px;
    line-height: 31px;
  }

  .mobile {
    font-size: 40px;
  }

  .pizzadiv {
    background-position: -1342% 103%;
    background-size: 102%;
    height: 200px;
    margin-top: 57px;
    margin-bottom: -91px;
  }

  .pizza {
    width: 95%;
  }

  .galleryheading {
    margin-top: 106px;
  }

  .imrow {
    width: 95%;
  }

  .gallpara {
    margin-bottom: 54px;
  }

  .embed2 {
    display: none;
  }

  .button {
    margin-bottom: 10px;
  }

  .menucol {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-right: 10px;
    display: flex;
  }

  .section-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ninos-pizza-minnesota.jpg');
    background-position: 0 0, 0 0;
  }

  .slider {
    width: 100%;
    height: 400px;
  }

  .column-3 {
    order: 1;
    height: auto;
    padding-top: 20px;
  }

  .slide-8 {
    background-position: 50%;
  }

  .slide-13-copy {
    background-image: url('../images/pesto-pasta-pizza.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50% 0, 0 0;
  }

  .divapps {
    background-image: url('../images/wings.jpg');
  }

  .contacttop {
    margin-top: 20px;
  }

  .div-block-6 {
    padding-bottom: 20px;
  }

  .headerphone {
    line-height: 44px;
  }

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

  .columns-3 {
    flex-direction: column;
  }

  .mainsection-copy {
    padding-top: 0;
  }

  .image-15-copy {
    margin-top: 0;
  }

  .order-button {
    margin-bottom: 10px;
  }

  .section-3-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/web-woodslats.jpg');
  }

  .image-10 {
    position: static;
    top: -148px;
  }

  .heading-12.black {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
  }

  .div-block-12 {
    height: 180px;
  }

  .review-button {
    position: absolute;
    bottom: 4%;
  }

  .image-12 {
    position: static;
  }

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

  .reviewdiv {
    height: 500px;
    margin-bottom: 20px;
  }

  .challenge {
    position: static;
    top: -298px;
  }

  .container-6 {
    background-color: #000;
  }

  .photoheading-copy {
    font-size: 32px;
    line-height: 44px;
  }

  .heading {
    font-size: 88px;
  }

  .forheading {
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    float: none;
    width: 20%;
    margin-bottom: -84px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navmenu {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .divcontainer {
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .logo {
    width: 90px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .topdiv {
    height: 30px;
  }

  .checkoutrow {
    width: 100%;
    height: 30px;
  }

  .cols, .cols._3 {
    height: 30px;
  }

  .photodiv {
    height: 100%;
    margin-top: 33px;
  }

  .phototopdiv {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .photoheading {
    margin-left: auto;
    margin-right: auto;
  }

  .subhead {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rightdiv {
    width: 100%;
    padding-right: 0;
  }

  .food {
    height: 100px;
  }

  .food-heading {
    line-height: 18px;
  }

  .phone, .free, .scan, .coke {
    height: 200px;
  }

  .column {
    border-bottom: 1px solid #ff10191a;
    height: 300px;
  }

  .column.ff {
    border-right-style: none;
    height: 350px;
  }

  .column._1 {
    border-bottom-style: none;
  }

  .column._00 {
    height: 350px;
  }

  .column._00.aefgqergf {
    border-bottom-style: none;
  }

  .menubutton {
    margin-top: -57px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .callus {
    width: 10%;
    margin-top: 3px;
    margin-bottom: 11px;
    margin-left: 5px;
    padding: 10px;
    display: block;
  }

  .menuheader {
    margin-top: 87px;
  }

  .tophoto {
    height: 200px;
    margin-top: 0;
  }

  .contactheader {
    margin-top: 8px;
    padding-left: 20px;
  }

  .addressheader {
    margin-top: 51px;
  }

  .mobile {
    font-size: 35px;
  }

  .pizzadiv {
    height: 150px;
    margin-top: 22px;
    margin-bottom: 4px;
  }

  .galleryheading {
    margin-top: 54px;
  }

  .lbim {
    height: 150px;
  }

  .overlay.sm {
    padding-top: 54px;
  }

  .click-to-englarge.smaller {
    font-size: 16px;
  }

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

  .link-5 {
    font-size: 34px;
  }

  .section-2 {
    padding-bottom: 80px;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menucol {
    order: 1;
    padding: 0;
    display: block;
  }

  .section-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/ninos-pizza-minnesota.jpg');
    background-position: 0 0, 50%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .column-3 {
    order: -1;
    padding: 40px 20px;
  }

  .image-15 {
    margin-top: 0;
  }

  .image-16 {
    width: 25px;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacttop {
    margin-top: 20px;
  }

  .headerphone {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    margin-bottom: 10px;
  }

  .columns-2 {
    margin-top: 0;
  }

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

  .column-3-copy {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .image-15-copy {
    margin-top: 0;
  }

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

  .image-10 {
    width: 100%;
    position: static;
    top: -44px;
  }

  .heading-12.black {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

  .div-block-12 {
    max-width: none;
    height: 300px;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .image-12 {
    position: relative;
  }

  .reviewsec {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .greendiv {
    width: 25%;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .challenge {
    position: static;
    top: -185px;
  }

  .greendiv-copy {
    width: 25%;
  }

  .image-17 {
    width: 100px;
    display: none;
  }

  .photoheading-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    display: block;
  }

  .heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 77px;
  }

  .forheading {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    float: none;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-bottom: -84px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding-left: 0;
    display: flex;
  }

  .navmenu {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .divcontainer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .logo {
    width: 90px;
    padding-bottom: 0;
    display: block;
  }

  .topdiv {
    display: none;
  }

  .photodiv {
    margin-top: 41px;
  }

  .photoheading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .subhead {
    margin-top: 28px;
  }

  .rightdiv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ordernowbutton {
    width: 80%;
    margin-top: 21px;
  }

  .middlefooter {
    padding-top: 10px;
  }

  .footertext {
    margin-bottom: 0;
    padding-top: 7px;
  }

  .facebooklike {
    float: none;
    width: 23%;
    margin-top: 1px;
  }

  .facebooklike.gvfcxz {
    width: 35%;
    display: block;
  }

  .phone {
    height: 200px;
  }

  .column {
    margin-bottom: 15px;
  }

  .column._00 {
    border-right-style: none;
    height: auto;
  }

  .menubutton {
    margin-top: 10px;
    padding: 10px;
  }

  .navicon {
    padding-right: 0;
  }

  .callus {
    float: left;
    order: -1;
    width: 11%;
    margin: 10px 0 0;
    padding: 10px 40px 10px 10px;
  }

  .menuheader {
    color: var(--black-2);
    margin-top: 42px;
    font-size: 32px;
    line-height: 38px;
  }

  .price {
    font-size: 18px;
  }

  .foodcols {
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer {
    margin-top: 40px;
  }

  .hours {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .tophoto {
    height: 150px;
    margin-top: 39px;
  }

  .aboutheading {
    text-align: center;
    margin-top: -9px;
    font-size: 32px;
    line-height: 38px;
  }

  .aboutpara {
    text-align: center;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .rightside {
    padding-right: 0;
  }

  .contactheader {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 49px;
    font-size: 40px;
  }

  .submitbutton {
    width: 70%;
  }

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

  .address {
    font-size: 22px;
  }

  .pizzadiv {
    height: 100px;
  }

  .pizza {
    height: 200px;
  }

  .galleryheading {
    font-size: 33px;
  }

  .lbim {
    height: 100px;
  }

  .overlay {
    padding-top: 74px;
  }

  .overlay.sm {
    padding-top: 22px;
  }

  .click-to-englarge {
    font-size: 30px;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button.spacer {
    margin-left: 0;
  }

  .div-block {
    flex-direction: column;
  }

  .image-14 {
    border-style: none;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 38px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
  }

  .section-2 {
    padding-top: 10px;
  }

  .column-4 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menucol {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ninos-pizza-minnesota.jpg');
    background-position: 0 0, 90%;
    background-repeat: repeat, no-repeat;
    padding-left: 0;
  }

  .slider {
    width: 100%;
    height: 300px;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading6 {
    font-size: 28px;
  }

  .image-16 {
    width: 28px;
    max-width: none;
    display: block;
  }

  .column-5 {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .divpizza, .divsubs, .divstrom, .divapps {
    height: 80px;
  }

  .contacttop {
    height: 150px;
    margin-top: 20px;
  }

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

  .div-block-6 {
    flex-direction: column;
  }

  .headerphone {
    font-size: 28px;
    line-height: 33px;
  }

  .price-copy {
    font-size: 18px;
  }

  .div-block-9 {
    padding-top: 0;
  }

  .headingspecials {
    font-size: 32px;
  }

  .column-3-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mainsection-copy {
    padding-top: 20px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .order-button {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .section-3-copy {
    padding-left: 0;
  }

  .image-10 {
    position: static;
  }

  .heading-12.black {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-12 {
    height: 250px;
  }

  .image-12 {
    top: 0;
  }

  .button-3 {
    margin-top: 20px;
  }

  .reviewsec {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .greendiv {
    width: 50%;
    height: 2px;
  }

  .challenge {
    position: static;
  }

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

  .greendiv-copy {
    width: 50%;
    height: 2px;
  }

  .photoheading-copy {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 33px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 77px;
  }

  .forheading {
    margin-bottom: 10px;
    line-height: 33px;
  }
}


