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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-hero {
  z-index: 1;
  object-fit: fill;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100vh;
  max-height: 1000px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  mix-blend-mode: normal;
  background-color: #fff;
  border-bottom: .5px solid #ddd;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 6px -4px #0003;
}

.nav-navigator {
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 1%;
  display: flex;
  gap: 2.5rem
}

.nav-nameblock {
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.section-projects {
  z-index: 12;
  background-color: #f3f3f308;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 7% 75px;
  display: flex;
  position: relative;
}

.section-projects.project {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
}

.sh-block {
  z-index: 1;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-glance {
  background-color: #f3f3f30d;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 50px 7% 95px 6%;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 20px -10px #00000052, inset 0 2px 16px -2px #0000004d;
}

.section-about {
  background-color: #ffffff03;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 7%;
  display: flex;
}

.sfooter {
  background-color: #f7f7f7;
  border-top: .5px solid #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 35px 7% 25px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 -2px 8px -2px #0003, inset 0 2px 8px -2px #0003;
}

.shb-bottom {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 65%;
  padding-bottom: 0;
  display: flex;
}

.shb-bottom.right {
  align-items: flex-end;
  padding-bottom: 30px;
}

.shb-bottom.picwrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.heropic {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
  min-width: 75%;
  min-height: 350px;
  max-height: 500px;
  position: relative;
}

.heropic:hover {
  z-index: 99;
  position: relative;
}

.heropic.big {
  opacity: .38;
  outline-offset: 0px;
  outline: 3px #333;
  width: 625px;
  max-width: none;
  height: 700px;
  max-height: none;
  padding-right: 50px;
  transition-property: none;
  display: none;
  position: absolute;
  inset: -46% 0% 0% -62%;
}

.heropic.big:hover {
  z-index: -99;
  filter: grayscale();
}

.sh-background {
  z-index: -3;
  opacity: .15;
  filter: blur(1px);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 110%;
  max-width: 1750px;
  height: 575px;
  margin-top: auto;
  margin-bottom: 148px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.bigtext {
  color: #222;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suranna, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.bigtext.shbb-bigtext {
  color: #222;
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  min-width: 80%;
  max-width: 100%;
  height: auto;
  padding: 0%;
  font-size: 62px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.bigtext.sp-bigtext {
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.bigtext.sphc-bigtext {
  color: #fff;
  text-align: left;
  padding-bottom: 0;
  font-size: 80px;
}

.bigtext.footer {
  color: #000;
  height: auto;
  display: none;
}

.bigtext.navtext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.bigtext.midtext {
  font-size: 35px;
}

.nn-linkblock {
  z-index: 5;
  color: #000;
  text-align: left;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 1.5vw;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.nn-linkblock:hover {
  font-style: normal;
}

.nn-linkblock.footer.w--current {
  width: auto;
}

.nn-linkblock.footer.left {
  justify-content: center;
  margin-left: 0;
  margin-right: 50px;
}

.nn-linkblock.footer.left.w--current {
  margin-left: 0;
  margin-right: 50px;
}

.nn-linkblock.dropdown {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  text-decoration: none;
}

.nnltext {
  color: #000;
  text-align: center;
  letter-spacing: .05vw;
  border-bottom: 1px #000;
  border-radius: 0;
  margin-bottom: 0%;
  font-family: Lunchtype, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  transition: letter-spacing .425s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  top: 15%;
}

.nnltext:hover {
  border-bottom-style: none;
  font-style: normal;
}

.sn-shadow {
  width: 100%;
  height: 1%;
  margin-bottom: 0%;
  display: none;
}

.sn-holster {
  mix-blend-mode: normal;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 100%;
  display: flex;
  overflow: visible;
}

.body {
  object-fit: fill;
  background-color: #fcfcfc;
  max-width: 100vw;
  overflow: scroll;
}

.preload {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nnl-line {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 5px;
  height: 100%;
  display: flex;
  position: relative;
  inset: 15% 0% 0%;
}

.sp-heading {
  width: 100%;
  max-width: 1150px;
  height: auto;
  margin-bottom: 50px;
  margin-left: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sp-heading.spa-heading {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0%;
  margin-left: 9%;
  margin-right: 7%;
  padding-top: 25px;
  display: block;
}

.sph-title {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
}

.spht-undercard {
  color: #7c7c7c;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Lunchtype, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.spht-undercard.glanceslider {
  font-size: 12px;
}

.spht-undercard.resume {
  opacity: 0;
  margin-left: 25px;
  padding-top: 2px;
  font-size: 10px;
  line-height: 10px;
}

.spht-undercard.footer {
  color: #aaa;
  text-align: right;
  text-decoration: none;
}

.spht-undercard.hero {
  clear: right;
  opacity: 0;
  color: silver;
  margin-top: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.spht-undercard.hero.projects {
  text-align: right;
  position: static;
}

.spht-undercard.nameblock {
  text-align: right;
  white-space: pre;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
  padding-bottom: 3px;
  line-height: 1.5em;
  display: block;
}

.sp-holster {
  width: 100%;
  max-width: 1150px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.projectcard {
  opacity: 1;
  background-color: #252525;
  background-image: url('../images/master.webp');
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: transform .325s cubic-bezier(.455, .03, .515, .955), box-shadow .375s cubic-bezier(.455, .03, .515, .955), filter .5s;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 3px 14px -1px #969696b5;
}

.projectcard:hover {
  filter: none;
  transform: translate(10px);
  box-shadow: -10px 1px 19px -10px #000000a1;
}

.projectcard._2 {
  background-image: url('../images/JON_0232-min.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.projectcard._3 {
  background-image: url('../images/van-rww-stock.jpeg');
  background-position: 50%;
}

.projectcard._4 {
  background-image: url('../images/town-halls-3361840175.webp');
}

.projectcard._1 {
  filter: none;
  background-color: #252525;
  background-image: url('../images/master_1.webp');
  background-repeat: repeat;
}

.projectcard._1:hover {
  filter: none;
  box-shadow: -10px 1px 19px -10px #000000a1;
}

.projectcard._1.zion {
  background-image: url('../images/heart.jpg');
  background-position: 50% 60%;
}

.projectcard._1.jv {
  background-image: url('../images/1-3.jpg');
  background-position: 50% 20%;
}

.projectcard._1.bwg {
  background-image: url('../images/playing-games_1.webp');
  background-position: 50%;
}

.projectcard._1.grandeur {
  background-image: url('../images/Memphis-Tennessee_desktop.jpg');
  background-position: 50%;
}
.projectcard._1.rc {
  background-image: url('../images/reciplease-food.webp');
  background-position: 50%;
}

.sphc-details {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  padding: 30px 50px 10px;
  display: flex;
  position: relative;
  top: -100%;
}

.sphc-title {
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  padding: 20px 50px;
  display: flex;
  position: relative;
  top: -100%;
}

.sphc-overlay {
  opacity: .8;
  background-color: #1b1b1b;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.sphc-detailtext {
  color: #fff;
  letter-spacing: .05px;
  margin-bottom: 10px;
  font-family: Lunchtype, sans-serif;
  font-weight: 300;
}

.sphcdr-image {
  opacity: .24;
}

.sphcdr-image.zion {
  filter: grayscale();
}
.sphcdr-image.rc {
  filter: grayscale();
}

.sphcdr-image.jv {
  opacity: 0;
}

.sphc-link {
  filter: none;
  width: 100%;
  height: 225px;
  margin-bottom: 4%;
  text-decoration: none;
}

.sphc-link.last {
  margin-top: 0;
  margin-bottom: 0%;
}

.card {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #fff0;
  border: 1px solid #ddd;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  box-shadow: 0 5px 15px -5px #9696968c;
}

.sgw-arrows {
  z-index: 99;
  opacity: .75;
  justify-content: space-around;
  width: 10vw;
  height: 5vh;
  display: none;
  position: absolute;
  left: 80vw;
}

.sgwa-left {
  opacity: .25;
  width: 30%;
  margin-right: 20%;
  display: flex;
}

.sgwa-right {
  justify-content: flex-end;
  width: 30%;
  margin-left: 20%;
  display: flex;
}

.image-2 {
  width: auto;
}

.slider {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #ddd0;
  width: 100%;
  max-width: 1150px;
  height: 550px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.slide {
  width: 100%;
  max-width: 1240px;
  margin-right: 25px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.rarrow {
  opacity: .5;
  cursor: pointer;
  justify-content: flex-end;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  top: -2.25%;
  right: -6%;
}

.rarrow.food {
  top: -14px;
}

.mask {
  overflow: visible;
}

.larrow {
  opacity: .5;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  top: 4.25%;
  left: -5%;
}

.larrow.food {
  position: relative;
  top: 4.8%;
  left: -10%;
}

.slide-nav {
  display: none;
}

.sgwc-left {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  min-height: auto;
  overflow: hidden;
}

.sgwcright {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 25px 35px;
  display: flex;
}

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

.sgwc-mid {
  background-color: #e6e6e6;
  border-radius: 20px;
  width: 2px;
  height: 80%;
  margin-left: 50px;
  margin-right: 50px;
  display: none;
}

.title-glance {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suranna, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.sgwcr-subhead {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sgwcr-title {
  margin-bottom: 5px;
}

.subhead-glance {
  letter-spacing: 0;
  border-bottom: .5px #ddd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lunchtype, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.thinbutton {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px 2px;
  transition: filter .2s, background-color .2s;
  display: flex;
}

.thinbutton:hover {
  filter: none;
  background-color: #e3e3e3;
}

.thinbutton.resume {
  background-color: #0000;
  border-color: #000;
  padding-top: 5px;
}

.thinbutton.resume:hover {
  background-color: #fff;
}

.thinbutton.projects {
  border-width: .5px;
  border-color: #696969;
}

.sgwcrb-buttonglobal {
  width: auto;
  height: auto;
  text-decoration: none;
  transition: all .3s;
}

.sgwcr-buttons {
  border-top: .5px solid #ddd;
  border-bottom: .5px solid #ddd;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.buttontext {
  color: #000;
  text-align: center;
  padding-top: 0;
  font-family: Lunchtype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
}

.buttontext.resume {
  color: #161616;
  font-size: 16px;
  top: 0;
}

.buttontext.cta {
  font-size: 20px;
}

.basictext {
  letter-spacing: .05px;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lunchtype, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.65rem;
}

.basictext.projects {
  width: auto;
  padding-top: 10px;
}

.sh-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.sgwcr-description {
  border-bottom: .5px #ddd;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sgwcrr-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: Lunchtype, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.sgwcr-results {
  border-top: .5px solid #ddd;
  padding-top: 10px;
}

.atn {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.dod {
  object-fit: scale-down;
  height: 100%;
}

.sa-contentwrap {
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  max-height: 850px;
  display: flex;
}

.sac-images {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.abouttext-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 50%;
  margin-right: 25px;
  padding: 25px 20px 25px 25px;
  display: flex;
  box-shadow: 0 0 15px #9696964d;
}

.saci-top {
  border: 1px solid #ddd;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50%;
  max-height: 50%;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px #9696964d;
}

.foodslider-wrapper {
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 50%;
  max-height: 50%;
  box-shadow: 0 0 15px #9696964d;
}

.image-3 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.foodslider {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sgwcr-scope {
  border-bottom: .5px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.sgwcrr-header {
  border-bottom: .5px #ddd;
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.aboutsuperheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Lunchtype, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.sactw-header {
  border-bottom: .5px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 0;
}

.aboutheading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lunchtype, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.sactw-subheader {
  margin-top: 25px;
}

.sactwrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sactw-buttonwrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
}

.sf-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1150px;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.sf-wrapper.end {
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sfwl-text {
  display: flex;
}

.sfwl-icons {
  margin-bottom: 0;
  display: flex;
}

.sfwi-link {
  background-color: #0000;
  border: .5px solid #ddd;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 50px;
  padding: 5px;
  display: none;
}

.footerlink {
  opacity: .55;
  filter: contrast(67%);
  background-color: #0000;
  position: relative;
}

.sfw-left {
  flex-direction: column;
  display: flex;
}

.sfw-right {
  align-items: center;
  display: flex;
}

.image-4, .image-5 {
  opacity: 0;
  position: relative;
  top: -39px;
}

.sacif-slide {
  object-fit: fill;
  overflow: hidden;
}

.foodsliderpic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  border-radius: 20px;
}

.sp-homecontainer {
  flex-direction: column;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.projectblock {
  border-bottom: .5px solid #ddd;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 35px;
  display: flex;
}

.sptophero {
  display: flex;
}

.overview {
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 25px;
  display: flex;
}

.sptopheroleft {
  width: 50%;
  padding-right: 25px;
}

.pnb-textwrapper {
  margin-bottom: 50px;
}

.pnbw-buttonblock {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.projectsimagehero {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 25px;
}

.myroletitle {
  margin-top: 15px;
  margin-bottom: 25px;
}

.myroleiconholster {
  display: flex;
}

.roleicon {
  border: 1px solid #ddd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 12px 10px;
  transition: box-shadow .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.roleicon:hover {
  box-shadow: 0 5px 13px 1px #81818133;
}

.ri-glyph {
  width: 36px;
}

.ri-glyph._2 {
  width: 48px;
}

.ri-glyph._3 {
  width: 40px;
}

.ri-glyph._5 {
  width: 42px;
}

.ri-text {
  margin-top: 10px;
}

.ritext {
  text-align: center;
  font-family: Lunchtype, sans-serif;
  font-weight: 300;
}

.sp-main {
  background-color: #f3f3f305;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 70px 7% 0;
  display: flex;
}

.spm-contentwrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1150px;
  min-height: auto;
  /* max-height: 500px; */
  margin-bottom: 70px;
  display: flex;
  position: static;
  top: 17%;
}

.spm-contentwrapper.extramargin {
  margin-top: 70px;
  margin-bottom: 140px;
}

.spmw-text {
  border-right: .5px #ddd;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  display: flex;
  position: static;
  top: 140px;
  overflow: visible;
}

.spmwt {
  opacity: 1;
  border-bottom: .5px #ddd;
  border-right: .5px solid #ddd;
  margin-top: 0%;
  padding-bottom: 0%;
  padding-right: 25px;
}

.spmwt._3 {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 0%;
}

.spmwt._2 {
  opacity: 1;
  border-top: .5px #ddd;
  margin-bottom: 0;
  padding-bottom: 0%;
}

.spmwt.final {
  opacity: 1;
  text-align: center;
  border-bottom-style: solid;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-top: auto;
  margin-bottom: 95px;
  margin-right: 0;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.spmw-images {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: flex;
  overflow: visible;
}

.showcaseimage {
  float: right;
  clear: right;
  border-radius: 10px;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto;
  box-shadow: 0 2px 9px 2px #79797933;
}

.showcaseimage._1 {
  width: 200px;
  min-width: 150px;
  max-width: 200px;
  height: 265px;
  position: relative;
  top: 14px;
}

.showcaseimage._1.kex {
  width: 375px;
  max-width: none;
  height: 150px;
  top: 0;
  left: 0;
}

.showcaseimage._1.rww {
  width: 280px;
  min-width: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
}

.showcaseimage._1.bbcc {
  width: 300px;
  min-width: 0;
  max-width: none;
  height: 450px;
  top: 0;
}

.showcaseimage._1.zion {
  width: 375px;
  max-width: 100%;
  height: 250px;
}
.showcaseimage._1.zion.rc {
  width: 425px;
  max-width: 100%;
  height: 200px;
}
.showcaseimage._1.zion.rc2 {
  height: 250px;
}

.showcaseimage._3 {
  width: 325px;
  max-width: 275px;
  height: 110px;
  position: relative;
  left: 1px;
}

.showcaseimage._3.kex {
  display: none;
  top: -9px;
  left: -182px;
}

.showcaseimage._2 {
  width: 225px;
  height: 250px;
  position: relative;
}

.showcaseimage._2.kex {
  width: 375px;
  height: 235px;
}

.showcaseimage._2.rww {
  width: 360px;
  margin-top: 14px;
  margin-bottom: 0;
}

.showcaseimage._2.zion {
  width: 375px;
}

.showcaseimage._4 {
  z-index: 0;
  width: 350px;
  height: 215px;
  position: relative;
  top: -50px;
  left: -109px;
}

.showcaseimage._4.kex {
  left: 0;
}

.showcaseimage._4.bbcc {
  margin-top: 15px;
  margin-bottom: 0;
  top: 0;
  left: 0;
}

.showcaseimage._4._3d {
  left: 30px;
}

.showcaseimage._4.zion {
  left: 27px;
}

.showcaseimage._4.zion.jv {
  width: 275px;
}

.showcaseimage._4.zion.jv.bwg {
  width: 300px;
  height: 250px;
  top: 0px;
}
.showcaseimage._4.zion.jv.bwg.rc{
  top:0
}

.showcaseimage._5 {
  z-index: 1;
  width: 235px;
  height: 300px;
  position: relative;
  top: 50px;
  right: 0;
}

.showcaseimage._5.kex {
  z-index: 0;
  height: 275px;
  top: 40px;
}

.showcaseimage._5.rww {
  filter: grayscale();
  width: 350px;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
}

.showcaseimage._5.bbcc {
  width: 250px;
  height: 250px;
  margin-top: 0;
  margin-bottom: -50px;
  top: 0;
}
.showcaseimage._5.grandeur {
  width: 250px;
  height: 200px;
  margin-top: 0;
  margin-bottom: -50px;
  top: 0;
}

.showcaseimage._5.jv {
  width: 300px;
}

.showcaseimage._5.bwg {
  width: 260px;
  height: 325px;
  top: 0px;
}
.showcaseimage._5.bwg.rc {
  width: 340px;
  height: 300px;
  top: 0px;
}

.showcaseimage._8 {
  width: 425px;
  height: 250px;
  position: relative;
  top: 0;
}

.showcaseimage._8.rww {
  border-radius: 35px;
  width: 200px;
  height: 400px;
}

.showcaseimage._8.bbcc {
  object-fit: fill;
  width: 275px;
}

.showcaseimage._8.jv {
  width: 300px;
  height: 300px;
}

.showcaseimage._8.jv.bwg {
  width: 350px;
}
.showcaseimage._8.jv.bwg.rc {
  width: 375px;
  height: 250px
}

.showcaseimage._9 {
  width: 425px;
  height: 250px;
  position: relative;
  bottom: 0;
}

.showcaseimage._9.kex {
  width: 100%;
  max-width: 425px;
  height: 275px;
}

.showcaseimage._9.rww {
  border-radius: 35px;
  width: 200px;
  height: 400px;
}

.showcaseimage._9.bbcc {
  width: 275px;
}

.showcaseimage._9.zion {
  width: 225px;
}
.showcaseimage._9.zion.grandeur {
  width: 225px;
  height: 300px
}

.showcaseimage._9.zion.jv {
  width: 320px;
}
.showcaseimage._9.zion.jv.rc {
  width: 240px;
}

.showcase1 {
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.showcase1._2ndwave {
  opacity: 1;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.showcase1._2ndwave.kex {
  flex-direction: column-reverse;
  justify-content: center;
}
.showcase1._2ndwave.kex.grandeur {
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: 50px;
}

.showcase1._3rdwave {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.showcase1._3rdwave.rww {
  flex-direction: row;
  justify-content: space-around;
}

.showcase1.kex, .showcase1.rww {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sp-end {
  background-color: #ffffff08;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 70px 0%;
  display: flex;
  overflow: hidden;
}

.spe-holster {
  justify-content: center;
  width: 1500px;
  max-height: 350px;
  display: flex;
}

.speh-laptop {
  width: 600px;
  max-width: 100%;
}

.speh-mobile {
  width: 180px;
  max-width: 50%;
  height: auto;
  margin-left: 50px;
  margin-right: 50px;
}

.s4mholster {
  align-items: flex-end;
  display: none;
}

.myrolelastrow {
  justify-content: flex-start;
  display: flex;
}

.navspace {
  width: 400px;
  height: 175px;
}

.footer-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 2.5rem
}

.mobilemenuopen, .mobilemenu {
  display: none;
}

.masterroleicon {
  flex-direction: column;
  align-items: center;
  padding-right: 15px;
  display: flex;
  text-align: center;
}

.image-9 {
  position: static;
  left: 7px;
}

.projectimagesleft._2ndwave {
  width: 100%;
}

.projectimagesleft.rww {
  justify-content: center;
  width: 100%;
  display: flex;
}

.projectimagesright {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.projectimagesright._2ndwave {
  align-items: flex-start;
  width: 100%;
}

.projectimagesright._3rdwave.rww {
  width: auto;
}

.projectimagesright.rww {
  width: 100%;
}

.projectsdropdown {
  z-index: auto;
  background-color: #fff;
  flex-direction: column;
  grid-template-columns: 140px 140px;
  align-items: center;
  /* width: 140px; */
  height: auto;
  padding: 21px 5px 5px;
  display: none;
  position: absolute;
  inset: 26px auto auto;
  box-shadow: 0 13px 13px -14px #0003;
}

.nnl-line-copy {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 5px;
  height: 100%;
  display: flex;
  position: relative;
  inset: 40% 0% 0%;
}

.overflowprojectname {
  font-family: Suranna, sans-serif;
  font-size: 35px;
  line-height: 1em;
}

.s4mholder {
  height: 20px;
  margin-top: 25px;
}

.glancetext-wrapper {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-items: center;
  height: 100%;
  display: flex;
}

.coding-img {
  max-width: 150%;
  position: relative;
  left: -10px;
}

@media screen and (max-width: 991px) {
  .section-hero {
    max-height: 650px;
  }

  .section-projects {
    padding-top: 75px;
  }

  .section-projects.project {
    padding-bottom: 70px;
  }

  .section-glance {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section-about {
    padding-top: 95px;
  }

  .sfooter {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .shb-bottom.right {
    padding-bottom: 0;
  }

  .heropic {
    min-width: auto;
    max-width: 350px;
  }

  .sh-background {
    width: 1000px;
    max-width: 1000px;
    height: 400px;
    margin-bottom: 125px;
  }

  .bigtext {
    font-size: 36px;
  }

  .bigtext.shbb-bigtext {
    font-size: 40px;
  }

  .bigtext.sp-bigtext {
    margin-bottom: 5px;
    font-size: 36px;
  }

  .bigtext.sphc-bigtext {
    font-size: 66px;
  }

  .bigtext.navtext {
    font-size: 30px;
  }

  .bigtext.midtext {
    font-size: 26px;
    line-height: 1em;
  }

  .nn-linkblock.footer {
    margin-left: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nnltext {
    font-size: 14px;
  }

  .sp-heading {
    margin-bottom: 25px;
  }

  .sp-heading.spa-heading {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sph-title {
    width: 100%;
  }

  .spht-undercard {
    font-size: 12px;
    text-decoration: none;
  }

  .spht-undercard.glanceslider {
    font-size: 10px;
  }

  .spht-undercard.resume {
    display: none;
  }

  .spht-undercard.footer {
    color: #b6b6b6;
    font-size: 12px;
    text-decoration: none;
  }

  .spht-undercard.hero {
    margin-bottom: 25px;
  }

  .spht-undercard.nameblock {
    font-size: 14px;
  }

  .sphc-detailtext {
    font-size: 12px;
  }

  .card {
    height: 575px;
  }

  .slider {
    height: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .rarrow {
    top: -5.5%;
  }

  .rarrow.food {
    top: -16px;
  }

  .larrow {
    top: 0%;
  }

  .sgwcright {
    height: auto;
    padding: 25px;
  }

  .title-glance {
    font-size: 26px;
  }

  .subhead-glance, .buttontext {
    font-size: 12px;
  }

  .buttontext.resume {
    font-size: 14px;
  }

  .basictext {
    margin-top: 0;
    font-size: 14px;
  }

  .sa-contentwrap {
    min-height: auto;
    max-height: 775px;
  }

  .abouttext-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 25px;
    display: flex;
  }

  .image-3 {
    object-fit: cover;
  }

  .sgwcrr-header {
    justify-content: space-between;
  }

  .aboutsuperheading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .sactw-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .aboutheading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .sactw-subheader {
    margin-top: 15px;
  }

  .sactwrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .sactw-buttonwrap {
    margin-top: 25px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sf-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .sfwi-link {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }

  .image-4, .image-5 {
    top: -29px;
  }

  .projectblock {
    padding-bottom: 15px;
  }

  .sptophero {
    align-items: flex-start;
  }

  .myrole {
    margin-top: 50px;
  }

  .myrole.extended {
    flex-flow: column;
    display: flex;
  }

  .overview {
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    display: flex;
  }

  .sptopheroleft {
    padding-right: 0;
  }

  .pnb-textwrapper {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .pnbw-buttonblock {
    margin-top: 0;
  }

  .projectsimagehero {
    align-items: flex-start;
    display: flex;
  }

  .myroleiconholster {
    flex-flow: wrap;
  }

  .roleicon {
    width: 70px;
    height: 70px;
  }

  .ri-glyph {
    width: 30px;
  }

  .ri-glyph._2 {
    width: 46px;
  }

  .ri-glyph._5 {
    width: 40px;
  }

  .ritext {
    font-size: 14px;
  }

  .sp-main {
    padding-top: 70px;
  }

  .spm-contentwrapper {
    max-height: none;
    top: 17%;
  }

  .spm-contentwrapper.extramargin.bbcc {
    margin-bottom: 115px;
  }

  .spmwt {
    padding-right: 50px;
  }

  .showcaseimage._1 {
    width: 150px;
    min-width: auto;
    max-width: none;
    height: 200px;
    top: -33px;
    left: 20px;
  }

  .showcaseimage._1.kex {
    max-width: 100%;
  }

  .showcaseimage._1.rww {
    width: 230px;
  }

  .showcaseimage._1.bbcc {
    top: 0;
    left: 0;
  }

  .showcaseimage._1.zion {
    left: 0;
  }

  .showcaseimage._3 {
    width: 225px;
    height: 90px;
    top: 25px;
    left: 0;
  }

  .showcaseimage._2 {
    width: 160px;
    height: 180px;
    top: 0;
    left: 0;
  }

  .showcaseimage._2.rww {
    width: 300px;
  }

  .showcaseimage._2.zion {
    width: 375px;
    height: 200px;
  }

  .showcaseimage._4 {
    width: 300px;
    height: 180px;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    left: -40px;
  }

  .showcaseimage._4.kex {
    width: 350px;
    left: 0;
  }

  .showcaseimage._4.zion {
    width: 375px;
    height: 225px;
    left: 0;
  }
  .showcaseimage._4.zion.jv.bwg.rc{
    top: 0
  }

  .showcaseimage._5 {
    width: 200px;
    margin-top: 0;
    top: 45px;
    right: 0;
  }

  .showcaseimage._5.kex {
    margin-bottom: 0;
    top: 0;
  }

  .showcaseimage._5.rww {
    width: 300px;
    height: 200px;
  }

  .showcaseimage._5.bbcc {
    z-index: 0;
  }

  .showcaseimage._5.zion {
    width: 375px;
    height: 150px;
    margin-bottom: 100px;
  }

  .showcaseimage._5.zion.grandeur {
    width: 225px;
    height: 150px;
    margin-bottom: 0px;
  }

  .showcaseimage._8 {
    width: 360px;
    height: 225px;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .showcaseimage._8.rww {
    border-radius: 30px;
    width: 175px;
    max-width: none;
    height: 375px;
  }

  .showcaseimage._9 {
    width: 360px;
    height: 225px;
    margin-top: 40px;
    margin-bottom: 0;
    bottom: 0;
  }

  .showcaseimage._9.rww {
    border-radius: 30px;
    width: 175px;
    height: 375px;
    margin-top: 0;
  }

  .showcase1 {
    justify-content: flex-end;
    align-items: center;
  }

  .showcase1._2ndwave {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .showcase1._2ndwave.kex {
    flex-direction: column-reverse;
  }

  .showcase1._2ndwave.rww {
    justify-content: flex-start;
  }

  .showcase1._3rdwave {
    justify-content: space-between;
    align-items: center;
  }

  .sp-end {
    padding-top: 70px;
  }

  .spe-holster {
    width: 900px;
    max-height: 275px;
  }

  .speh-laptop {
    width: 425px;
    max-width: 425px;
  }

  .speh-mobile {
    width: 130px;
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }

  .navspace {
    height: 122.5px;
  }

  .mobilemenuopen {
    display: none;
  }

  .image-9 {
    left: 0;
  }

  .projectimagesleft._2ndwave {
    margin-bottom: -30px;
  }

  .projectimagesright {
    align-items: flex-end;
  }

  .projectimagesright._2ndwave {
    align-items: flex-start;
    width: 100%;
  }

  .projectimagesright._3rdwave.rww {
    width: auto;
  }

  .overflowprojectname {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: 800px;
    padding-top: 150px;
  }

  .nav {
    background-color: #fff;
    overflow: hidden;
  }

  .nav-navigator {
    display: none;
  }

  .section-projects {
    background-color: #f3f3f303;
    padding-top: 75px;
  }

  .section-projects.project {
    z-index: 0;
    background-color: #fff0;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .sh-block {
    width: 100%;
  }

  .section-glance {
    background-color: #f3f3f308;
    padding-bottom: 25px;
  }

  .section-about {
    padding-top: 75px;
  }

  .sfooter {
    padding-top: 50px;
  }

  .shb-bottom.right {
    margin-bottom: 85px;
  }

  .shb-bottom.picwrapper {
    align-items: center;
  }

  .heropic {
    z-index: 0;
    max-width: 350px;
    min-height: auto;
    max-height: 350px;
  }

  .sh-background {
    width: 800px;
    height: 350px;
    margin-bottom: 95px;
  }

  .bigtext.shbb-bigtext {
    justify-content: center;
  }

  .bigtext.sp-bigtext {
    margin-bottom: 5px;
  }

  .bigtext.sphc-bigtext {
    font-size: 8vw;
  }

  .bigtext.navtext {
    width: 100%;
    font-size: 30px;
  }

  .nn-linkblock.footer {
    z-index: 0;
    margin: 15px;
  }

  .nn-linkblock.footer.left {
    margin-top: 15px;
    margin-right: 0;
  }

  .nn-linkblock.footer.left.mmo {
    align-items: flex-end;
    margin-right: 0;
    padding-right: 0;
  }

  .nnltext.mmo {
    font-size: 22px;
  }

  .body {
    background-color: #fff;
  }

  .sp-heading {
    margin-bottom: 0;
    padding-top: 0;
  }

  .sp-heading.spa-heading {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .sph-title {
    flex-wrap: nowrap;
    width: 100%;
  }

  .spht-undercard {
    font-size: 12px;
    text-decoration: none;
  }

  .spht-undercard.footer {
    color: #7c7c7c;
    font-size: 12px;
  }

  .spht-undercard.hero {
    display: none;
  }

  .spht-undercard.nameblock {
    font-size: 14px;
  }

  .projectcard._1 {
    box-shadow: 0 15px 20px -8px #14141466;
  }

  .sphc-details {
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .sphc-title {
    padding-left: 35px;
  }

  .sphcd-right {
    margin-left: 50px;
  }

  .sphc-link {
    margin-bottom: 25px;
  }

  .card {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 2px 11px -2px #0003;
  }

  .slider {
    height: auto;
  }

  .rarrow {
    top: 0%;
    bottom: 10px;
    right: -8%;
  }

  .rarrow.food {
    top: -4%;
    bottom: 0;
    right: -10%;
  }

  .larrow {
    top: 0%;
    bottom: -25px;
  }

  .sgwc-left {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    height: 200px;
    max-height: 200px;
    display: flex;
  }

  .sgwcright {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    padding: 25px;
  }

  .tdd {
    z-index: 99;
  }

  .subhead-glance {
    font-size: 14px;
  }

  .subhead-glance.underline {
    text-decoration: underline;
  }

  .thinbutton {
    border-width: .75px;
  }

  .thinbutton.projects {
    border-width: 1px;
    border-color: #696969;
  }

  .buttontext {
    font-size: 14px;
  }

  .buttontext.resume {
    position: static;
  }

  .basictext {
    font-size: 16px;
  }

  .basictext.projects {
    padding-top: 15px;
  }

  .sh-container {
    flex-direction: column-reverse;
  }

  .sgwcr-description {
    border-bottom-style: solid;
    display: none;
  }

  .sgwcr-results {
    border-top-style: solid;
  }

  .sa-contentwrap {
    flex-direction: column;
    max-height: none;
  }

  .sac-images {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .abouttext-wrapper {
    background-color: #38383800;
    width: 100%;
    max-width: none;
  }

  .saci-top {
    height: 400px;
    max-height: 400px;
    margin-bottom: 50px;
  }

  .foodslider-wrapper {
    height: auto;
    max-height: none;
  }

  .image-3 {
    width: 100%;
  }

  .foodslider {
    height: 400px;
  }

  .sgwcr-scope {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .sgwcrr-header {
    justify-content: space-between;
  }

  .sactwrapper {
    margin-bottom: 15px;
  }

  .sactw-buttonwrap {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .sf-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sf-wrapper.end {
    justify-content: center;
    margin-top: 25px;
  }

  .sfwl-text {
    flex-direction: column;
  }

  .sfwl-text.mmo {
    flex-direction: column;
    align-items: flex-end;
  }

  .sfwl-icons {
    justify-content: center;
  }

  .sfwl-icons.mmo {
    justify-content: flex-end;
    margin: 0%;
    padding: 0%;
    position: static;
    inset: auto 0% 0%;
  }

  .sfwi-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sfw-left {
    margin-top: 0;
  }

  .sfw-right {
    margin-top: 15px;
  }

  .image-4 {
    top: -29px;
  }

  .image-5 {
    position: relative;
    top: -28px;
  }

  .projectblock {
    border-bottom-width: 1px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .sptophero {
    flex-direction: column-reverse;
    align-items: center;
  }

  .overview {
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 25px;
    display: flex;
  }

  .sptopheroleft {
    width: 100%;
    margin-bottom: 35px;
  }

  .pnbw-buttonblock {
    margin-top: 0;
  }

  .projectsimagehero {
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .myroleiconholster {
    justify-content: flex-start;
    width: 100%;
  }

  .roleicon {
    margin-right: 0;
  }

  .ritext {
    font-weight: 300;
  }

  .image-7 {
    margin-top: 10px;
  }

  .sp-main {
    background-color: #fff0;
    padding-top: 0;
    overflow: hidden;
  }

  .spm-contentwrapper {
    flex-direction: column;
    align-items: center;
    max-width: none;
    max-height: none;
    margin-bottom: 35px;
  }

  .spm-contentwrapper._1stwave {
    margin-bottom: 70px;
  }

  .spm-contentwrapper._1stwave.rww {
    margin-bottom: 35px;
  }

  .spm-contentwrapper.extramargin {
    margin-top: 35px;
    margin-bottom: 140px;
  }

  .spm-contentwrapper.extramargin._3d {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .spmw-text {
    align-items: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px;
  }

  .spmwt {
    border-right-style: none;
    margin-top: auto;
    padding-right: 0;
  }

  .spmwt.final {
    width: auto;
    margin-top: 0;
    margin-bottom: 70px;
  }

  .spmw-images {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .showcaseimage._1 {
    width: 175px;
    height: 225px;
    margin-top: 0;
    margin-bottom: 0;
    top: 23px;
    left: 0;
  }

  .showcaseimage._1.kex {
    width: 100%;
    height: auto;
  }

  .showcaseimage._3 {
    width: 250px;
    height: 100px;
    top: 47px;
    left: 0;
  }

  .showcaseimage._2 {
    width: 175px;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    left: 0;
  }

  .showcaseimage._2.kex {
    width: 100%;
    height: auto;
  }

  .showcaseimage._2.rww {
    margin-top: 25px;
  }
  .showcaseimage._2.zion.grandeur {
    margin-top: 20px;
  }

  .showcaseimage._4 {
    z-index: 0;
    padding-left: 0;
    left: 0;
  }

  .showcaseimage._4.kex {
    width: 100%;
    height: auto;
  }

  .showcaseimage._4.zion {
    height: 250px;
  }

  .showcaseimage._5 {
    z-index: 0;
    margin-bottom: 0;
    top: 0;
  }

  .showcaseimage._5.kex {
    z-index: 0;
    width: 300px;
    height: 450px;
  }

  .showcaseimage._8 {
    width: 390px;
    height: 225px;
  }

  .showcaseimage._8.kex {
    width: 100%;
    height: auto;
  }

  .showcaseimage._9 {
    width: 380px;
    height: 225px;
  }

  .showcaseimage._9.kex {
    width: 100%;
    height: auto;
  }

  .showcaseimage._9.zion {
    width: 275px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .showcase1 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .showcase1._2ndwave {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .showcase1._2ndwave.kex {
    flex-direction: column-reverse;
  }

  .sp-end {
    background-color: #fff0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .spe-holster {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: none;
  }

  .speh-laptop {
    width: 100%;
    max-width: none;
  }

  .speh-mobile {
    width: 35vw;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .s4mholster {
    display: none;
  }

  .footer-nav {
    flex-flow: column wrap;
    align-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .mobilemenuopen {
    z-index: 100;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100vw;
    height: 100dvh;
    padding: 0 7%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .navline {
    background-color: #000;
    width: 30px;
    height: 1.5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .mobilemenu {
    flex-direction: column;
    width: 30px;
    height: 20px;
    display: flex;
    overflow: hidden;
  }

  .body-2 {
    overflow: visible;
  }

  .projectimagesleft {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .projectimagesleft._2ndwave {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: -60px;
  }

  .projectimagesleft._2ndwave.rww {
    justify-content: center;
  }

  .projectimagesleft._3rdwave {
    justify-content: flex-end;
    width: auto;
  }

  .projectimagesleft.kex {
    width: 100%;
    margin-bottom: 25px;
  }

  .projectimagesright {
    flex-direction: column;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .projectimagesright._2ndwave {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .projectimagesright._3rdwave {
    align-items: flex-start;
    width: 100%;
  }

  .projectimagesright._3rdwave.bbcc {
    align-items: center;
  }

  .projectimagesright.kex {
    width: 100%;
  }

  .mn-top {
    z-index: 3;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 0%;
    margin-right: 0%;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .mm-list {
    width: 100%;
    margin-top: 0;
    padding: 0%;
    position: relative;
    left: auto;
    right: 0%;
    transform: none;
  }

  .mm-list.footer {
    margin-top: 35px;
    padding: 0%;
    position: static;
    inset: auto 0% 0%;
    transform: none;
  }

  .mmolistitem {
    color: #333;
    text-align: right;
    border-bottom: .5px solid #ddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Lunchtype, sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }

  .mmolistitem.w--current {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .mmolistitem.dropdown {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .mmolistitem.dropdown.w--current {
    direction: ltr;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .mmolistitem.ddholster {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 30px;
    display: flex;
  }

  .mmolistitem.submmo {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .mmolistitem.submmo.w--current {
    font-size: 18px;
  }

  .mmoclose {
    background-color: #000;
    width: 100%;
    height: 1px;
    transform: rotate(45deg);
  }

  .mmoclose.num2 {
    background-color: var(--black);
    transform: rotate(-45deg);
  }

  .mmotext{
    line-height: 45px;
  }

  .dropdown {
    overflow: visible;
  }

  .mobilex {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .mmodropdown {
    width: 75%;
    height: 35vh;
    max-height: 35vh;
    display: block;
    overflow: scroll;
  }

  .div-block {
    position: absolute;
  }

  .glancetext-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    box-shadow: 0 2px 7px 2px #0003;
  }

  .nav {
    z-index: 1;
  }

  .section-projects {
    z-index: 0;
    padding-bottom: 50px;
  }

  .section-projects.project {
    z-index: 0;
    padding-bottom: 0;
    position: static;
  }

  .section-glance {
    padding-top: 25px;
  }

  .sfooter {
    padding-top: 35px;
  }

  .shb-bottom.right {
    margin-bottom: 140px;
  }

  .heropic {
    max-height: 300px;
  }

  .sh-background {
    width: 500px;
    height: 250px;
    margin-top: 139px;
    margin-bottom: 0;
  }

  .bigtext {
    font-size: 30px;
  }

  .bigtext.shbb-bigtext {
    font-size: 38px;
  }

  .bigtext.sp-bigtext {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .bigtext.sphc-bigtext {
    font-size: 10vw;
    line-height: 1em;
  }

  .bigtext.navtext {
    font-size: 26px;
  }

  .bigtext.midtext {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .nn-linkblock.footer {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .nn-linkblock.footer.left {
    margin-right: 0;
  }

  .nnltext {
    font-size: 16px;
  }

  .sp-heading {
    margin-bottom: 25px;
  }

  .sph-title {
    margin-bottom: 0;
  }

  .spht-undercard {
    font-size: 13px;
  }

  .spht-undercard.glanceslider {
    font-size: 12px;
  }

  .spht-undercard.footer {
    text-align: center;
  }

  .projectcard._1.jv {
    background-image: url('../images/1-3.jpg');
  }

  .sphc-details {
    align-items: flex-start;
    padding: 20px 25px 0;
  }

  .sphc-title {
    justify-content: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sphc-detailtext {
    font-size: 13px;
  }

  .sphc-detailtext._2ndwave {
    display: none;
  }

  .sphc-link {
    height: 200px;
    margin-bottom: 25px;
  }

  .slider {
    z-index: 0;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .rarrow {
    right: -12%;
  }

  .rarrow.food {
    top: -1%;
    bottom: 0;
    right: -8%;
  }

  .larrow {
    left: -10%;
  }

  .larrow.food {
    top: 8%;
  }

  .sgwcright {
    padding-left: 0;
    padding-right: 0;
  }

  .sgwcr-subhead {
    flex-direction: column;
    align-items: flex-start;
  }

  .sgwcr-title {
    border-bottom: .5px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .subhead-glance {
    font-size: 16px;
    font-weight: 400;
  }

  .thinbutton.resume {
    padding-bottom: 4px;
  }

  .thinbutton.projects {
    border-color: #000;
    border-radius: 20px;
  }

  .buttontext {
    font-size: 13px;
    font-weight: 400;
  }

  .buttontext.resume {
    font-size: 16px;
    font-weight: 300;
  }

  .basictext {
    color: #000;
    font-weight: 300;
  }

  .basictext.glance {
    font-size: 14px;
  }

  .sgwcrr-title {
    margin-right: 10px;
  }

  .sac-images {
    margin-top: 25px;
  }

  .saci-top {
    margin-bottom: 25px;
  }

  .aboutsuperheading {
    font-weight: 400;
  }

  .aboutheading {
    border-bottom: .5px #ddd;
    font-size: 18px;
    font-weight: 400;
  }

  .sactw-subheader {
    margin-bottom: 5px;
  }

  .sactw-buttonwrap {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .sf-wrapper {
    align-items: flex-start;
  }

  .sfwl-text {
    flex-direction: column;
  }

  .sfwl-icons.mmo {
    z-index: 2;
    justify-content: flex-end;
    margin-bottom: 0%;
    margin-right: 0%;
    position: static;
    inset: auto 0% 0% auto;
  }

  .sfw-left {
    margin-top: 0;
  }

  .image-5 {
    top: -30px;
  }

  .sacif-slide, .mask-2 {
    position: static;
  }

  .sptophero {
    flex-direction: column-reverse;
  }

  .projectsimagehero {
    margin-bottom: 50px;
  }

  .myroleiconholster {
    flex-flow: wrap;
    place-content: space-around flex-start;
    display: flex;
  }

  .ritext {
    color: #000;
    font-weight: 300;
  }

  .spm-contentwrapper._1stwave {
    margin-bottom: 35px;
  }

  .spm-contentwrapper.extramargin, .spm-contentwrapper.extramargin.bbcc {
    margin-bottom: 70px;
  }

  .spmwt {
    margin-top: 0;
  }

  .spmwt.final {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .showcaseimage._1 {
    top: 0;
  }

  .showcaseimage._1.zion {
    height: 200px;
  }

  .showcaseimage._3 {
    width: 315px;
    max-width: 100%;
    height: auto;
    top: 0;
  }

  .showcaseimage._2 {
    margin-top: 20px;
  }

  .showcaseimage._4 {
    width: 300px;
    height: auto;
  }

  .showcaseimage._4.kex {
    width: 100%;
    height: auto;
  }

  .showcaseimage._4._3d {
    left: 0;
  }

  .showcaseimage._4.zion {
    height: 100%;
    min-height: 150px;
  }

  .showcaseimage._5.kex {
    width: 65%;
    height: auto;
  }

  .showcaseimage._5.bbcc {
    margin-bottom: -15px;
  }

  .showcaseimage._5.zion {
    margin-bottom: 0;
  }

  .showcaseimage._8 {
    width: 375px;
    height: auto;
  }

  .showcaseimage._8.kex {
    width: 100%;
  }

  .showcaseimage._9 {
    height: auto;
  }

  .showcaseimage._9.kex {
    width: 100%;
  }

  .showcaseimage._9.rww {
    margin-top: 25px;
  }

  .showcaseimage._9.zion {
    width: 240px;
  }

  .showcase1 {
    flex-direction: column;
    align-items: center;
  }

  .showcase1._3rdwave.rww {
    flex-direction: column;
  }

  .spe-holster {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .speh-laptop {
    width: 100%;
    max-width: none;
  }

  .speh-mobile {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-nav {
    flex-flow: column wrap;
    align-content: center;
    margin-top: 0;
  }

  .mobilemenuopen {
    z-index: 100;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100vw;
    height: 100dvh;
    padding: 0% 7% 15dvh;
    display: block;
    inset: 0%;
    transform: translate(100vw);
  }

  .masterroleicon {
    align-items: stretch;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .projectimagesleft._2ndwave {
    margin-bottom: 19px;
    padding-right: 0;
  }

  .projectimagesright {
    width: 100%;
  }

  .projectimagesright._2ndwave {
    padding-left: 0;
  }

  .mn-top {
    z-index: 3;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 0%;
    margin-right: 0%;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .mm-list {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .mmolistitem {
    color: #333;
    text-align: right;
    border-bottom: .5px solid #ddd;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Lunchtype, sans-serif;
    font-size: 28px;
    font-weight: 300;
    display: block;
  }


  .mmoclose {
    background-color: #000;
    width: 1px;
    height: 100%;
    transform: rotate(45deg);
  }

  .mmoclose.num2 {
    width: 1px;
    height: 100%;
    transform: rotate(-45deg);
  }

  .mobilex {
    align-items: center;
  }

  .mmodropdown {
    height: 35vh;
    max-height: 35vh;
    overflow: scroll;
  }

  .overflowprojectname {
    font-size: 24px;
  }
}
@media (prefers-color-scheme: dark){
  .roleicon{
    color: white;
  }
}


@font-face {
  font-family: 'Lunchtype';
  src: url('../fonts/Lunchtype23-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchtype';
  src: url('../fonts/Lunchtype23-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchtype';
  src: url('../fonts/Lunchtype22-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchtype';
  src: url('../fonts/Lunchtype22-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchtype';
  src: url('../fonts/Lunchtype23-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchtype';
  src: url('../fonts/Lunchtype22-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}