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

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

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

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

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

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

.section_fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/rendman-update-img2-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/rendman-update-img2-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

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

.container.alignright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.homescreen {
  color: #fff;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.section_image {
  height: 40vh;
  min-height: 500px;
  background-image: url('../images/top-quality-architectural-rendering-by-rendman-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
}

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

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

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

.textblock_540px {
  max-width: 540px;
}

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

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

.lightbox:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

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

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

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

.lightbox.img3 {
  background-image: url('../images/Cam45.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.lightbox.img5 {
  background-image: url('../images/Cam44.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.lightbox.img7 {
  background-image: url('../images/rendman-update-img2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox.img8 {
  background-image: url('../images/Rendman-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.footernarrow {
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

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

.footerlogo {
  margin-bottom: 20px;
}

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

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

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
    max-width: 540px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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: 0px;
  }

  .section_imagegallery {
    min-height: 200px;
  }

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

  .navlink.language {
    display: none;
  }

  .menu-button {
    color: #fff;
  }

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

  .divider {
    display: none;
  }

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

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

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

  h1 {
    font-size: 2.6em;
  }

  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .navlink {
    background-color: #c8c8c8;
  }

  .nav-menu {
    left: auto;
    top: 0px;
    right: 0%;
    bottom: auto;
    margin-top: 71px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
  }

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

