.hero {
  margin-top: 0px;
  background-color: #0d1414;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/hero-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/hero-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
}

.heading-1 {
  position: static;
  font-family: proxima-nova, sans-serif;
  color: #8fd5e9;
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
}

.body-copy-1 {
  position: static;
  color: #b3b3b3;
  font-size: 17px;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.02);
}

.nav-link {
  font-family: proxima-nova, sans-serif;
  color: #b6b6b6;
  font-weight: 600;
}

.nav-link.w--current {
  color: #8fd5e9;
  font-weight: 400;
}

.nav-link-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b6b6b6;
  text-transform: none;
}

.nav-link-2.w--current {
  color: #8fd5e9;
}

.nav-link-3 {
  font-family: proxima-nova, sans-serif;
  color: #b6b6b6;
}

.nav-link-3.w--current {
  color: #8fd5e9;
}

.why-us-inner {
  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;
}

.heading-2 {
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.light {
  position: static;
  z-index: 100;
  margin-bottom: 30px;
  color: #8fd5e9;
}

.heading-2.light.our-work {
  position: static;
  left: auto;
  display: block;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-copy-2 {
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
}

.body-copy-2.light {
  color: #b6b6b6;
  font-size: 17px;
  text-align: center;
}

.what-we-do {
  background-color: #0d1414;
}

.what-we-do-inner {
  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;
}

.work {
  background-color: #000;
}

.work-inner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  opacity: 0.44;
}

.contact {
  background-color: #0d1414;
}

.contact-inner {
  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;
}

.columns {
  width: 80vw;
  margin-top: 40px;
  margin-bottom: 40px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -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;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -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;
  border-left: 1px solid hsla(0, 0%, 74%, 0.25);
}

.image {
  width: 100%;
  height: 100%;
  opacity: 0.52;
}

.image-2 {
  display: inline-block;
  opacity: 0.35;
}

.container {
  display: block;
  width: 940px;
  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;
}

.text-span {
  font-size: 150px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.slide-nav {
  display: block;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.div-block {
  margin-right: auto;
  margin-left: auto;
}

.our-work-lockup {
  position: relative;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  opacity: 1;
}

.slide-3 {
  background-image: url('../images/givenchy.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.slide-1 {
  background-image: url('../images/F150T-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/vdash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Samsung_000.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.email {
  color: #8fd5e9;
  text-decoration: none;
}

.body-copy-3 {
  color: #757373;
  font-size: 15px;
}

@media (max-width: 991px) {
  .nav-menu {
    background-color: #000;
  }
  .menu-button {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    background-color: #000;
  }
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 150px;
  }
  .why-us-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-2 {
    font-size: 60px;
  }
  .body-copy-2 {
    text-align: center;
  }
  .what-we-do-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-2 {
    border-left-style: none;
  }
}

@media (max-width: 479px) {
  .heading-1 {
    font-size: 100px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .heading-2.light {
    font-size: 30px;
  }
}

