:root {
  --black: #222;
  --aqua: #00ffd6;
  --dark-turquoise: #00d6b4;
  --dark-cyan: #00ad92;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  min-height: 340px;
  background-image: linear-gradient(rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: none;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 24px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
}

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

.nav-link.w--current {
  color: var(--black);
}

.logo {
  color: #fff;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  color: rgba(255, 255, 255, .49);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

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

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
}

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

.tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
}

.photo {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin: 15px 5px;
  display: block;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #999;
  text-align: center;
  background-color: rgba(34, 34, 34, 0);
  margin-top: 29px;
  padding: 0 330px 23px 325px;
  font-size: 12px;
  line-height: 18px;
}

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

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

.section-title {
  color: #1f1f1f;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  width: 60%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #fff;
  margin-bottom: 27px;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 140px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.nav-menu {
  margin-top: 12px;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  width: 90px;
  border-radius: 100%;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  min-height: 50px;
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: rgba(255, 255, 255, .36);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  max-width: 400px;
  border-radius: 3px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.image-2 {
  background-image: url('../images/rawr_reel-1080p-00811.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-attachment: scroll;
}

.body {
  color: #1f1f1f;
  background-color: #d9d9d9;
}

.brand {
  filter: invert(20%);
}

.navlogo {
  z-index: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding-left: 0;
  position: relative;
}

.navlogo.shadow {
  opacity: .25;
  filter: blur(3px);
  bottom: -1px;
  left: -101px;
}

.section_fullspan {
  padding-top: 0;
  padding-bottom: 0;
}

.cell {
  border-radius: 0;
}

.cell.cellrounded {
  border-radius: 10px;
}

.cellrounded {
  border-radius: 10px;
  position: relative;
}

.section_partspan {
  margin-top: 18px;
}

.container_partspan {
  flex-direction: column;
  display: flex;
}

.sectiontitle_software {
  text-align: center;
  align-self: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.quick-stack {
  max-width: 1400px;
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.qs_logos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  filter: grayscale();
}

.lightbox-link {
  order: 0;
  display: flex;
  position: relative;
}

.image-5 {
  float: none;
  display: block;
  position: static;
}

.image-6 {
  filter: invert(15%);
}

.image-7 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.link-block {
  width: 100%;
}

.qs_examples {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.cell_example {
  background-color: rgba(0, 0, 0, .15);
  border-radius: 10px;
  justify-content: flex-start;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .2);
}

.container_examples {
  margin-top: 80px;
  padding-top: 0;
}

.video {
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, .1);
}

.div-block, .image-8 {
  border-radius: 10px;
}

.heading {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.text-block {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.image-9 {
  margin-top: -50px;
}

.example_icons {
  object-fit: fill;
  order: 1;
  align-self: auto;
  position: static;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .footer {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 250px;
    padding-right: 250px;
  }

  .menu-button {
    color: #000;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

  .menu-button.w--open {
    background-color: #a9a9a9;
  }

  .heading-wrapper {
    margin-top: 115px;
  }

  .nav-menu {
    background-color: #a9a9a9;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .container_partspan {
    margin-top: 0;
  }

  .video {
    margin-top: -155px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .footer {
    padding-top: 12px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .form {
    width: 80%;
  }

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

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .quick-stack {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
    margin-top: 29px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

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

  .section-title {
    font-size: 14px;
  }

  .form {
    width: 90%;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .container-2 {
    margin-top: -127px;
  }

  .image-6 {
    max-width: 75%;
  }

  .container_examples {
    margin-top: 60px;
  }

  .video {
    margin-top: -70px;
  }

  .container-3 {
    max-width: 140%;
  }
}

#w-node-_0e78e9ef-80fb-e813-ecdb-610c4b26e695-c7e58851 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c3e6eb87-e654-2e2a-3ff6-724daf30a99f-c7e58851 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_200bef61-0f0f-b81a-ed4f-66f179bed1da-c7e58851 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3416887e-c6aa-8e3f-5c6d-16241acdb793-c7e58851 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_313ebe5b-9b15-d0cc-40c2-b2db50846536-c7e58851 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0e78e9ef-80fb-e813-ecdb-610c4b26e695-c7e58851 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e78e9ef-80fb-e813-ecdb-610c4b26e695-c7e58851, #w-node-c3e6eb87-e654-2e2a-3ff6-724daf30a99f-c7e58851 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3e6eb87-e654-2e2a-3ff6-724daf30a99f-c7e58851 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


