body {
  background-color: #fff3db;
  font-family: Lexend, sans-serif;
  color: #404040;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.28em;
  line-height: 0.8;
  font-weight: 300;
  letter-spacing: -3px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 0.8;
  font-weight: 200;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.375em;
  line-height: 0.8;
  font-weight: 200;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 2;
  font-weight: 200;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 200;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.46em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 2;
  font-weight: 200;
}

a {
  color: #404040;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 200;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  border-left: 0.3em solid #e2e2e2;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 10em 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 6em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.rich-text p {
  margin-top: 0em;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0em;
  margin-bottom: 0.3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0em;
  margin-bottom: 0.4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0em;
  margin-bottom: 0.6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 1.46em;
}

.contact {
  box-shadow: 0 0 0 0 #000;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.h2 {
  font-size: 2em;
  line-height: 1;
  font-weight: 200;
  text-align: left;
  letter-spacing: -2px;
}

.h2.centered {
  text-align: center;
}

.h5 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.0325em;
  text-transform: uppercase;
}

.h6 {
  font-size: 0.875em;
  line-height: 1;
  font-weight: 200;
}

.h6.centered {
  font-weight: 300;
  text-align: center;
}

.form_input {
  height: 3em;
  margin-bottom: 1em;
  padding: 0em 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0em;
  font-size: 1.25em;
  font-weight: 200;
}

.display {
  font-size: 6.25em;
  line-height: 1;
  letter-spacing: -4px;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #404040, -1px 1px 0 #404040, 1px 1px 0 #404040, 1px -1px 0 #404040, -1px 0 0 #404040, 1px 0 0 #404040, 0 1px 0 #404040, 0 -1px 0 #404040;
}

.display.is-red {
  color: #ffc2af;
  text-align: center;
}

.display.is-bg {
  border: 1px none #404040;
  color: #fff3db;
  text-align: center;
}

.display.is-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d12525), to(#fff));
  background-image: linear-gradient(180deg, #d12525, #fff);
  color: rgba(64, 64, 64, 0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form_submit {
  font-size: 1.25em;
}

.heading {
  font-size: 2.25em;
  font-weight: 200;
  letter-spacing: -2px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 0em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5em;
  text-transform: uppercase;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 2em;
}

.hero-title {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6.25em;
}

.title-fg {
  position: absolute;
  left: 0.7em;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  float: none;
  clear: left;
}

.title-bg {
  position: absolute;
  left: 0%;
  top: 0.35em;
  right: 0%;
  bottom: auto;
  float: none;
  clear: left;
}

.hero-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 3em;
}

.hero-see-work {
  position: relative;
  top: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0.5em;
}

.see-work-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.375em;
  height: 4.375em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #404040;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #fadbca, #ffedca);
}

.see-work-button:hover {
  background-image: linear-gradient(135deg, #fadbca, #ffedca);
}

.text-block {
  background-image: none;
}

.hero {
  background-image: url('../images/hero.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 0 250px 0 #d4a29d;
}

.projects-2-column {
  box-shadow: 0 0 0 0 #000;
}

._3-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 5em;
}

.column.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-card {
  border: 1px solid #404040;
  border-radius: 0.75em;
  background-color: #fff;
  box-shadow: -11px 11px 7px 0 rgba(97, 30, 24, 0.1);
}

.project-img {
  border-top-left-radius: 0.75em;
  border-top-right-radius: 0.75em;
}

.project-title {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1.5em;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}

.project-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #404040;
}

.project-description {
  display: none;
}

.project-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
  border-style: solid none none;
  border-width: 1px;
  border-color: #404040 #000 #000;
  border-bottom-left-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  background-color: #ffc2af;
}

.image {
  width: 100%;
  height: 100%;
  border-right: 1px none #000;
  border-radius: 0.65em 0.65em 0px 0px;
}

.card-link {
  position: relative;
  top: -0.25em;
  right: -0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
  border: 1px solid #000;
  border-radius: 0.25em;
  background-image: linear-gradient(126deg, #fce4e7, #fff6e4);
  box-shadow: -1px 1px 3px 2px rgba(95, 20, 12, 0.15);
  -webkit-transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  transition: all 200ms cubic-bezier(.23, 1, .32, 1);
}

.card-link:hover {
  top: 0em;
  right: 0em;
  background-image: linear-gradient(126deg, #fac9d0, #ffedca);
  box-shadow: none;
}

.card-link.wider {
  width: 60%;
}

.project-code-img {
  width: 1.25em;
  height: 1.25em;
}

.project-live-img {
  width: 1.25em;
  height: 1.25em;
}

.project-live {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
  border: 0px none #000;
}

.project-paragraph {
  margin-left: 1.5em;
  padding: 1em;
  border-left: 1px dashed #404040;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 200;
  text-align: justify;
  text-decoration: none;
}

.project-paragraph.no-padding-top-bot {
  padding-top: 0em;
  padding-bottom: 0em;
}

.project-paragraph.red-bg {
  background-color: rgba(0, 255, 17, 0.1);
}

.button-text-small {
  width: auto;
  border: 1px none #000;
  font-size: 1em;
  font-weight: 200;
  text-transform: uppercase;
}

.button-arrow-down {
  width: 0.75em;
  height: 0.75em;
  margin-bottom: 0em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bold {
  font-weight: 400;
}

.projects-title {
  position: relative;
  width: 100%;
  min-height: 6.25em;
}

.button-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #404040;
  border-radius: 0.75em;
  background-image: linear-gradient(146deg, #fddbdf, #fef1e0 50%, #e1f1ea);
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
}

.h4 {
  font-size: 1em;
}

.button-text-large {
  font-size: 1.25em;
  font-weight: 200;
  letter-spacing: -0.0625em;
  text-transform: uppercase;
}

.learn-more-button {
  position: relative;
  top: -0.5em;
  right: -0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  border: 1px solid #404040;
  border-radius: 0.75em;
  background-image: linear-gradient(140deg, #fadbca, #ffedca);
  -webkit-transition: right 200ms ease, border-width 1000ms cubic-bezier(1, .019, 1, .007), top 200ms cubic-bezier(.165, .84, .44, 1);
  transition: right 200ms ease, border-width 1000ms cubic-bezier(1, .019, 1, .007), top 200ms cubic-bezier(.165, .84, .44, 1);
}

.learn-more-button:hover {
  top: 0em;
  right: 0em;
  border-style: none;
}

.button-arrow-up {
  width: 0.75em;
  height: 0.75em;
  margin-bottom: 0.25em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.learn-more-button-bg {
  position: relative;
  left: auto;
  top: -0.8em;
  right: 2.5em;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  border: 1px solid #404040;
  border-radius: 0.75em;
  background-image: linear-gradient(140deg, #fdddde, #f7edde 53%, #dcebe6);
}

.project-list {
  margin-bottom: 0px;
  margin-left: 1.5em;
  padding-top: 0em;
  padding-right: 1em;
  padding-left: 2em;
  border-left: 1px dashed #404040;
  font-weight: 200;
  text-align: justify;
}

.project-list.padding-bottom {
  padding-bottom: 1em;
}

.list-item {
  font-weight: 200;
}

.list-item-2 {
  font-weight: 200;
}

.about-me {
  background-image: linear-gradient(130deg, #fdddde, #f7edde 50%, #dcebe6);
  box-shadow: 0 0 250px 0 #d4a29d;
}

.card-sub-title-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  border-right: 1px solid #404040;
}

.card-sub-title-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
}

.content-layer {
  position: relative;
  left: 15px;
  top: -15px;
  width: 630px;
  height: 590px;
  border-style: solid;
  border-width: 1px;
  border-color: #404040;
  border-radius: 10px;
  background-image: url('../images/000072020005_20A.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content-layer.card-mid-layer {
  position: static;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70em;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0.75em;
  background-color: #f7f7f7;
  background-image: none;
  box-shadow: 0 0 250px 0 rgba(212, 162, 157, 0.5);
}

.card-paragraph-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1em 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #404040;
}

.card-container {
  position: static;
  width: auto;
  height: auto;
  max-width: 1200px;
  border-radius: 10px;
  box-shadow: -11px 11px 7px 0 rgba(97, 30, 24, 0.1);
}

.card-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.card-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #404040;
  border-radius: 0px;
}

.card-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 2em;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.card-sub-heading {
  font-family: Lexend, sans-serif;
  font-size: 1.375em;
  font-weight: 200;
  letter-spacing: -1px;
}

.card-paragraph {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 1.25em;
  line-height: 200%;
  font-weight: 200;
  text-align: justify;
  letter-spacing: 0px;
  text-transform: none;
}

.card-title {
  padding: 1em 1.5em;
  border-bottom: 1px solid #404040;
}

.bg-layer {
  position: relative;
  left: 15px;
  top: -15px;
  width: 630px;
  height: 590px;
  border-style: solid;
  border-width: 1px;
  border-color: #404040;
  border-radius: 10px;
  background-image: url('../images/000072020005_20A.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bg-layer.card-back-layer {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  width: 1184px;
  height: 562px;
  clear: none;
  background-image: linear-gradient(135deg, #fddadf, #fcf2e1 51%, #dbf0eb);
  -o-object-fit: fill;
  object-fit: fill;
}

.photo {
  position: relative;
  left: 15px;
  top: -15px;
  width: 630px;
  height: 590px;
  border-style: solid;
  border-width: 1px;
  border-color: #404040;
  border-radius: 10px;
  background-image: url('../images/000072020005_20A.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.photo.card-photo {
  position: absolute;
  left: 30px;
  top: 0px;
  display: block;
  overflow: visible;
  width: 562px;
  height: 562px;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #404040;
}

.card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  border-right: 1px none #000;
  border-bottom: 1px none #404040;
  border-bottom-right-radius: 10px;
  background-color: #ffc2af;
}

.card-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #000 #404040;
  border-radius: 0px;
}

.card-paragraph-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none #404040;
}

.card-paragraph-left {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 1.25em;
  line-height: 200%;
  font-weight: 200;
  text-align: justify;
  letter-spacing: 0px;
  text-transform: none;
}

.react-logo {
  width: 2em;
  height: 2em;
}

.express-logo {
  width: 2em;
  height: 2em;
}

.node-logo {
  width: 2em;
  height: 2em;
}

.mongo-logo {
  width: 2em;
  height: 2em;
}

.about-me-title {
  position: relative;
  width: 100%;
  min-height: 6.25em;
}

.resume {
  display: none;
  box-shadow: 0 0 0 0 #000;
}

.footer {
  box-shadow: 0 0 0 0 #000;
}

.contact-title {
  position: relative;
  width: 100%;
  min-height: 6.25em;
}

.card-sub-title-full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  border-right: 1px none #404040;
}

.contact-card-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 2em;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.text-field {
  height: 3.2em;
  margin-bottom: 0px;
  padding-left: 1em;
  border: 1px none #000;
  border-top-right-radius: 0.65em;
  background-color: #f7f7f7;
  font-size: 1.25em;
  font-weight: 200;
}

.text-field-2 {
  height: 3.1em;
  margin-bottom: 0px;
  padding-left: 1em;
  border-style: solid none none;
  border-width: 1px;
  border-color: #404040 #000 #000;
  background-color: #f7f7f7;
  font-size: 1.25em;
  font-weight: 200;
}

.textarea {
  height: 10em;
  min-height: 11em;
  margin-bottom: 0px;
  padding-right: 1.5em;
  padding-left: 1em;
  border-style: solid none none;
  border-width: 1px;
  border-color: #404040 #000 #000;
  background-color: #f7f7f7;
  font-size: 1.25em;
  font-weight: 200;
}

.submit-button {
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-style: solid none none;
  border-width: 1px;
  border-color: #404040 #000 #000;
  border-bottom-right-radius: 0.65em;
  background-image: linear-gradient(136deg, #fac9d0, #ffedca);
  color: #404040;
  font-weight: 300;
  text-transform: uppercase;
}

.form-block {
  margin-bottom: 0px;
}

.success-message {
  min-height: 25em;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 0.65em;
  border-bottom-right-radius: 0.65em;
  background-color: #f7f7f7;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-thankyou-text {
  font-size: 1.25em;
  font-weight: 200;
}

.text-span {
  background-color: rgba(75, 250, 63, 0.28);
}

.error-message {
  position: relative;
  left: -17.5em;
  top: -27.4em;
  height: 3em;
  margin-top: -3em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 24, 24, 0.22);
  border-radius: 0.75em;
}

.text-block-2 {
  font-weight: 300;
  text-align: center;
}

.link {
  display: none;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 10em 3em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 5em;
}

.column-2-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-row-gap: 5em;
}

.image-2 {
  width: 14em;
  height: 7.4em;
}

.footer-back-to-top {
  position: relative;
  top: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0.5em;
}

.arrow-link-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-2-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.5em;
}

.footer-link {
  font-weight: 200;
  text-transform: uppercase;
}

.footer-link:hover {
  font-weight: 500;
}

.footer-link.w--current:hover {
  font-weight: 400;
}

.image-3 {
  width: 1.25em;
  height: 1.25em;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
}

.footer-credits._3-column-container {
  padding-top: 1em;
  border-top: 1px solid #404040;
}

.footer-credit-text {
  font-size: 1em;
  font-weight: 200;
}

.link-2 {
  text-decoration: underline;
}

._2-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 5em;
}

.left-column.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 5em;
}

.right-column.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-1-column {
  display: none;
  box-shadow: 0 0 0 0 #000;
}

.card-right-side-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #404040;
  border-radius: 0px;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #000 #404040;
  border-radius: 0px;
}

.content-layer-card {
  position: relative;
  left: 15px;
  top: -15px;
  width: 630px;
  height: 590px;
  border-style: solid;
  border-width: 1px;
  border-color: #404040;
  border-radius: 10px;
  background-image: url('../images/000072020005_20A.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content-layer-card.card-mid-layer {
  position: static;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35em;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0.75em;
  background-color: #f7f7f7;
  background-image: none;
  box-shadow: 0 0 250px 0 rgba(212, 162, 157, 0.5);
}

.project-figma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
  border-right: 1px solid #404040;
}

.project-figma-img {
  width: 1.25em;
  height: 1.25em;
}

.link-3 {
  display: none;
}

.link-3:hover {
  font-weight: 500;
}

.nav-link:hover {
  font-weight: 500;
}

.nav-link.projects-mob {
  display: none;
}

.hero-see-work-mob {
  position: relative;
  top: 0.25em;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0.5em;
}

.footer-link-mob {
  display: none;
  font-weight: 200;
  text-transform: uppercase;
}

.projects-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 5em;
}

.projects-column.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-layer-mob {
  position: relative;
  left: 15px;
  top: -15px;
  width: 630px;
  height: 590px;
  border-style: solid;
  border-width: 1px;
  border-color: #404040;
  border-radius: 10px;
  background-image: url('../images/000072020005_20A.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content-layer-mob.card-mid-layer {
  position: static;
  left: 15px;
  top: 15px;
  display: none;
  width: 70em;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0.75em;
  background-color: #f7f7f7;
  background-image: none;
  box-shadow: 0 0 250px 0 rgba(212, 162, 157, 0.5);
}

.card-left-side-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #000 #404040;
  border-radius: 0px;
}

.card-right-side-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #404040;
  border-radius: 0px;
}

.footer-link-copy {
  font-weight: 200;
  text-transform: uppercase;
}

.footer-link-copy:hover {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 0.619375em;
  }

  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .h6.centered {
    font-size: 1em;
  }

  .hero-container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .nav {
    font-size: 1.25em;
  }

  .see-work-button {
    width: 5em;
    height: 5em;
  }

  .project-description {
    font-size: 1.25em;
  }

  .card-sub-title-full-width {
    font-size: 1.25em;
  }

  .footer-container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .footer-link {
    font-size: 1.25em;
  }

  .footer-credits._3-column-container {
    font-size: 1.25em;
  }

  .left-column {
    width: 49%;
  }

  .right-column {
    width: 49%;
  }

  .link-3 {
    display: none;
  }

  .hero-see-work-mob {
    display: none;
  }

  .footer-link-mob {
    display: none;
    font-size: 1.25em;
  }

  .footer-link-copy {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 4em;
  }

  .h2.centered {
    font-size: 2.5em;
  }

  .h5 {
    font-size: 1.25em;
  }

  .h6.centered {
    font-size: 2.5em;
  }

  .nav {
    font-size: 1.5em;
  }

  .hero-see-work {
    display: none;
  }

  .see-work-button {
    width: 13em;
    height: 13em;
  }

  .projects-2-column {
    display: none;
  }

  .column {
    width: 50%;
  }

  .column.centered {
    display: block;
  }

  .project-title {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .project-description {
    font-size: 1.7em;
  }

  .card-link {
    font-size: 1.5em;
  }

  .project-live {
    font-size: 1.5em;
  }

  .button-text-small {
    font-size: 2em;
  }

  .button-arrow-down {
    width: 1.5em;
    height: 1.5em;
  }

  .button-container {
    width: auto;
  }

  .button-text-large {
    font-size: 2em;
  }

  .button-arrow-up {
    width: 1.5em;
    height: 1.5em;
  }

  .card-paragraph-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .card-sub-heading {
    font-size: 1.5em;
  }

  .card-paragraph {
    font-size: 1.5em;
  }

  .card-title {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .card-button {
    border-bottom-right-radius: 5px;
  }

  .card-paragraph-left {
    font-size: 1.5em;
  }

  .card-sub-title-full-width {
    font-size: 1.5em;
  }

  .contact-card-heading {
    font-size: 2.5em;
  }

  .column-2-column-container {
    width: 50%;
  }

  .footer-link {
    font-size: 1.75em;
  }

  .image-3 {
    width: 1.75em;
    height: 1.75em;
  }

  .footer-credits._3-column-container {
    font-size: 1.5em;
  }

  .projects-1-column {
    display: block;
  }

  .project-figma {
    font-size: 1.5em;
  }

  .link-3 {
    display: block;
  }

  .nav-link {
    display: block;
    font-size: 1.25em;
  }

  .nav-link.projects-mob {
    display: block;
  }

  .nav-link.projects {
    display: none;
  }

  .hero-see-work-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link-mob {
    display: block;
    font-size: 1.75em;
  }

  .projects-column {
    width: 100%;
  }

  .projects-column.centered {
    display: block;
  }

  .footer-link-copy {
    display: none;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .h2 {
    font-size: 5em;
    letter-spacing: -1px;
  }

  .h2.centered {
    font-size: 4em;
  }

  .h5 {
    font-size: 1.1em;
  }

  .h6.centered {
    font-size: 3em;
  }

  .nav {
    font-size: 3em;
  }

  .see-work-button {
    width: 15em;
    height: 15em;
  }

  .column.centered {
    display: none;
  }

  .project-title {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .project-description {
    font-size: 3em;
  }

  .card-link {
    font-size: 3em;
  }

  .project-live {
    font-size: 3em;
  }

  .button-text-small {
    font-size: 3em;
  }

  .button-arrow-down {
    width: 2em;
    height: 2em;
  }

  .button-container {
    width: auto;
  }

  .button-container.w--current {
    width: 45em;
  }

  .button-text-large {
    font-size: 3em;
  }

  .button-arrow-up {
    width: 2.5em;
    height: 2.5em;
  }

  .card-sub-title-left {
    font-size: 1.5em;
  }

  .card-sub-title-right {
    font-size: 1.5em;
  }

  .content-layer.card-mid-layer {
    display: none;
  }

  .card-paragraph-container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .card-heading {
    font-size: 4em;
  }

  .card-sub-heading {
    font-size: 2em;
  }

  .card-paragraph {
    font-size: 3em;
  }

  .card-button {
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
  }

  .card-paragraph-left {
    font-size: 3em;
  }

  .contact-card-heading {
    font-size: 3em;
    letter-spacing: 0px;
  }

  .image-2 {
    width: 30em;
    height: 15em;
  }

  .footer-link {
    font-size: 2.5em;
  }

  .image-3 {
    width: 2.5em;
    height: 2.5em;
  }

  .footer-credits._3-column-container {
    font-size: 2em;
  }

  .content-layer-card.card-mid-layer {
    width: 50em;
  }

  .project-figma {
    font-size: 3em;
  }

  .footer-link-mob {
    font-size: 2.5em;
  }

  .content-layer-mob.card-mid-layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-left-side-mob {
    width: 100%;
  }

  .card-right-side-mob {
    width: 100%;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .footer-link-copy {
    font-size: 2em;
  }
}

