:root {
  --pale: #b8ab89;
}

body {
  background-color: var(--pale);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 536px;
  height: 72px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -8px;
}

.hero {
  background-color: #b3b3b3;
  height: 105svh;
  position: relative;
}

.navtrigger {
  width: 0;
  height: 110svh;
  position: absolute;
}

.nickintro {
  background-color: var(--pale);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-slider {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-logowrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-logobg {
  z-index: 1;
  flex: none;
  width: 240px;
  max-width: 240px;
  position: absolute;
  top: -12px;
  transform: translate(-3px);
}

.nav-linkwrap {
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  width: 120px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 4px 0 6px 1px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
}

.nav-link:hover {
  color: #fff;
  background-color: #1d1b14a6;
}

.bottomborder {
  z-index: 5;
  background-image: linear-gradient(180deg, #fff0, var(--pale));
  height: 10svh;
  margin-top: -10svh;
  position: relative;
}

.sliderarrow {
  display: none;
  overflow: hidden;
}

.slidericon, .slidernav {
  display: none;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
}

.hero-mouseblockfront {
  z-index: 200;
  width: 100%;
  height: 83svh;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 80px;
  line-height: 1;
}

.body {
  min-width: 296px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.screensizewarning {
  z-index: 1000;
  background-color: var(--pale);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.screensizewarning-main {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.screensizewarning-sub {
  color: #0e0e0e;
  text-align: center;
}

.hero-scroll {
  z-index: 400;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.hero-scrolllottie {
  justify-content: center;
  align-items: center;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 12px;
}

.nav-bghighlight {
  z-index: 0;
  filter: blur(14px);
  background-color: #ffffff4d;
  border-radius: 20px;
  width: 176px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-bghighlightouter {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-mainbar {
  z-index: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 50%;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, -.2px 1.2px 5.1px #0000004a;
}

.hero-mouseblockback {
  z-index: 0;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.image {
  width: 640px;
  position: sticky;
  top: 36%;
  transform: translate(-32px, -8px);
}

.link-block {
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
}

.nickintro-textwrap {
  z-index: 1;
  color: #fff;
  width: 648px;
  margin-right: -80px;
  padding-left: 16px;
  position: relative;
}

.preloader {
  z-index: 1000;
  background-color: var(--pale);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nickintro-img {
  width: 720px;
}

.nickintro-h1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.1;
}

.nickintro-h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.nickintro-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.glassceramic {
  background-image: url('../images/Nick2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vw;
  min-height: 640px;
  max-height: 960px;
  position: relative;
}

.glassceramic-content {
  color: #fff;
  background-image: url('../images/textBG.png');
  background-position: 0 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 960px;
  height: 560px;
  padding-bottom: 64px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.glassceramic-h3 {
  color: #333;
  width: 600px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

.glassceramic-para {
  width: 760px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.topborder {
  z-index: 5;
  background-image: linear-gradient(0deg, #fff0, var(--pale));
  height: 10svh;
  margin-bottom: -10svh;
  position: relative;
}

.topborder.short {
  height: 5svh;
  margin-bottom: -5svh;
}

.albarello {
  background-image: url('../images/Nick3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55vw;
  min-height: 640px;
  max-height: 960px;
  position: relative;
}

.albarello-content {
  color: #fff;
  background-image: url('../images/TextBG2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 66%;
  height: 55vw;
  min-height: 640px;
  max-height: 960px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-3-copy {
  width: 520px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 800;
}

.albarello-ukpara {
  text-align: right;
  width: 80%;
  max-width: 600px;
  margin-bottom: 24px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.elements {
  background-color: var(--pale);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements-para {
  color: #333;
  text-align: center;
  width: 80vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  line-height: 1.3;
}

.albarello-para {
  color: #333;
  text-align: right;
  border-top: 1px solid #333;
  width: 80%;
  max-width: 600px;
  margin-bottom: 8px;
  padding-top: 24px;
  padding-right: 32px;
  font-size: 22px;
  font-weight: 600;
}

.albarello-paraspan {
  margin-top: 4px;
  font-size: 39px;
  font-weight: 800;
  display: block;
}

.albarelloimages {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.albarelloimages-img {
  width: 34%;
}

.vesseltype-h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

.vesseltype-para {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.vesseltype {
  background-color: var(--pale);
  background-image: url('../images/Untitled-12.png'), url('../images/Untitled-2.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--pale) 64%, #d8c9a3);
  color: #fff;
  background-position: 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 320px, 304px, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 64px;
  display: flex;
}

.bold-text {
  color: #333;
}

.paragraph {
  color: #333;
  text-align: center;
  border-top: 1px solid #333;
  width: 840px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.vesseltype-wrap {
  width: 696px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.vesseltype-wrap.bottom {
  margin-bottom: 24px;
}

.temp {
  background-color: #333;
  background-image: linear-gradient(#333, #555);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.temp.hide {
  display: none;
}

.heading-3 {
  color: var(--pale);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1.1;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 34.4%;
  height: 560px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

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

.gallery-lightbox {
  overflow: hidden;
}

.gallery-lightboximg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-head {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-align: left;
  background-color: #b8ab89cc;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin: 0 auto;
  padding: 24px 40px;
  font-weight: 300;
  display: flex;
  position: sticky;
  inset: 0 auto auto;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.gallery {
  margin-top: -12px;
  position: relative;
}

.gallery-h2 {
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  transform: scale(2.4);
}

.gallery-link {
  transform-origin: 100%;
  color: #333;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 7px 25px 9px 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transform: scale(1.5);
}

.gallery-link:hover {
  color: #fff;
  background-color: #333;
}

.gallerytrigger {
  width: 0;
  height: 70svh;
  position: absolute;
}

.div-block-5 {
  opacity: 0;
  background-image: radial-gradient(circle farthest-side, #fff6, #fff0 23%);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.contact {
  background-image: url('../images/nick5.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100svh;
  position: relative;
}

.contact-links {
  justify-content: space-around;
  align-items: center;
  width: 42%;
  min-width: 500px;
  max-width: 800px;
  height: 44svh;
  padding-top: 10svh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-link {
  color: #333;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 336px;
  margin-bottom: 16px;
  margin-left: 24px;
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.contact-link:hover {
  background-color: var(--pale);
  color: #fff;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

.code-embed {
  width: 32px;
  margin-right: 8px;
  padding-top: 2px;
}

.code-embed.insta {
  padding-left: 2px;
  padding-right: 2px;
}

@media screen and (min-width: 1440px) {
  .glassceramic {
    height: 50vw;
  }

  .glassceramic-content {
    width: 1000px;
  }

  .albarello {
    height: 50vw;
  }

  .albarello-content {
    width: 920px;
    height: 50vw;
  }

  .elements-para {
    width: 1280px;
    font-size: 48px;
  }

  .albarelloimages {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .nickintro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .screensizewarning {
    display: flex;
  }

  .nickintro-textwrap {
    margin-right: -96px;
    padding-left: 24px;
  }

  .nickintro-h1 {
    font-size: 48px;
  }

  .nickintro-h2 {
    font-size: 32px;
  }

  .glassceramic {
    background-position: 0%;
  }

  .glassceramic-content {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .glassceramic-h3 {
    width: 480px;
    font-size: 40px;
  }

  .glassceramic-para {
    width: 720px;
    font-size: 18px;
  }

  .albarello {
    height: 800px;
    min-height: auto;
    max-height: none;
  }

  .albarello-content {
    width: 66%;
    min-width: 560px;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .albarello-ukpara {
    width: 55%;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.6;
  }

  .albarello-para {
    width: 60%;
    padding-top: 40px;
    font-size: 15px;
  }

  .albarello-paraspan {
    font-size: 32px;
  }

  .vesseltype-h2 {
    font-size: 28px;
  }

  .vesseltype {
    background-image: url('../images/Untitled-12.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--pale) 64%, #d8c9a3);
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 320px, auto;
  }

  .paragraph {
    width: 95%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .temp {
    padding-left: 24px;
  }

  .heading-3 {
    width: auto;
    font-size: 32px;
  }

  .image-2 {
    flex: none;
    width: 34%;
  }

  .div-block-4 {
    width: 66%;
    margin-right: 16px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 16px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-h2 {
    font-size: 40px;
  }

  .gallery-link {
    border-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .contact-links {
    background-color: #ffffff47;
    border-bottom-left-radius: 40px;
    width: 440px;
    min-width: auto;
    max-width: none;
    height: 32svh;
    padding-top: 5svh;
    padding-left: 16px;
  }

  .contact-link {
    width: 304px;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .code-embed {
    width: 28px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    width: 480px;
  }

  .nickintro {
    flex-flow: column;
  }

  .hero-scrolllottie, .div-block-2 {
    display: none;
  }

  .image {
    width: 480px;
    top: 39%;
  }

  .nickintro-textwrap {
    width: 95%;
    max-width: 680px;
    margin-right: 0;
    padding-left: 0;
  }

  .nickintro-imgwrap {
    order: -1;
  }

  .nickintro-img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nickintro-h1 {
    font-size: 40px;
  }

  .nickintro-h2 {
    font-size: 28px;
  }

  .glassceramic {
    background-position: 22%;
  }

  .glassceramic-content {
    background-position: 0 100%;
    background-size: cover;
    width: 100%;
    height: 480px;
  }

  .glassceramic-h3 {
    text-shadow: 0 1px 6px #ffffff8c;
    width: 100%;
    max-width: 296px;
    font-size: 28px;
  }

  .glassceramic-para {
    width: 100%;
    max-width: 592px;
    font-size: 16px;
  }

  .albarello {
    overflow: hidden;
  }

  .albarello-content {
    width: 140%;
    min-width: auto;
  }

  .albarello-ukpara {
    font-size: 16px;
  }

  .elements {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .elements-para {
    font-size: 28px;
  }

  .albarello-para {
    text-shadow: 0 1px 6px #ffffff8c;
    padding-top: 24px;
    font-size: 14px;
  }

  .albarello-paraspan {
    font-size: 28px;
  }

  .vesseltype-h2 {
    font-size: 24px;
  }

  .vesseltype-para {
    font-size: 16px;
  }

  .paragraph {
    max-width: 632px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .vesseltype-wrap {
    width: 95%;
    max-width: 480px;
  }

  .temp {
    flex-flow: column;
    padding-left: 0;
  }

  .image-2 {
    object-position: 50% 64%;
    order: -1;
    width: 100%;
    height: 440px;
  }

  .div-block-4 {
    width: 90%;
    max-width: 552px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-head {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .gallery-h2 {
    font-size: 24px;
  }

  .gallery-link {
    display: none;
  }

  .contact-links {
    background-color: #ffffff96;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 30svh;
    padding-top: 32px;
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    width: 80%;
    min-width: 296px;
    height: 64px;
  }

  .nav-logo {
    top: -4px;
  }

  .nav-logowrap {
    justify-content: center;
    align-items: center;
    width: 37%;
    height: auto;
  }

  .nav-link {
    width: 96px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
  }

  .text-block {
    bottom: 4px;
  }

  .image {
    width: 270px;
  }

  .nickintro-img {
    width: 100%;
    margin-left: -3%;
  }

  .nickintro-h1 {
    font-size: 32px;
  }

  .nickintro-h2 {
    font-size: 24px;
  }

  .nickintro-para {
    font-size: 16px;
  }

  .glassceramic-content {
    padding-left: 8px;
  }

  .glassceramic-para {
    font-size: 14px;
  }

  .elements {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .elements-para {
    width: 95vw;
    font-size: 4.7vw;
  }

  .vesseltype-h2 {
    font-size: 22px;
  }

  .vesseltype-para, .paragraph {
    font-size: 14px;
  }

  .vesseltype-wrap {
    margin-bottom: 24px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .image-2 {
    height: 360px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .contact {
    height: 520px;
  }

  .contact-links {
    height: 47%;
  }

  .contact-link {
    width: 85%;
    margin-bottom: 4px;
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 18px;
  }

  .heading-4 {
    font-size: 28px;
  }
}


