:root {
  --red: #bf2532;
  --dough: #f7f4ea;
}

.body {
  background-color: var(--red);
  color: var(--red);
  font-family: Barlow Condensed, sans-serif;
  text-decoration: none;
}

.hero {
  background-color: var(--dough);
  width: 100%;
  height: 100vh;
  color: var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.navbar {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.nav-link {
  border: 2px solid var(--red);
  min-width: 133px;
  color: var(--red);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 36px;
  padding: 3px 20px 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.heading {
  text-align: center;
  word-break: keep-all;
  margin-top: 10px;
  font-family: Gasoek One, sans-serif;
  font-size: 9.45vw;
  font-weight: 400;
  line-height: 8vw;
}

.image {
  width: 64%;
  height: auto;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  background-color: var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 0;
  display: grid;
}

.h2 {
  color: var(--dough);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 97%;
}

.paragraph {
  color: var(--dough);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.paragraph.marquee {
  letter-spacing: -3px;
  white-space: pre;
  word-break: keep-all;
  overflow-wrap: normal;
  border-top: 1px solid #f8f4ea;
  border-bottom: 1px solid #f8f4ea;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 700;
  display: block;
  overflow: visible;
}

.div-img {
  background-color: #c52e3b;
  background-image: url('../images/loos-slice-pizza.avif');
  background-position: 0 0;
  background-size: cover;
}

.image-2 {
  width: 180px;
  position: relative;
  bottom: -441px;
  left: -73px;
}

.image-3 {
  width: 158px;
  position: relative;
  bottom: -438px;
  left: -446px;
}

.image-4 {
  width: 250px;
  position: relative;
  bottom: -598px;
  left: -526px;
}

.section-graphic {
  overflow: hidden;
}

.div-marquee {
  background-color: var(--red);
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-fotos.photos {
  background-color: var(--red);
  padding: 40px;
}

.grid-photos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-gallery {
  aspect-ratio: 2 / 3;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
}

.img-gallery.hide {
  opacity: 0;
}

.section-footer {
  flex-flow: column;
  justify-content: flex-end;
  height: auto;
  margin-top: 200px;
  padding: 40px;
  display: flex;
}

.footer-navlink {
  border-bottom: 1px solid var(--dough);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
}

.navlink-footer {
  color: var(--dough);
  letter-spacing: -12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 118px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.bold-text {
  font-size: 74px;
  line-height: 99%;
}

.p-footer {
  color: var(--dough);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.div-block-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-5 {
  width: 256px;
  position: relative;
  top: -25px;
  right: -732px;
}

.p-hero {
  color: var(--red);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.div-block-3 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-6 {
  z-index: 9;
  width: 450px;
  position: absolute;
  inset: 50% 50% auto;
  overflow: visible;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 15px;
  }

  .navbar {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-intro {
    height: auto;
    padding: 15px;
  }

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

  .div-img {
    height: 90vh;
  }

  .image-2 {
    bottom: -642px;
    left: 370px;
  }

  .image-4 {
    bottom: -735px;
    left: -241px;
  }

  .div-fotos.photos {
    padding: 15px;
  }

  .grid-photos {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .navlink-footer {
    font-size: 52px;
  }

  .image-5 {
    right: -230px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 17.5vw;
    line-height: 16vw;
  }

  .image {
    width: 110%;
  }

  .section-intro {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .paragraph.marquee {
    font-size: 40px;
  }

  .div-img {
    aspect-ratio: 2 / 3;
    height: auto;
  }

  .image-2 {
    width: 100px;
    bottom: -474px;
    left: 233px;
  }

  .image-4 {
    width: 184px;
    bottom: -408px;
    left: 22px;
  }

  .div-marquee {
    padding-bottom: 0;
  }

  .div-fotos.photos {
    margin-top: -86px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-gallery {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .section-footer {
    height: auto;
    padding: 15px 15px 40px;
  }

  .navlink-footer {
    letter-spacing: -3px;
    font-size: 46px;
  }

  .bold-text {
    font-size: 35px;
  }

  .p-footer {
    margin-top: 20px;
    font-size: 18px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .image-5 {
    width: 207px;
    right: -104px;
  }

  .p-hero {
    text-align: center;
    margin-top: 5px;
    font-size: 19px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .image-6 {
    width: 300px;
  }

  .image-7 {
    width: 50px;
  }
}

#w-node-_80a0d74f-6277-1c71-9071-626eb5491cf7-7e5b3625 {
  align-self: start;
}

#w-node-_3893eda6-f634-6ba4-9f80-1aed1f8b4657-7e5b3625 {
  grid-area: 1 / 3 / 2 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-_80a0d74f-6277-1c71-9071-626eb5491cf7-7e5b3625 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_3893eda6-f634-6ba4-9f80-1aed1f8b4657-7e5b3625 {
    grid-area: 2 / 1 / 3 / 5;
  }
}


