.navbar-aac {
  margin-bottom: 0;
  border-bottom: 1px solid black;
  border-radius: 0;
  color: white;
  font-family: 'Lato', sans-serif; }
  .navbar-aac a.navbar-brand, .navbar-aac a.navbar-brand:hover {
    color: black;
    text-transform: none; }
  .navbar-aac .navbar-collapse {
    margin-left: 40px; }
  .navbar-aac .navbar-nav {
    height: 70px;
    margin: 0;
    padding: 0;
    width: 100%; }
    .navbar-aac .navbar-nav li {
      width: 20%;
      height: 70px;
      line-height: 70px;
      text-align: center; }
      .navbar-aac .navbar-nav li a {
        height: 70px;
        padding: 0;
        font-size: 16px;
        overflow: hidden;
        background: white;
        color: black;
        text-transform: uppercase;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
        perspective: 500px; }
        .navbar-aac .navbar-nav li a span {
          position: relative;
          display: block;
          line-height: 70px;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .navbar-aac .navbar-nav li a span:first-child {
          transform: rotateX(0deg);
          transform-origin: center bottom;
          background: white;
          z-index: 2; }
        .navbar-aac .navbar-nav li a span:last-child {
          transform: rotateX(-90deg);
          background: black;
          color: white;
          transform-origin: center top;
          z-index: 1; }
      .navbar-aac .navbar-nav li a:hover span:first-child {
        margin-top: -70px;
        transform: rotateX(90deg);
        z-index: 1; }
      .navbar-aac .navbar-nav li a:hover span:last-child {
        margin-top: 0;
        transform: rotateX(0deg);
        z-index: 2; }

.section.welcome h2 {
  padding: 150px 30px 0 30px; }

.section.welcome h3 {
  padding-bottom: 150px; }

.section.clients {
  position: relative; }
  .section.clients h3 {
    font-size: 40px; }
  .section.clients img {
    width: 100%; }

.section.projects {
  position: relative; }
  .section.projects h3 {
    font-size: 40px; }
  .section.projects .arrow {
    width: 40px;
    height: 85px; }
  .section.projects .prev-arrow {
    background: url("../images/slider-prev.svg") no-repeat;
    display: block;
    position: absolute;
    left: 30px;
    top: 195px;
    z-index: 999; }
  .section.projects .next-arrow {
    background: url("../images/slider-next.svg") no-repeat;
    display: block;
    position: absolute;
    right: 30px;
    top: 195px;
    z-index: 999; }
  .section.projects .item {
    max-width: 600px;
    margin: 0 auto; }
    .section.projects .item img {
      margin: 25px 0; }
    .section.projects .item h3 {
      font-size: 30px; }
    .section.projects .item p {
      text-align: center;
      font-weight: lighter;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 14px; }

.section.services h4 {
  text-align: left;
  font-weight: lighter;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.section.services p {
  text-align: left;
  font-weight: lighter;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }

.section.services p.first-box {
  margin-bottom: 30px; }

.box {
  margin: 15px 0px;
  height: 177px; }

h2 {
  margin: 0 auto;
  letter-spacing: -2px;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2em;
  text-align: center;
  max-width: 1140px; }

h3 {
  margin: 10px auto;
  letter-spacing: -1px;
  font-weight: 300;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1em;
  text-align: center; }

a, a:hover {
  text-decoration: none;
  color: black; }

hr {
  max-width: 1110px;
  margin: 20px auto;
  line-height: 18px; }

img.work {
  max-width: 100%;
  margin: 20px 0; }

.footer {
  width: 100%;
  text-align: center;
  bottom: 0px;
  font-size: 11px; }
