:root {
  --onyx: #2a2a2a;
  --ivory: #e9e9e9;
  --ebony: #606c60;
  --matcha: #809080;
  --fog: #828782;
  --white: white;
  --black: black;
}

body {
  color: var(--onyx);
  font-family: Nohemi, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
  display: inline;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.2rem;
}

a {
  color: var(--onyx);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  text-decoration: none;
}

.body {
  background-color: var(--ivory);
}

.main-title-alt {
  height: 4.2rem;
  font-family: Ade Display, sans-serif;
  font-size: 4.6rem;
  line-height: 5rem;
}

.utility-contain {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--ebony);
  flex-direction: column;
  justify-content: center;
  width: 100svw;
  height: 100svh;
  padding: 40px 66px;
  display: flex;
  position: relative;
}

.sub-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.sub-title.error-text {
  text-transform: none;
  width: 60%;
  font-weight: 300;
}

.outer-container {
  z-index: 1;
  height: 100svh;
  padding-right: 0;
  position: relative;
}

.footer-wrap {
  margin-top: -100svh;
}

.footer-wrap._275svh {
  margin-top: -275svh;
}

.footer-wrap._200svh {
  margin-top: -200svh;
}

.footer-wrap._150svh {
  margin-top: -150svh;
}

.footer-spacer {
  height: 100svh;
}

.footer-spacer._275svh {
  height: 275svh;
}

.footer-spacer._200svh {
  height: 200svh;
}

.footer-spacer._150svh {
  height: 150svh;
}

.footer-component {
  justify-content: space-between;
  align-items: stretch;
  height: 200px;
  padding: 40px 40px 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.page-wrap {
  height: 100svh;
}

.page-wrap_home {
  z-index: 1;
  background-color: var(--matcha);
  flex-flow: column;
  height: 100svh;
  position: relative;
}

.header-wrap_home {
  z-index: 2;
  background-color: var(--matcha);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 300px;
  padding: 40px 40px 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wm-logo_home {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-content_home {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  height: 100svh;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-split_bottom {
  justify-content: space-between;
  display: flex;
}

.index-component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.index-link:hover {
  text-decoration: underline;
}

.title-alt {
  align-self: flex-end;
  font-family: Ade Display, sans-serif;
  font-size: 4.6rem;
  line-height: 4rem;
}

.footer-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  display: flex;
  position: relative;
}

.footer-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.footer-link_contact {
  align-self: flex-start;
  position: relative;
}

.footer-link_contact:hover {
  text-decoration: underline;
}

.socials-wrap {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link_socials {
  color: var(--fog);
  margin-right: 20px;
  position: relative;
}

.footer-link_socials:hover {
  text-decoration: underline;
}

.footer-link_external {
  color: var(--matcha);
  cursor: not-allowed;
  position: relative;
}

.footer-link_external:hover {
  text-decoration: underline;
}

.page-wrap_work {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--ivory);
  flex-flow: column;
  flex: 1;
  height: 200svh;
  display: flex;
  position: relative;
}

.side-index-wrap {
  border-right: 1px solid var(--onyx);
  background-color: var(--onyx);
  width: 160px;
  position: relative;
}

.outer-container_flex {
  z-index: 1;
  height: 100svh;
  padding-right: 0;
  display: flex;
  position: relative;
}

.outer-container_flex.work {
  height: 200svh;
}

.outer-container_flex._275svh {
  height: 275svh;
}

.outer-container_flex._200svh {
  height: 200svh;
}

.outer-container_flex._150svh {
  height: 150svh;
}

.side-component {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--ivory);
  border-bottom-right-radius: 80px;
  width: 100%;
  height: 100svh;
  padding-left: 40px;
  padding-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.index-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.wm-logo_index {
  width: 100%;
}

.page-wrap_about {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--onyx);
  flex: 1;
  height: 300svh;
  padding-left: 40px;
  position: relative;
}

.page-section_bio {
  flex-flow: column;
  justify-content: flex-start;
  height: 100svh;
  display: flex;
}

.page-section_services {
  justify-content: flex-start;
  align-items: stretch;
  height: 100svh;
  display: flex;
}

.page-section_experience {
  flex-flow: column;
  height: 100svh;
  padding: 100px 40px 40px;
  display: flex;
}

.about-menu-wrap {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 180px;
  margin-top: 90svh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.about-sections-wrap {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-link {
  color: var(--ivory);
}

.about-link:hover {
  text-decoration: underline;
}

.outer-container_about {
  z-index: 1;
  height: 300svh;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-wrap_about {
  margin-top: -300svh;
}

.footer-spacer_about {
  height: 300svh;
}

.about-bio {
  color: var(--ivory);
  width: 550px;
  margin-bottom: 0;
  margin-left: 40px;
}

.about-image {
  background-color: var(--matcha);
  height: 40%;
}

.bio-wrap {
  overflow: hidden;
}

.services-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-wrap_title {
  align-self: flex-end;
  width: 50%;
  padding-bottom: 40px;
  padding-left: 40px;
}

.title-main_reverse {
  color: var(--ivory);
  width: 50%;
  font-weight: 400;
}

.subtitle_reverse {
  color: var(--ivory);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

.subtitle_reverse.error-text {
  text-transform: none;
  width: 60%;
  font-weight: 300;
}

.page-wrap_contact {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--matcha);
  flex: 1;
  height: 100svh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.header-wrap_contact {
  height: 50%;
  padding-bottom: 0;
  display: flex;
}

.text-span {
  font-family: Ade Display, sans-serif;
}

.text-span.alt {
  color: var(--matcha);
}

.contact-link-wrap {
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.contact-link {
  color: var(--ivory);
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2rem;
}

.submit-button {
  border: 1px solid var(--ivory);
  background-color: var(--matcha);
  border-radius: 20px;
}

.text-field {
  border-bottom: 1px solid var(--ivory);
  background-color: rgba(255, 255, 255, 0);
}

.about-name {
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.title-about {
  color: var(--ivory);
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.experience-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.about-education {
  color: var(--fog);
  margin-bottom: 0;
  margin-left: 0;
}

.header-reverse {
  color: var(--ivory);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.experience-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.text-reverse {
  color: var(--ivory);
  text-transform: none;
}

.text-reverse.link {
  text-transform: uppercase;
}

.download-link {
  color: var(--ivory);
}

.download-link:hover {
  text-decoration: underline;
}

.client-link {
  color: var(--ivory);
  text-transform: none;
}

.client-link:hover {
  text-decoration: underline;
}

.text-span_alt {
  color: var(--fog);
}

.header-wrap_work {
  height: 140px;
  padding-top: 40px;
  padding-left: 40px;
}

.index-wrap_work {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.work-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.work-content_archive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.project-list-wrap {
  border-top: 1px solid var(--fog);
  flex: 1;
  display: flex;
}

.project-title {
  align-self: flex-start;
  font-weight: 300;
}

.project-list-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.project-link {
  color: var(--fog);
  align-self: flex-start;
}

.project-link:hover {
  color: var(--onyx);
  text-decoration: underline;
}

.project-detail {
  margin-bottom: 0;
}

.project-thumbnail-wrap {
  flex: 1;
  position: relative;
}

.project-thumbnail {
  position: relative;
}

.page-wrap_archive {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--ivory);
  flex-flow: column;
  flex: 1;
  height: 275svh;
  display: flex;
  position: relative;
}

.page-wrap_gallery {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--ivory);
  flex-flow: column;
  flex: 1;
  height: 100svh;
  display: flex;
  position: relative;
}

.work-content_project {
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.work-content_project._150svh {
  position: relative;
}

.project-about-wrap {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.project-img-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.project-header {
  color: var(--onyx);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.project-header.error-text {
  text-transform: none;
  width: 60%;
  font-weight: 300;
}

.project-year {
  color: var(--matcha);
  margin-bottom: 20px;
}

.page-wrap_project {
  border-bottom: 1px solid var(--onyx);
  background-color: var(--ivory);
  flex-flow: column;
  flex: 1;
  height: 100svh;
  display: flex;
  position: relative;
}

.page-wrap_project._275svh {
  height: 275svh;
}

.page-wrap_project._200svh {
  height: 200svh;
}

.page-wrap_project._150svh {
  height: 150svh;
}

.project-img {
  flex: 0 auto;
  align-self: flex-start;
  position: relative;
}

.project-img.poster {
  width: 80%;
}

.project-img.split {
  width: 50%;
}

.project-img_tri {
  justify-content: space-between;
  display: flex;
}

.umod-poster {
  flex: 0 auto;
  width: 30%;
}

.work-content_gallery {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  padding-left: 40px;
  display: flex;
}

.project-img_split {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 479px) {
  .main-title-alt {
    height: 2.6rem;
    font-size: 2.9rem;
    line-height: 2.9rem;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ade Display';
  src: url('../fonts/Ade-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}