:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

p {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5;
  position: relative;
}

.section_fullheight {
  background-color: #333;
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/rendman-update-img2-1_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section_fullheight.homepage {
  background-color: #dadada;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.alignright {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container.homescreen {
  color: #fff;
}

.container.footer {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.container.navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_textinfo {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section_textinfo.allblack {
  color: #fff;
  background-color: #272727;
}

.section_image {
  background-image: url('../images/rendman-renderings-photorealism-1-sm_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  min-height: 500px;
}

.div-block {
  grid-column-gap: 40px;
  display: flex;
}

.section_footer {
  background-color: #0e0e0e;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.quoteauthor {
  padding-top: 40px;
  font-size: .9em;
  font-style: italic;
}

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

.textblock_540px {
  max-width: 540px;
}

.section_imagegallery {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #272727;
  height: 30vh;
  min-height: 300px;
  padding-bottom: 0;
  display: flex;
}

.lightbox {
  filter: saturate(0%);
  width: 25%;
  transition: all .2s ease-in-out;
}

.lightbox:hover {
  filter: saturate();
}

.lightbox.img1 {
  background-image: url('../images/Bathroom_Render1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img1:hover {
  filter: saturate(61%);
}

.lightbox.img2 {
  background-image: url('../images/Kitchen_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img3 {
  background-image: url('../images/rendman-renderings-photorealism-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img4 {
  background-image: url('../images/rendman-renderings-photorealism-11_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img5 {
  background-image: url('../images/rendman-renderings-photorealism-6_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img6 {
  background-image: url('../images/top-quality-architectural-rendering-by-rendman-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img7 {
  background-image: url('../images/rendman-renderings-photorealism-10_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img8 {
  background-image: url('../images/rendman-renderings-photorealism-3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img9 {
  background-image: url('../images/rendman-renderings-photorealism-12_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img9:hover {
  filter: saturate(61%);
}

.lightbox.img10 {
  background-image: url('../images/rendman-renderings-photorealism-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img11 {
  background-image: url('../images/rendman-renderings-photorealism-13_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.img12 {
  background-image: url('../images/rendman-renderings-photorealism-9_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navlink {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.navlink.language {
  color: #a5a5a5;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.footerwide {
  color: #acacac;
  max-width: 640px;
}

.footernarrow {
  color: #fff;
}

.link-block {
  grid-column-gap: 10px;
  opacity: .7;
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.link-block:hover {
  opacity: 1;
}

.footerlogo {
  margin-bottom: 20px;
}

.footericoncall {
  background-image: url('../images/downtownsushi-icon-phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: relative;
}

.footericonemail {
  background-image: url('../images/downtownsushi-icon-email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: relative;
}

.footericonweb {
  background-image: url('../images/downtownsushi-icon-location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: relative;
}

.nav-menu {
  display: flex;
}

.divider {
  width: 10px;
}

.div-block-2 {
  display: none;
}

.brandlogotype {
  width: 200px;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 3em;
  }

  .div-block {
    flex-direction: column;
    max-width: 540px;
  }

  .nav-menu {
    margin-left: 20px;
  }

  .div-block-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.8em;
  }

  .container.navbar {
    padding-right: 0;
  }

  .section_image {
    height: 50vh;
  }

  .section_imagegallery {
    min-height: 200px;
  }

  .navlink {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .24);
    padding-left: 20px;
  }

  .navlink.language {
    display: none;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    color: #000;
  }

  .divider {
    display: none;
  }

  .div-block-2 {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .24);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-decoration: none;
    display: flex;
  }

  .link {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.6em;
  }

  .container.footer {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .navlink {
    background-color: #c8c8c8;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 71px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-2 {
    background-color: #c8c8c8;
  }
}


