h1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.full {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.happy-crane {
  position: relative;
  width: 50%;
  padding-bottom: 25%;
  padding-left: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.intro-messaging {
  position: relative;
  width: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Lato, sans-serif;
  text-align: center;
}

.maintenence-main-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 300;
}

.heading {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cloud-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 50%;
  background-image: url('../images/Cloud-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cloud-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 50%;
  background-image: url('../images/Cloud-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.building {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 50%;
  background-image: url('../images/Building.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.laptop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-bottom: 50%;
  background-image: url('../images/Laptop.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.laptop.happy-face {
  background-image: url('../images/happy-face.svg');
  opacity: 0;
}

.browser-window {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  padding-bottom: 50%;
  background-image: url('../images/browser-window-without-face.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 22% 0px;
  -ms-transform-origin: 50% 22% 0px;
  transform-origin: 50% 22% 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.crane-bottom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding-bottom: 50%;
  background-image: url('../images/Crane-Bottom.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.crane-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  padding-bottom: 50%;
  background-image: url('../images/Crane.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 75% 50% 0px;
  -ms-transform-origin: 75% 50% 0px;
  transform-origin: 75% 50% 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.reveal-message {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 300%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 33%, #fff 67%, #fff);
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 33%, #fff 67%, #fff);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.scroll-down-indicator {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 10vh;
  background-image: url('../images/scroll-down.svg');
  background-position: 50% 50%;
  background-size: 138px;
  background-repeat: no-repeat;
}

.image-uploader-container.single-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-uploader-container.single-column-container.alone {
  margin-top: 12px;
}

.left-half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  border: 1px solid #c7c7cc;
  border-radius: 10px;
  background-color: #fafafa;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.text-field:focus {
  border-color: #3e7ac1;
}

.resume-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-size: 0.75em;
  line-height: 1em;
}

.resume-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  background-color: #e8e8e9;
  box-shadow: none;
  color: #000;
}

.ipad-layer-1 {
  height: 100%;
  padding: 4px;
  border-radius: 27px;
  background-image: -webkit-linear-gradient(270deg, #eee0cd, #6a5c45 52%, #e3d5c4);
  background-image: linear-gradient(180deg, #eee0cd, #6a5c45 52%, #e3d5c4);
}

.padding-top {
  margin-bottom: 12px;
  padding-top: 6px;
}

.resume-first-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 65px;
  text-align: center;
  letter-spacing: -0.03em;
}

.text-link {
  color: #e0c29a;
  text-decoration: none;
}

.smooth-notch-right-container {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-container.bottom-left-divider-container {
  margin-right: 24px;
}

.top-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 65px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f9f9f9;
}

.notch {
  position: absolute;
  left: auto;
  right: 50%;
  z-index: 2;
  display: block;
  width: 160px;
  height: 24px;
  margin-right: -80px;
  margin-left: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.current-time {
  position: absolute;
  left: 12px;
  top: 5px;
  color: #2a2a2a;
  font-weight: 400;
}

.smooth-notch-left-container {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.chat-form {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.chat-form.always-visible {
  height: auto;
  opacity: 1;
}

.phone-container.single-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-button {
  position: static;
  top: 3px;
  right: 3px;
  bottom: 0px;
  z-index: 10;
  height: 28px;
  max-height: 28px;
  max-width: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-image: url('../images/Upload-Arrow.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cta-button:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.cta-button:active {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.cta-button:focus {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.ipad-container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  border: 10px solid transparent;
}

.ipad-container.portfolio-item {
  height: auto;
  max-width: 1160px;
  margin-bottom: 80px;
}

.resume-last-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e0c29a;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.03em;
}

.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;
  color: #fff;
  text-decoration: none;
}

.hidden-fields {
  display: none;
}

.line-border {
  height: 1px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dashed #000;
}

.line-border.for-center {
  margin-left: 0px;
  -webkit-filter: none;
  filter: none;
}

.get-in-touch-button {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 12px solid #f9f9f9;
  border-radius: 0px 0px 20px 20px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.message-and-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  padding: 6px 6px 6px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c7c7cc;
  border-radius: 10px;
  background-color: #fafafa;
  -webkit-transition: height 200ms ease, border 200ms ease;
  transition: height 200ms ease, border 200ms ease;
}

.resume-section-content-container {
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.linkedin-logo {
  min-width: 33.33%;
  padding-bottom: 25%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  background-image: url('../images/linkedin-logo.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.smooth-notch-right {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.side-by-side-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -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;
}

.speaker-hole {
  width: 80px;
  height: 6px;
  margin-top: 6px;
  margin-left: 40px;
  border-radius: 3px;
  background-color: #2e2e2e;
}

.resume-right {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
  color: #2a2a2a;
}

.p-link {
  color: #e0c29a;
  text-decoration: underline;
}

.p-link.no-underline {
  color: #000;
  text-decoration: none;
}

.resume-item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.resume-item-title.smaller-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 1em;
  text-decoration: none;
  text-transform: none;
}

.resume-item-title.highlighted {
  color: #e0c29a;
}

.resume-item-title.highlighted.smaller-sub-title {
  font-size: 1em;
  line-height: 1.5em;
}

.resume-item-title.highlighted.centered {
  margin-bottom: 24px;
  text-align: center;
}

.resume-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  box-shadow: none;
}

.when-and-where {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #adadad;
  font-size: 1em;
  line-height: 1.25em;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.first-of-two-columns {
  padding-right: 5px;
}

.padded-container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.single-column {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.camera-hole {
  position: absolute;
  top: 2px;
  right: 16px;
  width: 12px;
  height: 12px;
  border: 1px solid #3d3b3b;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #112257, #361f68);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #112257, #361f68);
}

.camera-hole.infrared-camera {
  left: 16px;
  right: auto;
  opacity: 0.5;
}

.camera-hole.ipad-camera {
  top: 50%;
  right: 32px;
  margin-top: -6px;
}

.emphasis {
  color: #7e7d7d;
  font-size: 12px;
  line-height: 1em;
}

.close-messages-click-area {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  height: 60px;
  min-height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}

.ipad-layer-2 {
  height: 100%;
  padding: 8px;
  border-radius: 23px;
  background-color: #fff;
}

.ipad-layer-2.horizontal-ipad {
  position: relative;
  padding: 30px 77px;
}

.resume-section-info-container {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.smooth-notch-left {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.get-in-touch-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-radius: 10px;
  background-color: #000;
  box-shadow: 0 0 24px 3px rgba(0, 0, 0, .12);
}

.get-in-touch-text:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
}

.url-text {
  color: #2a2a2a;
}

.resume-photo-container {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/James-Vreeken.jpg');
  background-position: 35% 19%;
  background-size: 169%;
}

.uploadcare--widget__button {
  position: static;
  left: 3px;
  top: 3px;
  right: auto;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 32px;
  max-width: 32px;
  min-width: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #8d8d8d;
  text-align: center;
}

.uploadcare--widget__button:hover {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadcare--widget__button:active {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadcare--widget__button:focus {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadcare--widget__button.uploadcare--widget__button_type_open:hover {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.uploadcare--widget__button.uploadcare--widget__button_type_open:active {
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.uploadcare--widget__button.uploadcare--widget__button_type_open:focus {
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.url-bar {
  width: 100%;
  height: 42px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 5px;
  padding-left: 10px;
  border: 6px solid #f9f9f9;
  border-radius: 12px;
  background-color: #e8e8e9;
}

.chat-messages-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.email-container.single-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-upload-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scrollable-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.signal-bars {
  position: absolute;
  top: 0px;
  right: 18px;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  padding: 0px;
  -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-radius: 15px;
  background-color: #fc1520;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
  line-height: 1em;
}

.icon-holder {
  width: 5em;
  height: 5em;
  padding: 0px 0px 0em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  border-radius: 50%;
  background-color: #000;
}

.icon-holder.code-skills-background {
  background-image: url('../images/skills.svg');
  background-position: 50% 50%;
  background-size: 84%;
  background-repeat: no-repeat;
}

.icon-holder.education-icon-background {
  background-image: url('../images/education.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon-holder.tie-icon-background {
  background-image: url('../images/tie.svg');
  background-position: 50% 50%;
  background-size: 73%;
  background-repeat: no-repeat;
}

.icon-holder.messages-background {
  background-image: url('../images/messages.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.icon-holder.phone-background {
  background-image: url('../images/education.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon-holder.phone-background.reverse-color {
  background-image: url('../images/phone.svg');
  background-size: 90%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-area-container {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textarea {
  position: relative;
  z-index: 1;
  height: 26px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none transparent;
  background-color: transparent;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  line-height: 26px;
}

.ipad-layer-3 {
  height: 100%;
  border-radius: 15px;
  background-color: #393939;
  background-image: none;
  background-size: auto;
}

.ipad-layer-3.ipad-horizontal {
  overflow: hidden;
  border: 1px solid #f0efef;
  border-radius: 3px;
}

.resume-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-container.non-flex {
  display: block;
  overflow: hidden;
  height: auto;
  border-radius: 3px;
}

.second-of-two-columns {
  padding-left: 5px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.scroll-hint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 6px;
  min-height: 20px;
  background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}

.scroll-hint.bottom-scroll-hint {
  top: auto;
  bottom: 0px;
  min-height: 30px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.right-half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sheetslabform {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f9f9f9;
}

.full-name-container {
  margin-top: 12px;
}

.static {
  position: relative;
}

.static.full {
  z-index: 1;
}

.dynamic.full {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 2;
  display: none;
  overflow: visible;
}

.section {
  position: relative;
}

.section.intro-section {
  overflow: hidden;
  height: 200vh;
}

.scroll-down {
  background-image: url('../images/scroll-down_1.svg');
  background-size: 138px;
  opacity: 1;
  color: #49a3d3;
  text-decoration: none;
}

.scroll-down.w--current {
  background-image: url('../images/scroll-down_1.svg');
  background-size: 138px;
}

.hidden-column {
  display: none;
  width: 0px;
}

.easter-egg {
  background-image: -webkit-linear-gradient(270deg, #fff 51%, hsla(0, 0%, 100%, 0)), url('../images/Mountains-Top.png');
  background-image: linear-gradient(180deg, #fff 51%, hsla(0, 0%, 100%, 0)), url('../images/Mountains-Top.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.easter-egg.full {
  position: relative;
  z-index: 1;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Great Vibes', cursive;
  color: #7c7c7c;
}

.welcome-back-message {
  color: #e0c29a;
  font-size: 5vw;
  line-height: 1em;
  text-align: center;
  letter-spacing: -0.03em;
}

.section-intro-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 12px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f3f9;
  font-family: 'Great Vibes', cursive;
}

.section-intro-title.most-recent-title {
  background-color: #f4f2f9;
}

.heading-4 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 10vw;
  line-height: 1.2em;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: none;
}

.heading-4.tools-using {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5vw;
  text-transform: none;
}

.heading-4.my-process {
  position: relative;
  z-index: 2;
  margin-top: 1em;
  margin-bottom: 0px;
  padding-bottom: 0.25em;
  color: #000;
  font-size: 3vw;
  line-height: 1em;
  font-weight: 300;
  text-transform: none;
}

.recent-work.overflowable {
  position: relative;
  width: 100%;
}

.recent-work-container {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 12px 60px;
  font-size: 16px;
  line-height: 1em;
}

.recent-work-container.hori-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects.horizontal-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 31vw;
  margin-top: 16px;
  margin-bottom: 3vw;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #353535, #353535);
  background-image: linear-gradient(180deg, #353535, #353535);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25);
  cursor: pointer;
}

.flex-item:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.flex-item.adobe-red {
  background-image: -webkit-linear-gradient(270deg, rgba(253, 0, 17, .71), rgba(253, 0, 17, .71)), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, rgba(253, 0, 17, .71), rgba(253, 0, 17, .71)), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.flex-item.aviacode-item {
  background-image: -webkit-linear-gradient(270deg, #639ab2, #639ab2), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #639ab2, #639ab2), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.flex-item.nordic-valley-item {
  background-image: -webkit-linear-gradient(270deg, #58585a, #58585a), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #58585a, #58585a), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.flex-item.thomas-arts-item {
  background-image: -webkit-linear-gradient(270deg, #f6891c, #f6891c), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #f6891c, #f6891c), linear-gradient(180deg, #fff, #fff);
  color: #fff;
  text-shadow: none;
}

.flex-item.tazworks-item {
  background-image: -webkit-linear-gradient(270deg, #2c3e4f, #2c3e4f), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #2c3e4f, #2c3e4f), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.flex-item.webflow-item {
  background-color: #4353ff;
  background-image: -webkit-linear-gradient(270deg, #4353ff, #4353ff);
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.flex-item.invision-item {
  background-color: #f36;
  background-image: -webkit-linear-gradient(270deg, #f36, #f36);
  background-image: linear-gradient(180deg, #f36, #f36);
}

.flex-item.sketch-item {
  background-color: #fd9800;
  background-image: -webkit-linear-gradient(270deg, #fd9800, #fd9800);
  background-image: linear-gradient(180deg, #fd9800, #fd9800);
}

.flex-item.principle-item {
  background-image: -webkit-linear-gradient(270deg, #8e40c0, #8e40c0), -webkit-linear-gradient(270deg, #8e40c0, #8e40c0);
  background-image: linear-gradient(180deg, #8e40c0, #8e40c0), linear-gradient(180deg, #8e40c0, #8e40c0);
}

.flex-item.zeplin-item {
  background-color: #fcca32;
  background-image: -webkit-linear-gradient(270deg, #fcca32, #fcca32);
  background-image: linear-gradient(180deg, #fcca32, #fcca32);
}

.flex-item.adobe-xd {
  background-color: #ee36bb;
  background-image: -webkit-linear-gradient(270deg, #ee36bb, #ee36bb);
  background-image: linear-gradient(180deg, #ee36bb, #ee36bb);
}

.flex-item.framer-item {
  background-color: #05f;
  background-image: -webkit-linear-gradient(270deg, #05f, #05f);
  background-image: linear-gradient(180deg, #05f, #05f);
}

.flex-item.figma-item {
  background-image: -webkit-linear-gradient(270deg, #8420ff, #8420ff);
  background-image: linear-gradient(180deg, #8420ff, #8420ff);
}

.flex-item.abstract-item {
  background-color: #0f0f0f;
  background-image: -webkit-linear-gradient(270deg, #0f0f0f, #0f0f0f);
  background-image: linear-gradient(180deg, #0f0f0f, #0f0f0f);
}

.flex-item.side-scrollable {
  width: 300px;
  margin-top: 24px;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 3vw;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 30vw;
  -ms-flex-preferred-size: 30vw;
  flex-basis: 30vw;
  background-color: #fff;
  background-image: none;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.flex-item.white-background {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.flex-item.force-consistency {
  padding-right: 0vw;
  padding-left: 0vw;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.flex-item.zapier-item {
  background-color: #ff4a00;
  background-image: -webkit-linear-gradient(270deg, #ff4a00, #ff4a00);
  background-image: linear-gradient(180deg, #ff4a00, #ff4a00);
}

.flex-item.sign-city-item {
  background-image: -webkit-linear-gradient(270deg, #353535, #353535);
  background-image: linear-gradient(180deg, #353535, #353535);
}

.project-logo {
  position: absolute;
  top: -40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: 0px;
  padding: 12px;
  -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-radius: 4px;
  background-color: #fff;
}

.project-logo.dark-project-logo {
  background-color: #1b1b1b;
}

.project-text {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-shadow: none;
}

.project-link {
  position: absolute;
  right: 0em;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  margin-bottom: 24px;
  -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;
  opacity: 0;
  -webkit-transform: translate(-3vw, 0px) scale(0.25);
  -ms-transform: translate(-3vw, 0px) scale(0.25);
  transform: translate(-3vw, 0px) scale(0.25);
}

.project-link.see-more {
  right: 5em;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: translate(-3vw, 0px) scale(0.25);
  -ms-transform: translate(-3vw, 0px) scale(0.25);
  transform: translate(-3vw, 0px) scale(0.25);
}

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 2vw;
  line-height: 1.4em;
  font-weight: 300;
}

.project-title.dark-text {
  color: #000;
}

.alternate-background {
  background-color: #f5f3f9;
}

.tall-logo {
  width: auto;
  max-height: 100%;
  max-width: none;
}

.performant-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 18px 26px -4px hsla(0, 0%, 83%, .31);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-shadow: none;
}

.performant-shadow:hover {
  background-image: none;
  box-shadow: none;
}

.fill-link {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  display: none;
}

.shadow-normal {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 18px 24px -4px rgba(0, 0, 0, .12);
  opacity: 1;
}

.shadow-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 18px 4vw -4px rgba(0, 0, 0, .24);
  opacity: 0;
}

.portfolio-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-filter: blur(13px);
  filter: blur(13px);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.439, 1.937, .509, -.239);
  transition: -webkit-filter 300ms cubic-bezier(.439, 1.937, .509, -.239);
  transition: filter 300ms cubic-bezier(.439, 1.937, .509, -.239);
  transition: filter 300ms cubic-bezier(.439, 1.937, .509, -.239), -webkit-filter 300ms cubic-bezier(.439, 1.937, .509, -.239);
}

.portfolio-image.nordic-valley-image {
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Nordic-Valley-Nightskiing.jpg'), -webkit-linear-gradient(270deg, #6499b0, #6499b0);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Nordic-Valley-Nightskiing.jpg'), linear-gradient(180deg, #6499b0, #6499b0);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(.439, 1.937, .509, -.239);
  transition-timing-function: cubic-bezier(.439, 1.937, .509, -.239);
}

.portfolio-image.aviacode-image {
  background-color: #659ab1;
  background-image: -webkit-linear-gradient(270deg, rgba(101, 154, 177, .5), rgba(101, 154, 177, .5)), url('../images/aviacode.jpg'), -webkit-linear-gradient(270deg, #659ab1, #659ab1);
  background-image: linear-gradient(180deg, rgba(101, 154, 177, .5), rgba(101, 154, 177, .5)), url('../images/aviacode.jpg'), linear-gradient(180deg, #659ab1, #659ab1);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.portfolio-image.adobe-image {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/xd-overview.jpg'), -webkit-linear-gradient(270deg, #fd0011, #fd0011);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/xd-overview.jpg'), linear-gradient(180deg, #fd0011, #fd0011);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.portfolio-image.whiteboarding {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/WireFraming.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/WireFraming.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 512px;
}

.portfolio-image.wireframing-image {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/wireframes.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/wireframes.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.portfolio-image.site-mapping-image {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/Site-mapping.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Site-mapping.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.portfolio-image.persona-creation {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/Persona-Example.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Persona-Example.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-image.prototyping {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/Prototyping.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Prototyping.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-image.user-flows {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/User-Flows.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/User-Flows.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

.portfolio-image.ab-testing {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/ab-testing.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/ab-testing.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-image.iconography {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/iconography.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/iconography.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-image.visual-design {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/visual-design.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/visual-design.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-image.typography {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/typography.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/typography.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.color-theory {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/Color-Theory.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Color-Theory.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.data-visualization {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/data-visualization.jpeg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/data-visualization.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.theming {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/theming.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/theming.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.style-guide-image {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/Style-Guide.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/Style-Guide.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.design-system-image {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/design-system.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/design-system.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.usability-testing {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/user-testing.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/user-testing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.accessibility {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/color-blindness.jpeg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/color-blindness.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.gestalt-principles {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/gestalt-principles.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/gestalt-principles.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.information-architecture {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/information-architecture.jpeg');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/information-architecture.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.copy-writing {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/watch-the-world-burn.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/watch-the-world-burn.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-image.micro-interactions {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url('../images/micro-interactions.png'), -webkit-linear-gradient(270deg, #192469, #192469);
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/micro-interactions.png'), linear-gradient(180deg, #192469, #192469);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.portfolio-content {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clip-blurry-excess {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 4px;
}

.design-process {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 12px;
  background-image: -webkit-linear-gradient(270deg, transparent, hsla(0, 0%, 100%, 0) 50%, #f5f3f9 0, #f5f3f9);
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0) 50%, #f5f3f9 0, #f5f3f9);
}

.circles {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 800px;
  height: 800px;
  margin: 3em auto;
}

.circle-1.circle {
  border-width: 80px;
  border-color: #fe7961;
  background-color: #fe7961;
  box-shadow: 0 16px 50px 12px rgba(0, 3, 55, .12);
}

.circle-2.circle {
  border-width: 100px;
  border-color: #ffc827;
  background-color: #ffc827;
  box-shadow: 0 16px 50px 0 rgba(0, 3, 55, .12);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.circle-3.circle {
  border-width: 3px;
  border-color: rgba(73, 163, 211, .1);
  background-color: #49a3d3;
  box-shadow: 0 18px 32px 2px rgba(0, 3, 55, .12);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.circle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 6px solid #18181a;
  border-radius: 50%;
}

.circle.circle-step-1 {
  -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-style: none;
}

.circle.circle-step-2 {
  border-style: none;
}

.circle.circle-step-3 {
  border-style: none;
}

.circle.circle-step-4 {
  border-style: none;
}

.circle.circle-step-5 {
  border-width: 0px;
}

.circles-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.circle-step {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, .02);
}

.steps-titles {
  width: 100%;
  height: 100%;
}

.steps-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 72px;
  line-height: 1em;
  text-align: center;
}

.step-1-title.steps-title {
  display: block;
}

.step-2-title.steps-title {
  display: block;
}

.step-3-title.steps-title {
  display: block;
}

.step-4-title.steps-title {
  display: block;
}

.step-5-title.steps-title {
  display: block;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.dark {
  background-color: #000;
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.chat-history.single-column-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-message {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f1f1f1;
  color: #5d5d5d;
}

.chat-message.alternate {
  margin-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #70c0ff;
  color: #fff;
}

.chat-message.alternate.typing-indicator {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  min-width: 100%;
  background-color: transparent;
  background-image: url('../images/messages-typing-indicator.gif');
  background-position: 125% 50%;
  background-size: 290px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ipad-container-2 {
  height: 100%;
  border: 10px solid transparent;
}

.text-block {
  color: #2a2a2a;
}

.url-bar-2 {
  width: 100%;
  height: 42px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 5px;
  padding-left: 10px;
  border: 6px solid #f9f9f9;
  border-radius: 12px;
  background-color: #e8e8e9;
}

.chat-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 768px;
  min-width: 768px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-title {
  display: none;
  height: auto;
  min-height: 1.5em;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}

.ipad-layer-4 {
  height: 100%;
  border-radius: 15px;
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.ipad-layer-4.blank-background {
  background-image: none;
  background-size: auto;
}

.align-flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/nice_inContact_background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/nice_inContact_background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.see-more-text {
  opacity: 0;
  color: #fff;
  text-shadow: none;
}

.original-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 200px;
  margin: 1vw 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
}

.force-c {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 5vw;
  margin-top: 16px;
  margin-bottom: 3vw;
  padding: 3vw 5vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 5vw;
  -ms-flex-preferred-size: 5vw;
  flex-basis: 5vw;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #44a2d4, #44a2d4);
  background-image: linear-gradient(180deg, #44a2d4, #44a2d4);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25);
  cursor: pointer;
}

.force-c.adobe-red {
  background-image: -webkit-linear-gradient(270deg, rgba(253, 0, 17, .71), rgba(253, 0, 17, .71)), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, rgba(253, 0, 17, .71), rgba(253, 0, 17, .71)), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.force-c.aviacode-item {
  background-image: -webkit-linear-gradient(270deg, #639ab2, #639ab2), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #639ab2, #639ab2), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.force-c.nordic-valley-item {
  background-image: -webkit-linear-gradient(270deg, #58585a, #58585a), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #58585a, #58585a), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
}

.force-c.thomas-arts-item {
  background-image: -webkit-linear-gradient(270deg, #f6891c, #f6891c), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #f6891c, #f6891c), linear-gradient(180deg, #fff, #fff);
  color: #fff;
  text-shadow: none;
}

.force-c.tazworks-item {
  background-image: -webkit-linear-gradient(270deg, #2c3e4f, #2c3e4f), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #2c3e4f, #2c3e4f), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.force-c.webflow-item {
  background-color: #4353ff;
  background-image: -webkit-linear-gradient(270deg, #4353ff, #4353ff);
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.force-c.invision-item {
  background-color: #f36;
  background-image: -webkit-linear-gradient(270deg, #f36, #f36);
  background-image: linear-gradient(180deg, #f36, #f36);
}

.force-c.sketch-item {
  background-color: #fd9800;
  background-image: -webkit-linear-gradient(270deg, #fd9800, #fd9800);
  background-image: linear-gradient(180deg, #fd9800, #fd9800);
}

.force-c.principle-item {
  background-image: -webkit-linear-gradient(270deg, #8e40c0, #8e40c0), -webkit-linear-gradient(270deg, #8e40c0, #8e40c0);
  background-image: linear-gradient(180deg, #8e40c0, #8e40c0), linear-gradient(180deg, #8e40c0, #8e40c0);
}

.force-c.zeplin-item {
  background-color: #fcca32;
  background-image: -webkit-linear-gradient(270deg, #fcca32, #fcca32);
  background-image: linear-gradient(180deg, #fcca32, #fcca32);
}

.force-c.adobe-xd {
  background-color: #ee36bb;
  background-image: -webkit-linear-gradient(270deg, #ee36bb, #ee36bb);
  background-image: linear-gradient(180deg, #ee36bb, #ee36bb);
}

.force-c.framer-item {
  background-color: #05f;
  background-image: -webkit-linear-gradient(270deg, #05f, #05f);
  background-image: linear-gradient(180deg, #05f, #05f);
}

.force-c.figma-item {
  background-image: -webkit-linear-gradient(270deg, #8420ff, #8420ff);
  background-image: linear-gradient(180deg, #8420ff, #8420ff);
}

.force-c.abstract-item {
  background-color: #0f0f0f;
  background-image: -webkit-linear-gradient(270deg, #0f0f0f, #0f0f0f);
  background-image: linear-gradient(180deg, #0f0f0f, #0f0f0f);
}

.force-c.side-scrollable {
  margin-right: 2vw;
  margin-left: 2vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 31vw;
  -ms-flex-preferred-size: 31vw;
  flex-basis: 31vw;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.force-c.white-background {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.force-c.force-consistency {
  padding-right: 0vw;
  padding-left: 0vw;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.overflow-affordance {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 60px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  -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;
  background-image: -webkit-linear-gradient(0deg, #f5f3f9, #f5f3f9 18%, rgba(245, 243, 249, 0));
  background-image: linear-gradient(90deg, #f5f3f9, #f5f3f9 18%, rgba(245, 243, 249, 0));
}

.overflow-affordance.end {
  left: auto;
  right: 0px;
  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;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.full-page-slider {
  width: 100%;
  height: 100vh;
  background-color: #f4f2f9;
}

.full-page-slider.light-background {
  background-color: #f5f3f9;
}

.left-slider-arrow {
  color: #000;
}

.right-slider-arrow {
  color: #000;
}

.portfolio-slide {
  overflow: hidden;
  height: 100%;
  background-color: #f4f2f9;
}

.portfolio-slide.instascreen-mockup {
  background-image: url('../images/instascreen-mockups-responsive.png');
  background-position: -64px 97%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-title {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 50%;
  margin: 0em auto 1em;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.slide-title.larger {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 36px;
}

.slide-title.larger.dark-text {
  margin-top: 0em;
  margin-bottom: 0.25em;
  color: #000;
  font-weight: 300;
}

.tazworks-slide-navigation {
  margin-bottom: 1em;
}

.slide-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
}

.slide-logo {
  min-height: 100px;
  margin-top: 1em;
  background-image: url('../images/TazWorks-Logo-new---white-02.svg');
  background-position: 50% 50%;
  background-size: 320px;
  background-repeat: no-repeat;
  opacity: 0;
}

.defining-the-problem {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-left: 80px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.explaination-of-problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-bottom: 80px;
  padding-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rich-text-in-slider {
  padding-top: 68px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.rich-text-in-slider.align-top {
  padding-top: 0px;
}

.figure-title {
  width: auto;
  margin: 0.5em 1em;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
}

.figure-title.align-bottom {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.scroll-right-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #d6d6d6;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.rotate-right {
  opacity: 1;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transform: rotate(90deg) scale(0.5);
  -ms-transform: rotate(90deg) scale(0.5);
  transform: rotate(90deg) scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.rotate-right.flip {
  -webkit-transform: rotate(90deg) scale(0.5) rotate(-180deg);
  -ms-transform: rotate(90deg) scale(0.5) rotate(-180deg);
  transform: rotate(90deg) scale(0.5) rotate(-180deg);
}

.rotate-right.smaller {
  -webkit-transform: rotate(90deg) scale(0.25);
  -ms-transform: rotate(90deg) scale(0.25);
  transform: rotate(90deg) scale(0.25);
}

.rotate-right.smaller.right-arrow-slider {
  -webkit-transform: rotate(90deg) scale(0.25) translate(0px, 170px);
  -ms-transform: rotate(90deg) scale(0.25) translate(0px, 170px);
  transform: rotate(90deg) scale(0.25) translate(0px, 170px);
}

.rotate-right.smaller.left-arrow-slider {
  -webkit-transform: rotate(90deg) scale(0.25) translate(0px, 170px);
  -ms-transform: rotate(90deg) scale(0.25) translate(0px, 170px);
  transform: rotate(90deg) scale(0.25) translate(0px, 170px);
}

.smooth-scroll-to {
  position: absolute;
  left: 0px;
  top: 50vh;
  right: 0px;
  height: 0px;
  min-height: 0px;
  opacity: 0;
}

.slide-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.two-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  margin-bottom: 80px;
  -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;
}

.download-link {
  min-width: 160px;
  border-radius: 4px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 3, 55, .2), rgba(0, 3, 55, .2));
  background-image: linear-gradient(180deg, rgba(0, 3, 55, .2), rgba(0, 3, 55, .2));
  text-align: center;
}

.download-link:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
}

.component-style-guide {
  margin-bottom: 1em;
}

.recent-projects-slide {
  height: 100%;
  background-color: #f5f3f9;
}

.recent-projects-slide.instascreen-mockup {
  background-image: url('../images/instascreen-mockups-responsive.png');
  background-position: -64px 97%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scrollable-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scrollable-image.align-top {
  position: relative;
  overflow: hidden;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.portfolio-link {
  margin-bottom: 1em;
  opacity: 0.5;
  font-family: Lato, sans-serif;
  color: #000;
  font-style: italic;
  text-decoration: none;
}

.instascreen-mockup-image {
  position: relative;
  left: -4.5vw;
  display: block;
  margin-top: 6em;
  margin-right: auto;
  margin-left: auto;
}

.lighter {
  font-weight: 300;
}

.center-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-multiply {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.fade-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.portfolio-video-background {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0%;
  border-radius: 3px;
}

.portfolio-video-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1920px;
  max-width: 100%;
  min-height: 600px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.relative {
  position: relative;
  width: 100%;
}

.video-background {
  z-index: 2;
  width: 100%;
  height: auto;
  padding-bottom: 57.6%;
}

.video-background-slide {
  background-color: transparent;
}

.video-background-slides {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.video-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.video-mask {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.touch-id {
  position: absolute;
  left: 0px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  -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;
}

.touch-id-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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-radius: 50%;
  background-image: -webkit-linear-gradient(270deg, #d3c3b2, #61584b 50%, #fcefe0), -webkit-linear-gradient(315deg, #474038, #f5f2ed 48%, #f5ece8);
  background-image: linear-gradient(180deg, #d3c3b2, #61584b 50%, #fcefe0), linear-gradient(135deg, #474038, #f5f2ed 48%, #f5ece8);
}

.touch-id-inner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
}

.mask {
  background-color: #f4f2f9;
}

.fade-background {
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #fff, #f5f3f9);
  background-image: linear-gradient(180deg, #fff, #f5f3f9);
}

.right-arrow {
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.left-arrow {
  left: 0px;
  top: 0px;
  bottom: 0px;
  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;
}

html.w-mod-js *[data-ix="scroll-indication-2"] {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

html.w-mod-js *[data-ix="fade-in-out"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10vh) scale(0.75, 0.75);
  -ms-transform: translate(0px, 10vh) scale(0.75, 0.75);
  transform: translate(0px, 10vh) scale(0.75, 0.75);
}

html.w-mod-js *[data-ix="fade-in-on-view"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="step-1-define-the-problem"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="step-2-collect-information"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="step-3-brainstorm"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="step-4-develop-solutions"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="step-5-gather-feedback"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-size: 14px;
    line-height: 1.2em;
  }
  h2 {
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.2em;
  }
  .happy-crane {
    width: 90%;
    padding-bottom: 45%;
  }
  .intro-messaging {
    width: 90%;
  }
  .maintenence-main-text {
    font-size: 28px;
  }
  .heading {
    font-size: 31px;
  }
  .ipad-container.portfolio-item {
    margin-bottom: 80px;
  }
  .chat-container {
    max-width: 100%;
    min-width: 100%;
  }
  .scroll-hint {
    z-index: 9999;
  }
  .scroll-hint.bottom-scroll-hint {
    z-index: 100;
  }
  .heading-4.tools-using {
    text-shadow: 0 1px 0 #49a3d3;
  }
  .heading-4.my-process {
    text-shadow: none;
  }
  .projects {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-item {
    width: 45.5vw;
    margin-bottom: 6vw;
    padding-bottom: 6vw;
  }
  .flex-item.side-scrollable {
    -webkit-flex-basis: 50vw;
    -ms-flex-preferred-size: 50vw;
    flex-basis: 50vw;
  }
  .project-text {
    font-size: 2.5vw;
    font-weight: 300;
  }
  .project-link.see-more {
    right: 5vw;
    margin-bottom: 12px;
  }
  .project-title {
    margin-top: 5vh;
    font-size: 3vw;
  }
  .performant-shadow {
    width: 47.5vw;
    padding-bottom: 6vw;
  }
  .circles {
    width: 100%;
    height: auto;
    margin-bottom: 0em;
    padding-bottom: 100%;
  }
  .chat-message.alternate.typing-indicator {
    background-position: 290% 50%;
  }
  .chat-container-2 {
    max-width: 100%;
    min-width: 100%;
  }
  .chat-title {
    margin-top: 24px;
    text-align: center;
  }
  .see-more-text {
    font-size: 10px;
  }
  .original-image {
    margin-top: 12vw;
    margin-bottom: 8vw;
  }
  .force-c {
    width: 45.5vw;
    margin-bottom: 6vw;
    padding-bottom: 6vw;
  }
  .full-page-slider {
    height: auto;
    min-height: 420px;
  }
  .portfolio-slide {
    overflow: visible;
  }
  .portfolio-slide.instascreen-mockup {
    min-height: 420px;
    background-position: 35% 110%;
    background-size: 80%;
  }
  .slide-title {
    max-width: 80%;
    margin-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
    font-size: 24px;
    line-height: 1.2em;
  }
  .slide-title.larger.dark-text {
    margin-top: 2em;
  }
  .slide-subtitle {
    margin-bottom: 1em;
  }
  .defining-the-problem {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    margin-top: 0px;
    -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;
  }
  .navigation-before {
    margin-top: 1em;
    margin-bottom: 80px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .explaination-of-problem {
    margin-top: 2em;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .rich-text-in-slider.align-top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .figure-title {
    margin-bottom: 0.5em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
    line-height: 1.2em;
  }
  .slide-content {
    position: static;
  }
  .recent-projects-slide.instascreen-mockup {
    min-height: 420px;
    background-position: 35% 110%;
    background-size: 80%;
  }
  .instascreen-mockup-image {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-top: 60px;
  }
  .div-block-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }
  .center-image {
    position: static;
  }
  .video-background-slides {
    height: auto;
  }
  .video-slide-content {
    height: auto;
  }
  .video-mask {
    height: auto;
  }
  .fade-background {
    height: auto;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }
  .maintenence-main-text {
    font-size: 22px;
  }
  .heading {
    font-size: 33px;
  }
  .resume-left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ipad-container.portfolio-item {
    margin-bottom: 50px;
  }
  .resume-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first-of-two-columns {
    padding-right: 10px;
  }
  .chat-container {
    width: 100%;
    min-width: auto;
  }
  .second-of-two-columns {
    padding-left: 10px;
  }
  .easter-egg.full {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .heading-4.tools-using {
    text-shadow: 0 1px 0 #49a3d3;
  }
  .projects {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-item {
    width: 46vw;
    margin-bottom: 8vw;
    padding-bottom: 10vw;
  }
  .project-text {
    font-size: 2.5vw;
    font-weight: 300;
  }
  .project-link.see-more {
    right: 10vw;
  }
  .project-title {
    font-size: 4vw;
  }
  .performant-shadow {
    width: 47vw;
    padding-bottom: 10vw;
  }
  .circles {
    margin-bottom: 0em;
  }
  .chat-message.alternate.typing-indicator {
    background-position: 290% 50%;
  }
  .chat-container-2 {
    width: 100%;
    min-width: auto;
  }
  .original-image {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .force-c {
    width: 46vw;
    margin-bottom: 8vw;
    padding-bottom: 10vw;
  }
  .full-page-slider {
    height: auto;
    min-height: 420px;
  }
  .portfolio-slide.instascreen-mockup {
    min-height: 420px;
    background-position: -44px 95%;
    background-size: contain;
  }
  .slide-title {
    line-height: 1.2em;
  }
  .slide-subtitle {
    margin-bottom: 0.5em;
  }
  .slide-logo {
    min-height: 60px;
    background-size: 150px;
  }
  .defining-the-problem {
    position: static;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-before {
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .explaination-of-problem {
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
    -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;
  }
  .figure-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .rotate-right.smaller.right-arrow-slider {
    -webkit-transform: rotate(90deg) scale(0.5);
    -ms-transform: rotate(90deg) scale(0.5);
    transform: rotate(90deg) scale(0.5);
  }
  .rotate-right.smaller.left-arrow-slider {
    -webkit-transform: rotate(90deg) scale(0.5);
    -ms-transform: rotate(90deg) scale(0.5);
    transform: rotate(90deg) scale(0.5);
  }
  .recent-projects-slide.instascreen-mockup {
    min-height: 420px;
    background-position: -44px 95%;
    background-size: contain;
  }
  .instascreen-mockup-image {
    left: -6.5vw;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }
  .full {
    overflow: visible;
    height: 90vh;
    margin-top: -15vh;
  }
  .maintenence-main-text {
    font-size: 1em;
  }
  .heading {
    font-size: 17px;
    line-height: 1.25em;
  }
  .resume-text-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resume-left {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .resume-first-name {
    font-size: 45px;
    line-height: 1em;
  }
  .ipad-container.portfolio-item {
    margin-bottom: 60px;
  }
  .resume-last-name {
    font-size: 34px;
    line-height: 1em;
  }
  .resume-section-content-container {
    padding-left: 0px;
  }
  .side-by-side-container {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .resume-right {
    padding-right: 12px;
    padding-left: 12px;
  }
  .resume-container {
    overflow: hidden;
  }
  .padded-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .camera-hole.ipad-camera {
    top: 16px;
    right: 50%;
    margin-top: 0px;
    margin-right: -8px;
  }
  .ipad-layer-2.horizontal-ipad {
    padding: 44px 6px 80px;
  }
  .resume-section-info-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .url-text {
    overflow: hidden;
  }
  .resume-photo-container {
    background-position: 19% 2%;
    background-size: 132%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .url-bar {
    overflow: hidden;
  }
  .scrollable-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .signal-bars {
    right: -4px;
  }
  .section.intro-section {
    overflow: hidden;
    height: 120vh;
  }
  .easter-egg.full {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section-intro-title {
    padding-top: 2em;
  }
  .section-intro-title.most-recent-title {
    padding-top: 2em;
  }
  .heading-4.tools-using {
    font-size: 8vw;
    text-shadow: 0 1px 0 #49a3d3;
  }
  .heading-4.my-process {
    font-size: 8vw;
  }
  .full-width {
    width: 100%;
  }
  .recent-work-container {
    padding-bottom: 0em;
  }
  .recent-work-container.hori-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex-item {
    width: 90vw;
    margin-bottom: 64px;
    padding-right: 8vw;
    padding-bottom: 12vw;
    padding-left: 8vw;
  }
  .flex-item.side-scrollable {
    padding: 8vw;
    -webkit-flex-basis: 90vw;
    -ms-flex-preferred-size: 90vw;
    flex-basis: 90vw;
  }
  .project-text {
    font-size: 4.5vw;
    font-weight: 300;
  }
  .project-title {
    font-size: 6vw;
  }
  .performant-shadow {
    width: 90vw;
    margin-bottom: 64px;
    padding-bottom: 12vw;
  }
  .design-process {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .circles {
    margin-bottom: 0em;
  }
  .circle-step {
    width: 5vw;
    height: 5vw;
    margin-top: -2.5vw;
    margin-left: -2.5vw;
  }
  .steps-title {
    font-size: 7.5vw;
  }
  .original-image {
    margin-top: 15vw;
    margin-bottom: 20vw;
  }
  .force-c {
    width: 90vw;
    margin-bottom: 64px;
    padding-bottom: 12vw;
  }
  .white-link {
    color: #fff;
    text-decoration: none;
  }
  .body {
    overflow: hidden;
  }
  .full-page-slider {
    height: auto;
  }
  .left-slider-arrow.dark-arrow {
    margin-right: 30px;
    -webkit-filter: none;
    filter: none;
  }
  .right-slider-arrow.dark-arrow {
    margin-left: 30px;
    -webkit-filter: none;
    filter: none;
  }
  .portfolio-slide.instascreen-mockup {
    min-height: 400px;
    background-position: -11px 67%;
  }
  .slide-title {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.2em;
  }
  .slide-title.larger {
    font-size: 24px;
  }
  .slide-logo {
    min-height: 60px;
    background-size: 150px;
  }
  .defining-the-problem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-before {
    margin-top: 0em;
    padding-right: 40px;
    padding-left: 40px;
  }
  .explaination-of-problem {
    padding-right: 40px;
    padding-bottom: 1em;
    padding-left: 40px;
  }
  .figure-title {
    margin-right: 0em;
    margin-left: 0em;
  }
  .two-buttons {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .download-link {
    min-width: auto;
  }
  .recent-projects-slide.instascreen-mockup {
    min-height: 400px;
    background-position: -11px 67%;
  }
  .instascreen-mockup-image {
    padding-top: 70px;
  }
  .touch-id {
    left: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    margin-left: -40px;
  }
  .mobile-screenshot {
    overflow: auto;
    max-height: 80vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .full-width-image {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

