body {
  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;
  background-color: #202020;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 4em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

h2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 3em;
  line-height: 1.5;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  background-color: #2e2e2e;
  font-family: Nexa, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #202020;
}

.nav-link {
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  font-family: Nexa, sans-serif;
  color: #ccc;
  font-size: 1.125em;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.custom-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-section {
  margin-top: auto;
  margin-bottom: 100px;
}

.hero-section {
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.circle-image-container {
  position: static;
  top: -340px;
  z-index: 1;
  max-height: 360px;
  max-width: 360px;
  margin-top: -300px;
  float: right;
  border: 1px solid #000;
  border-radius: 1000px;
}

.circle-image {
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Nexa, sans-serif;
  color: #ccc;
  font-size: 1.5em;
}

.button {
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #2646ff;
  background-image: linear-gradient(45deg, #7326ff, #2646ff);
  font-family: Nexa, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.button:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(45deg, #7326ff, #2646ff);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.dark-text {
  color: #000;
}

.dark-text.centre-text {
  text-align: center;
}

.image-container {
  position: relative;
  width: 100%;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 10px;
  background-color: #fff;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.image-container:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
}

.image-container.amabile {
  width: 100%;
  padding: 30px;
  -webkit-transition: box-shadow 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 500ms cubic-bezier(.165, .84, .44, 1), box-shadow 200ms ease-in-out;
  transition: transform 500ms cubic-bezier(.165, .84, .44, 1), box-shadow 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
}

.project-link-block {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.project-link-block.amabile {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.grey-text {
  font-family: Nexa, sans-serif;
  color: #696969;
  font-weight: 400;
}

.block-quote {
  margin-top: 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: Nexa, sans-serif;
  font-weight: 400;
}

.team {
  width: 50%;
  margin-top: 50px;
}

.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;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-container {
  width: 60%;
}

.clients {
  width: 50%;
  margin-top: 50px;
}

.large-text {
  font-size: 1.5em;
}

.text-centre {
  line-height: 1.2;
  text-align: center;
}

.project-image-thumbnail {
  position: relative;
  right: 0%;
  width: 350px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-image: url('../images/amabile.webflow.io_iPad.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-image-thumbnail:hover {
  -webkit-transform: rotateX(-45deg) rotateY(17deg) rotateZ(45deg) translate(0px, 0px);
  transform: rotateX(-45deg) rotateY(17deg) rotateZ(45deg) translate(0px, 0px);
}

.project-image-thumbnail.amabile-thumb {
  position: static;
  margin-top: 50px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.project-grid {
  display: block;
  margin-top: 50px;
}

.heading-3 {
  margin-bottom: 30px;
}

.project-details {
  display: block;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-sub-heading {
  display: block;
  margin-bottom: 50px;
  font-family: Nexa, sans-serif;
  color: #ccc;
  font-size: 1.5em;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.quote-name {
  font-family: 'Noto Serif', sans-serif;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.projects-container {
  margin-top: 50px;
}

.body {
  background-color: #202020;
}

@media (max-width: 991px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.125em;
  }
  .nav-link {
    text-align: center;
  }
  .nav-menu {
    background-color: #202020;
  }
  .hamburger-lottie {
    width: 32px;
    height: 32px;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #202020;
  }
  .menu-button.w--open {
    background-color: #202020;
  }
  .hero-section {
    padding-bottom: 52px;
  }
  .circle-image-container {
    display: none;
  }
  .sub-heading {
    font-size: 1.25em;
  }
  .button {
    font-size: 1.125em;
  }
  .section {
    padding-top: 50px;
  }
  .image-container {
    padding: 30px;
  }
  .image-container.amabile {
    padding: 30px;
  }
  .text-container {
    width: 100%;
  }
  .large-text {
    font-size: 1.25em;
  }
  .text-centre {
    text-align: center;
  }
  .center-div {
    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;
  }
  .project-image-thumbnail {
    width: 300px;
    height: 430px;
  }
  .project-image-thumbnail.amabile-thumb {
    margin-top: 30px;
  }
  .project-sub-heading {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1em;
  }
  .hamburger-lottie {
    width: 24px;
    height: 24px;
  }
  .menu-button {
    padding: 16px;
  }
  .sub-heading {
    font-size: 1.125em;
  }
  .button {
    font-size: 1em;
  }
  .image-2 {
    width: 40px;
    height: 40px;
  }
  .large-text {
    font-size: 1.125em;
  }
  .project-image-thumbnail {
    width: 250px;
    height: 360px;
  }
  .project-sub-heading {
    font-size: 1.125em;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.75em;
  }
  .hamburger-lottie {
    width: 24px;
    height: 24px;
  }
  .sub-heading {
    font-size: 1em;
  }
  .image-container {
    padding: 10px;
  }
  .image-container.amabile {
    padding: 15px;
  }
  .team {
    width: 100%;
  }
  .text-container {
    width: 100%;
  }
  .clients {
    width: 100%;
  }
  .project-image-thumbnail {
    width: 150px;
    height: 220px;
  }
  .project-image-thumbnail.amabile-thumb {
    margin-top: 15px;
  }
  .project-sub-heading {
    font-size: 0.875em;
  }
  .flex-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/3AC13F_2_unhinted_0.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/3AC13F_1_unhinted_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}