:root {
  --cornsilk: #fefae0;
  --cornsilk-oversaturated: #f9cc8d;
  --pakistan-green: #283618;
  --dark-moss-green: #606c38;
  --penn-blue: #041141;
  --penn-blue-light: #071f73;
  --russia-violet: #300543;
  --russia-violet-light: #4b0967;
  --earth-yellow: #dda15e;
  --tiger-eye: #bc6c25;
  --russet: #766459;
  --auburn: #9d3526;
  --amaranth-purple: #a72545;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
section,
header {
  width: 100dvw;
  max-width: 100dvw;
  font-family: "Jost", sans-serif;
}
.filter {
  visibility: hidden;
  display: none;
  height: 0px;
}
.svg-paint-filter {
  filter: url(#painterly);
}
.bg {
  height: 100%;
  width: 100%;
}
.painted-texture {
  /* height: 100%; */
  background-image: url("/texture-2_optimized.webp");
  background-size: cover;
  background-repeat: repeat-y;
  /* background-repeat: no-repeat;
  opacity: 0.1; */
}
.orange {
  color: var(--tiger-eye);
}
.hero {
  height: 90dvh;
  position: relative;
}
.navbar {
  color: var(--cornsilk);
}
.navbar-brand {
  color: var(--cornsilk);
}
.navbar-brand:hover {
  color: var(--cornsilk-oversaturated);
}
.navbar-brand .light {
  font-weight: 300;
  font-style: oblique;
}
.navbar a {
  font-size: 1.2rem;
}
.nav-link {
  color: var(--cornsilk);
}
.nav-link:hover {
  color: var(--cornsilk-oversaturated);
  border-bottom: 1px solid var(--cornsilk-oversaturated);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='cornsilk' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.slideout-menu {
  position: fixed;
  top: 5%;
  right: 5%;
  max-width: 50vw;
  width: 360px;
  min-height: 300px;
  max-height: 50vh;

  background: var(--cornsilk);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1050;
  overflow-y: auto;
}

.slideout-menu .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.25rem;
}

@media (max-width: 400px) {
  .slideout-menu {
    padding: 1.5rem;
  }

  .slideout-menu .navbar-nav {
    font-size: 1.1rem;
    gap: 1rem;
  }
}

.slideout-menu.show {
  transform: translateX(0);
}

body.offcanvas-open {
  overflow: hidden;
}
#menuClose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1060; /* slightly above the rest of the menu content */
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(184, 184, 184, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1040; /* below the menu (1050) but above page content */
}

.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}

header {
  background-color: var(--pakistan-green);
}
header .left {
  height: 100%;
  min-height: 50dvh;
  background-color: var(--pakistan-green);
}
header .right {
  background-image: url("tree_optimized.webp");
  background-size: cover;
  background-position: center;
  box-shadow: rgb(0, 0, 0, 0.35) 10px 6px 10px 0px inset,
    rgba(0, 0, 0, 0.35) -2px -6px 6px 6px inset;
}
.absolute {
  position: absolute;
}
.orange {
  color: var(--tiger-eye);
}
header h1 {
  margin-left: 5rem;
  text-align: left;
  font-size: 5.5rem;
  color: var(--cornsilk);
  top: 20%;
}
header h2,
header h3 {
  margin-left: 5rem;
  font-weight: 500;
  margin: 1rem 5rem;
  color: var(--cornsilk);
}
header h3 {
  font-weight: 300;
  font-size: 1.5rem;
}
.hero-stripe-1 {
  top: 55dvh;
  left: 1%;
  height: 25dvh;
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dark-moss-green);
}
.hero-stripe-1 .svg-paint-filter,
.hero-stripe-1 .painted-texture {
  height: 100%;
  width: 100%;
}
.hero-stripe-1.text {
  background-color: transparent;
  position: absolute;
}
.hero-stripe-1 .hero-stripe-2 {
  height: 2rem;
  width: 100%;
  top: 110%;
  background-color: var(--auburn);
}
/* .hero-stripe-2 {
  height: 5%;
  width: 64%;
  top: 92%;
  left: 1%;
  margin: auto;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--auburn);
} */
.about-client {
  /* margin: 0rem;
  padding: 0rem; */
  position: relative;
  width: 100dvw;
  max-width: 100dvw;
  /* height: 195dvh; */
  background-color: var(--cornsilk);
  color: var(--penn-blue);
}
/* .about-client .painted-texture {
  width: 100dvw;
  height: 100%;
} */
.about-client .text {
  /* top: 4%;
  left: 10%;
  position: absolute;*/
  width: 80%;
  max-width: 80%;
  /*font-size: 1.1rem; */
  margin: auto;
}
.about-client .row h1 {
  font-size: 2rem;
  color: var(--penn-blue-light);
}
.about-client .row p.bold {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--russia-violet-light);
}
.about-client .col-12 .flex-column .paint-strip {
  width: 100%;
  height: 1rem;
  margin: 2rem 0rem;
  background-color: var(--penn-blue);
}
.left-column .svg-paint-filter {
  width: 100%;
  height: 1rem;
  margin-bottom: 3rem;
  background-color: var(--penn-blue);
}
#char-1 {
  color: var(--amaranth-purple);
  font-size: 1.25rem;
}
#char-2 {
  color: var(--tiger-eye);
  font-size: 1.25rem;
}
#char-3 {
  color: var(--dark-moss-green);
  font-size: 1.25rem;
}
.bottom-row {
  color: var(--penn-blue);
  font-size: 1.15rem;
  width: 80%;
  margin: auto;
}
.bottom-row .paint-strip {
  width: 100%;
  height: 0.5rem;
  background-color: var(--dark-moss-green);
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.bottom-row .col-12 h1 {
  font-size: 1.3em;
  font-family: "Jost", cursive;
  font-weight: bold;
  margin-bottom: 2rem;
}
.about-client .col-12 .flex-column .paint-strip.top-bar {
  margin: 0.5rem;
}
#sandwich-1 .emphasis {
  color: var(--auburn);
  font-weight: 600;
}

#sandwich-1 .paint-strip {
  background-color: var(--auburn);
}
#sandwich-1 .rothko #strip-1 {
  background-color: var(--earth-yellow);
  height: 4.5rem;
  margin: 0rem;
}
#sandwich-1 .rothko #strip-2 {
  background-color: var(--pakistan-green);
  height: 0.5rem;
  margin: 4px;
}
#sandwich-1 .rothko #strip-3 {
  background-color: var(--auburn);
  height: 2.5rem;
  margin: 0rem;
}
#sandwich-1 .rothko #strip-4 {
  background-color: var(--tiger-eye);
  height: 6rem;
  margin: 5 px;
}
#sandwich-2 .paint-strip {
  background-color: var(--tiger-eye);
}
.sandwich-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#sandwich-2 .emphasis {
  color: var(--pakistan-green);
  font-weight: 600;
}
.contact {
  position: relative;
  width: 100dvw;
  max-width: 100dvw;
  background-color: var(--penn-blue);
  color: var(--cornsilk);
}
.contact .painted-texture {
  height: 100%;
}
.contact .text {
  width: 80%;
  margin: auto;
}
.contact .text h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.contact .text h2 {
  margin-top: 3rem;
}
.mobile {
  display: none;
}
.image-wrapper .mobile {
  display: none;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .nav-link {
    color: var(--dark-moss-green);
  }
  .navbar-brand {
    color: var(--cornsilk);
    font-size: 1.2rem;
    margin-right: 0rem;
  }
  .navbar-brand .light {
    font-weight: 300;
    font-style: oblique;
    font-size: 1rem;
  }
  .navbar-toggler {
    border: none;
  }
  header .left {
    position: relative;
  }
  /* header.mobile {
    background-image: url("/tree.jpg");
    background-size: cover;
    background-position: center;
    position: relative; 
    z-index: 0;
  } */

  header h1 {
    margin-left: 1.75rem;
    text-align: left;
    font-size: 2.5rem;
    top: 20%;
  }
  header h2,
  header h3 {
    margin: 0rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: var(--cornsilk);
    margin-bottom: 1rem;
  }
  header h2 {
    font-size: 1.3rem;
    font-weight: 400;
  }
  header h3 {
    font-size: 1.1rem;
    font-weight: 200;
  }
  .hero-stripe-1 {
    width: 90%;
    left: 5%;
  }
  .hero-stripe-1 {
    top: 40dvh;
    height: 30dvh;
  }

  .about-client {
    height: auto;
  }
  .about-client #background {
    display: none;
  }
  .about-client .text {
    position: relative;
    width: 100dvw;
    /* margin: 0rem; */
  }
  .bottom-row .paint-strip {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header h1 {
    font-size: 5rem;
  }
  .hero-stripe-1 h2 {
    font-size: 1.5rem;
  }
}
