body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Biotif, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.home {
  background-color: #fefaf6;
  font-family: 'Biotif Semi Bold', sans-serif;
  font-weight: 600;
}

.c-nav {
  width: 100%;
}

.c-nav.p-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.p-nav {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fefaf6;
}

.p-nav.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 0 20px -10px #000;
}

.c-nav-list {
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  list-style-type: none;
}

.c-nav-list.o-flexy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.c-nav-list.o-flexy.o-flexy-top {
  padding-left: 40px;
  -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;
}

.c-nav-list-item {
  margin-right: 85px;
}

.c-nav-list-item.o-flexy-item {
  max-width: 100%;
  min-width: 0px;
}

.c-nav-list-item.o-flexy-item.about {
  margin-left: 0px;
}

.c-nav-list-item.o-flexy-item.work {
  margin-left: 0px;
}

.c-nav-list-item.o-flexy-item.logo {
  margin-right: 0px;
}

.c-nav-list-item.mail {
  margin-right: 0px;
  margin-left: 0px;
}

.c-nav-list-item.linkedin {
  margin-right: 40px;
  margin-left: 0px;
}

.c-nav-list-link {
  position: relative;
  display: block;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
  color: #232320;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.c-nav-list-link.c-nav-list-link--logo {
  position: absolute;
  top: -1px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
}

.c-logo {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 20px;
  -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: url('../images/eye.svg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
}

.c-logo-eye {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -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(111deg);
  -ms-transform: rotate(111deg);
  transform: rotate(111deg);
}

.c-logo-iris {
  position: relative;
  width: 10px;
  height: 10px;
  margin-bottom: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.p-about {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/halfmoon.png');
  background-position: 50% 110%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: none;
  object-fit: none;
}

.c-hero {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.c-flexy-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -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-style: solid;
  border-width: 10px;
  border-color: #232320;
  border-radius: 5px;
  background-color: #fefaf6;
  opacity: 1;
}

.c-hero-title {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Biotif Semi Bold', sans-serif;
  color: #232320;
  font-size: 7.5em;
  line-height: 110%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -3px;
}

.c-hero-sub {
  max-width: 580px;
  margin-bottom: 1.3em;
  color: #656270;
  font-size: 1.3em;
  line-height: 1.7em;
  text-align: center;
}

.c-hero-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  height: 35rem;
  max-height: 35rem;
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
  -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;
  opacity: 1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-image {
  position: relative;
  z-index: 1;
  height: 90%;
  border-style: solid;
  border-width: 2px;
  border-color: #cba05b;
  border-radius: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-backdrop {
  position: absolute;
  left: -6%;
  bottom: -1%;
  z-index: 0;
  width: 85%;
  height: 85%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #cba05b;
  border-radius: 5rem;
}

.p-anim {
  position: fixed;
  z-index: -1;
  display: none;
  height: 100vh;
  margin-bottom: 107px;
  -webkit-transform: scale(1.5) translate(0px, 80px);
  -ms-transform: scale(1.5) translate(0px, 80px);
  transform: scale(1.5) translate(0px, 80px);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-work {
  display: none;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #fefaf6;
}

.c-work {
  overflow: hidden;
  width: 1300px;
  height: 80vh;
  max-width: 1300px;
  min-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-title {
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Bogart, sans-serif;
  color: #232320;
  font-size: 7em;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.c-work-grid {
  display: -ms-grid;
  display: grid;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.25fr minmax(auto, 2fr) minmax(auto, 2fr);
  grid-template-rows: 0.25fr minmax(auto, 2fr) minmax(auto, 2fr);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fefaf6;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  -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;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0fbcad;
}

.mask {
  width: 60vw;
}

.slide {
  margin: auto;
}

.c-slide-canvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.c-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-slide-content.text {
  -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: 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;
}

.heading {
  color: #232320;
  font-weight: 600;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #656270;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #656270;
}

.slide-link {
  text-decoration: none;
}

.forward-arrow {
  background-image: url('../images/arrow.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.back-arrow {
  display: block;
  background-image: url('../images/arrow-back.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #232320;
  text-decoration: none;
}

.text-span {
  display: block;
}

.footer {
  display: none;
  overflow: hidden;
  height: 3vh;
  margin-bottom: -50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fefaf6;
  text-align: center;
}

.text-block {
  font-family: 'Biotif Light', sans-serif;
  color: #000;
  font-size: 90px;
  line-height: 120px;
  font-weight: 400;
}

.text-block.success {
  font-family: Biotif, sans-serif;
  font-size: 90px;
  text-align: center;
}

.c-slide-bg {
  position: absolute;
  z-index: -1;
  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;
}

.transition {
  position: fixed;
  z-index: 20000;
  display: none;
  width: 100%;
  height: 100vh;
}

.transition-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.transition-bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffeec4;
}

.transition-image {
  position: absolute;
}

.transition-trigger {
  display: none;
}

.mininav-wrapper {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 80px;
  height: 80px;
  -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;
}

.mininav-wrapper.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-button {
  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: 5px;
  box-shadow: inset 0 0 0 2px #000;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  cursor: pointer;
}

.nav-button:hover {
  border-radius: 10px;
}

.nav-button:active {
  border-radius: 16px;
}

.logo-wrapper {
  position: absolute;
  z-index: 150;
  display: none;
  width: 100vw;
  height: 80px;
  -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;
}

.div-block {
  display: none;
}

.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-1.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-1.external {
  display: block;
  margin-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.section.clients {
  background-color: #fefaf6;
  background-image: linear-gradient(335deg, #f8c6ff, #ffeec4);
}

.section.old-work {
  display: none;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.horizontal {
  -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;
}

.container.horizontal.contact-container {
  padding: 50px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dacdff), to(#fefaf6));
  background-image: linear-gradient(180deg, #dacdff, #fefaf6);
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Biotif Extra Bold', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title.left-justified {
  margin-bottom: 40px;
  padding-left: 0px;
}

.project-image {
  position: relative;
  width: 100%;
  height: 400px;
  max-width: 100%;
  border-radius: 5px;
}

.project-image.dotal {
  background-image: url('../images/DotalBanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-image.cashclock {
  background-image: url('../images/CashClock.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-image.supercats {
  background-image: url('../images/SupercatsBanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image.lighthouse {
  background-image: url('../images/LightHouseBanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-number-holder {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -53px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-type {
  display: block;
  margin-top: 30px;
  margin-right: 10px;
  font-family: 'Biotif Bold', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project {
  margin-top: 75px;
  margin-bottom: 75px;
}

.project-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -85px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-content {
  width: 50%;
  margin-right: -20px;
  padding: 59px;
  border-radius: 5px;
  background-color: #fefaf6;
  box-shadow: 1px 1px 125px 0 rgba(0, 0, 0, 0.2);
}

.paragraph {
  font-family: Biotif, sans-serif;
  color: #706b6b;
}

.project-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 35px;
  border-left: 2px solid #000;
  text-transform: uppercase;
}

.project-link {
  display: inline-block;
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-details {
  margin-top: 85px;
  margin-left: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.project-summary {
  width: 500px;
  margin-left: 50px;
}

.full-project-image {
  margin-top: 0px;
  margin-bottom: 50px;
  border-radius: 5px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -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;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.client-wrapper {
  display: block;
  margin-top: -50px;
  margin-bottom: -50px;
}

.client-wrapper.old {
  display: none;
}

.form {
  width: 550px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 112px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.text-field {
  border-radius: 5px;
  box-shadow: 21px 21px 70px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
}

.text-field.long {
  height: 160px;
}

.submit-button {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-image: linear-gradient(326deg, #f8c6ff, #ffeec4);
  box-shadow: 21px 21px 70px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Biotif Extra Bold', sans-serif;
  color: #000;
  text-transform: uppercase;
}

.submit-button.hidden {
  display: none;
}

.social-icon {
  width: 35px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.social-icon.cv {
  width: 38px;
  margin-left: -1px;
}

.inline-block-text {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  background-color: #fefaf6;
}

.rich-text-block {
  display: none;
}

.body-2 {
  background-color: #fefaf6;
}

.body-3 {
  background-color: #fefaf6;
}

.body-4 {
  background-color: #fefaf6;
}

.body-5 {
  background-color: #fefaf6;
}

.div-block-2 {
  margin-bottom: 21px;
  border-radius: 5px;
  background-color: rgba(42, 189, 52, 0.7);
}

@media screen and (min-width: 1280px) {
  .c-hero {
    display: block;
  }

  .p-anim {
    display: block;
    width: 150vw;
    height: 100%;
    -webkit-transform: scale(1.5) translate(0px, 300px);
    -ms-transform: scale(1.5) translate(0px, 300px);
    transform: scale(1.5) translate(0px, 300px);
  }

  .section {
    background-color: #fefaf6;
  }

  .section.clients {
    background-image: linear-gradient(335deg, #f8c6ff, #ffeec4);
  }

  .collection-list {
    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-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;
  }

  .collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -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 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
  }
}

@media screen and (min-width: 1440px) {
  .c-nav-list.o-flexy.o-flexy-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-nav-list-item.o-flexy-item {
    margin-left: 50px;
  }

  .c-nav-list-item.o-flexy-item.logo {
    margin-left: 0px;
  }

  .c-nav-list-item.mail {
    margin-right: 50px;
  }

  .p-anim {
    display: block;
  }

  .p-work {
    display: none;
  }

  .footer {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .c-nav-list-item.o-flexy-item.about {
    margin-left: 0px;
  }

  .c-nav-list-item.o-flexy-item.work {
    margin-left: 0px;
  }

  .c-nav-list-item.linkedin {
    margin-right: 40px;
    margin-left: 0px;
  }

  .p-anim {
    width: 200vw;
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
  }

  .nav-button:hover {
    border-radius: 10px;
  }

  .nav-button:active {
    border-radius: 17px;
  }

  .logo-wrapper {
    display: none;
  }

  .rich-text-block {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .c-nav.p-nav {
    display: none;
  }

  .p-about {
    background-position: 50% 100%;
  }

  .c-flexy-block {
    margin-right: 100px;
    margin-left: 100px;
  }

  .c-hero-title {
    font-size: 6.5em;
  }

  .c-hero-sub {
    font-size: 1.3em;
  }

  .p-anim {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mininav-wrapper {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-button {
    -webkit-transition: border-radius 200ms ease;
    transition: border-radius 200ms ease;
  }

  .nav-button:hover {
    border-radius: 8px;
  }

  .nav-button:active {
    border-radius: 15px;
  }

  .nav-menu {
    position: absolute;
    left: 84%;
    top: 71%;
    right: auto;
    bottom: auto;
    width: 170px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fefaf6;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.26);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .link-block {
    display: block;
    padding: 20px;
    font-family: 'Biotif Semi Bold', sans-serif;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .container.horizontal {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-content {
    width: 65%;
  }

  .project-details {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
  }

  .project-summary {
    width: 100%;
    margin-left: 0px;
  }

  .form {
    width: 100%;
  }

  .social-wrapper {
    margin-left: 0px;
  }

  .social-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .social-icon {
    width: 20px;
  }

  .social-icon.cv {
    width: 25px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .inline-block-text {
    font-size: 12px;
  }

  .social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .c-hero-sub {
    display: none;
  }

  .p-anim {
    -webkit-transform: translate(0px, 138px);
    -ms-transform: translate(0px, 138px);
    transform: translate(0px, 138px);
  }

  .footer {
    padding: 40px 20px;
  }

  .text-block.success {
    font-size: 24px;
    line-height: 60px;
  }

  .section-title.left-justified {
    font-size: 40px;
  }

  .project-content {
    width: 85%;
  }

  .collection-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .social-wrapper {
    -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;
  }

  .social-link {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .social-container {
    -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-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;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }

  .p-nav.divider {
    display: block;
  }

  .p-about {
    width: 100%;
  }

  .c-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-flexy-block {
    width: 100%;
    max-width: 50%;
  }

  .c-hero-title {
    font-size: 3em;
  }

  .c-hero-sub {
    display: none;
  }

  .p-work {
    display: none;
  }

  .c-work {
    display: none;
  }

  .footer {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .text-block.success {
    font-size: 18px;
    line-height: 60px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.horizontal.contact-container {
    padding: 0px 10px;
  }

  .section-title {
    padding-left: 0px;
  }

  .section-title.left-justified {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .project-image {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .project-number-holder {
    margin-right: 5px;
  }

  .project-preview {
    margin-top: 0px;
  }

  .project-content {
    width: 100%;
    margin-right: 0px;
    padding: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .full-project-image {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .collection-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .social-link {
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@font-face {
  font-family: 'Biotif';
  src: url('../fonts/Biotif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biotif Light';
  src: url('../fonts/Biotif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biotif Extra Bold';
  src: url('../fonts/Biotif-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biotif Bold';
  src: url('../fonts/Biotif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biotif Semi Bold';
  src: url('../fonts/Biotif-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bogart';
  src: url('../fonts/Bogart-Medium-trial.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}