body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 400; }

.clear {
  clear: both; }

a {
  color: #000;
  font-weight: 700; }

p {
  color: #777777;
  font-size: 16px;
  letter-spacing: 0.54px;
  line-height: 30px;
  margin-bottom: 20px; }

p.large, .work h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #000; }

.work h2 {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 60px; }

.work p.large {
  color: #777777;
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: 36px; }

.work p {
  max-width: 660px;
  margin: 0 auto; }

p.large a {
  font-weight: 300; }

p:last-child {
  margin-bottom: 0px; }

h1 {
  margin-bottom: 40px;
  line-height: 23px;
  padding: 0 30px; }

.work h1 {
  padding: 0; }


.intro h2 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300; }

.work h1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 30px; }

h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px; }

h4 {
  margin-bottom: 20px; }

.callouts h3, .callouts h4 {
  font-size: 14px; }

.callouts h4 {
  color: #777777; }

.callouts a {
  text-decoration: none; }

.callouts a h4 {
  font-weight: 400;
  line-height: 17px; }

strong {
  font-weight: 700; }

.work .otherProjects h2 {
  margin-top: 40px; }

  .store-img {
    width: 170px;
    padding-bottom: 10px;
}

.projects a {
  padding: 12px;
  border: 1px solid #aaa;
  text-decoration: none;
  width: 180px;
  text-align: center;
  display: block;
  margin-top: 30px;
  transition: .4s; }

.miscShots img {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.23); }

.miscShots a {
  display: block;
  transition: .4s; }

.miscShots a:hover {
  transform: scale(1.05); }

.section {
  margin: 0 auto;
  padding: 40px 0;
  margin: 0 30px;
  border-bottom: #ccc solid 1px; }

.noBorder {
  border-bottom: none;
  padding-bottom: 200px; }

.column {
  width: 100%;
  margin-top: 10px; }

.textGrid .column.right div {
  margin-bottom: 40px; }

img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.intro {
  text-align: center; }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite; }

  .desktopAnimation {
    display: none; }

  .mobileAnimation {
    margin: 0 auto;
    width: 80px;
  }

  .mobileAnimation div {
    background-repeat: no-repeat;
    position: relative; }

  #largeGear, .largeGearMobile {
    width: 67px;
    height: 67px;
    background-image: url(../images/large-gear.svg); }

  #face, .faceMobile {
    width: 113px;
    height: 142px;
    background-image: url(../images/face.svg); }

  #lines, .linesMobile {
    width: 91px;
    height: 71px;
    background-image: url(../images/lines.svg); }

  .mobileAnimation .linesMobile {
    top: -137px;
    right: 19px; }

  .mobileAnimation .largeGearMobile {
    top: -206px; }

.projects .column a {
  margin-bottom: 40px; }

  span.wave {
    animation-name: wave-animation;    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;          /* Change to speed up or slow down */
    animation-iteration-count: infinite;    /* Never stop waving :) */
    transform-origin: 70% 70%;         /* Pivot around the bottom-left palm */
    display: inline-block;
  }

  @keyframes wave-animation {
      0% { transform: rotate(  0.0deg) }
     10% { transform: rotate(-10.0deg) }    /* The following four values can be played with to make the waving more or less extreme */
     20% { transform: rotate( 12.0deg) }
     30% { transform: rotate(-10.0deg) }
     40% { transform: rotate(  9.0deg) }
     50% { transform: rotate(  0.0deg) }    /* Reset for the last half to pause */
    100% { transform: rotate(  0.0deg) }
  }

.work .section {
  border-bottom: none; }

.work img {
  margin-top: 40px; }

.work .otherProjects.section {
  background-color: #f6f6f6;
  width: 100%;
  margin: 0; }

.work .otherProjects .column {
  margin: 0 auto;
  text-align: center; }

.work a.back {
  text-decoration: none;
  padding: 40px 0 0 0;
  display: block;
  text-align: center; }

.work .otherProjects a.back {
  padding: 0px; }

.work .otherProjects li {
  padding: 50px 30px;
  border-bottom: #ccc solid 1px; }

.work .otherProjects li a {
  text-decoration: none; }

.work .otherProjects li h3 {
  font-size: 24px;
  color: #777777;
  letter-spacing: 0.72px;
  line-height: 36px;
  font-weight: 300; }

.work .otherProjects li img {
  width: 135px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block; }

.work .videoWrapper {
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  background-color: #f6f6f6;
  margin-top: 40px; }

.work audio {
  margin: 0 auto;
  display: block; }

.work h3 {
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center; }

.work video {
  margin: 40px 20px;
  width: 260px;
  height: 460px; }

.videoHolder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.videoHolder iframe,
.videoHolder object,
.videoHolder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 40px; }

.section.callouts {
  text-align: center;
  padding: 50px 0; }

.callouts img {
  max-width: 110px;
  margin-bottom: 10px; }

a.fadeIn {
  display: block; }

@media (min-width: 1010px) {
  h1 {
    padding: 0; }

  h2 {
    font-size: 25px;
    line-height: 10px;
    margin-bottom: 0px; }

  .intro h1 {
      font-size: 25px;
      line-height: 10px;
      margin-left: -4px; }s

  p.large {
    margin-top: -8px; }

  .textGrid p.large {
    margin-bottom: 40px; }

  .work h1 {
    font-size: 50px;
    line-height: 64px;
    margin-top: 30px; }

  .work h2 {
    margin-top: 80px; }

  .projects a:hover {
    background-color: #F3F3F3;
    border-color: #333; }

  .section {
    width: 1050px;
    margin: 0 auto;
    padding: 100px 0; }

  .noBorder {
    padding-bottom: 300px; }

  .column {
    margin-top: 0; }

  .grid2 .column {
    width: 485px;
    margin: 20px;
    float: left; }

  .grid3 .column {
    width: 310px;
    margin: 20px;
    float: left; }

  .grid6 .column {
    width: 135px;
    margin: 20px;
    float: left; }

  img {
    margin-bottom: 0px; }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
      top: -50px;
      position: relative; }
    100% {
      opacity: 1;
      transform: scale(1);
      top: 0;
      position: relative; } }

  .intro {
    height: 68vh;
    display: flex;
    align-items: center;
    text-align: left; }

  .mobileAnimation {
    display: none; }

  .desktopAnimation {
    display: block; }

  .intro .column.brain div {
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }

  #smile {
    left: -100px;
    animation-duration: 2s;
    height: 150px;
    width: 150px;
    left: 50px;
    top: 30px;
    animation-name: openHead; }

  #laptop {
    left: -233px;
    background-image: url(../images/laptop.svg); }

  #mobile {
    background-image: url(../images/mobile.svg);
    height: 60px;
    width: 60px;
    left: 50px;
    top: 30px;
    transform: rotate(0deg); }

  #document {
    background-image: url(../images/document.svg);
    height: 68px;
    width: 47px;
    left: 190px;
    top: 10px;
    transform: rotate(-20deg); }

  #idea {
    background-image: url(../images/idea.svg);
    height: 80px;
    width: 80px;
    left: 140px;
    top: 10px; }

  #smile.open {
    left: 220px; }

  #idea.open {
    left: 155px;
    top: -30px;
    transform: rotate(-20deg); }

  #mobile.open {
    left: 195px;
    top: -42px;
    transform: rotate(35deg); }

  #document.open {
    left: 113px;
    top: 49px;
    transform: rotate(-25deg); }

  #laptop.open {
    left: -350px; }

  @keyframes bounce {
    0% {
      -ms-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -webkit-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg); }
    50% {
      -ms-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg); }
    100% {
      -ms-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -webkit-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg); } }
  .bouncing {
    -webkit-animation: bounce 1.5s ease-in-out infinite;
    -moz-animation: bounce 1.5 ease-in-out infinite;
    -ms-animation: bounce 1.5 ease-in-out infinite;
    -o-animation: bounce 1.5 ease-in-out infinite;
    animation: bounce 1.5 ease-in-out infinite; }

  @keyframes twist {
    0% {
      margin-top: 0px;
      transform: rotate(0deg); }
    50% {
      margin-top: 3px;
      transform: rotate(5deg); }
    100% {
      margin-top: 0px;
      transform: rotate(0deg); } }
  .twisting {
    -webkit-animation: twist 2s ease-in-out infinite;
    -moz-animation: twist 2s ease-in-out infinite;
    -ms-animation: twist 2s ease-in-out infinite;
    -o-animation: twist 2s ease-in-out infinite;
    animation: twist 2s ease-in-out infinite; }

  @keyframes heartMove {
    0% {
      margin-top: 0px;
      transform: rotate(-25deg); }
    50% {
      margin-top: -3px;
      transform: rotate(-15deg); }
    100% {
      margin-top: 0px;
      transform: rotate(-25deg); } }
  .heartMoving {
    -webkit-animation: heartMove 2s ease-in-out infinite;
    -moz-animation: heartMove 2s ease-in-out infinite;
    -ms-animation: heartMove 2s ease-in-out infinite;
    -o-animation: heartMove 2s ease-in-out infinite;
    animation: heartMove 2s ease-in-out infinite; }

  @keyframes phoneMove {
    0% {
      margin-top: 0px;
      transform: rotate(35deg); }
    50% {
      transform: rotate(45deg); }
    100% {
      margin-top: 0px;
      transform: rotate(35deg); } }
  .mobileMoving {
    -webkit-animation: phoneMove 2s ease-in-out infinite;
    -moz-animation: phoneMove 2s ease-in-out infinite;
    -ms-animation: phoneMove 2s ease-in-out infinite;
    -o-animation: phoneMove 2s ease-in-out infinite;
    animation: phoneMove 2s ease-in-out infinite; }

  .callouts a {
    transition: .2s;
    display: block; }

  .callouts a:hover {
    transform: scale(1.1); }

  .textGrid .column.left {
    width: 310px;
    margin: 20px;
    float: left; }

  .textGrid .column.right {
    width: 660px;
    margin: 20px;
    float: left; }

  .textGrid .column.right .column1 {
    margin-right: 20px; }

  .textGrid .column.right .column2 {
    margin-left: 20px; }

  .resume p {
    margin-bottom: 40px; }

  .about .column.left {
    width: 135px;
    margin: 20px;
    float: left; }

  .about .column.right {
    width: 835px;
    margin: 20px;
    float: left; }

.about img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;

}

  .about .column.right .column {
    width: 660px;
    margin-top: 50px;
    float: right; }

  .projects {
    display: flex;
    align-items: center; }

  .projects.right .column {
    text-align: right; }

  .projects.right .column a {
    float: right;
    margin-top: 7px; }

  .projects .column a {
    margin-bottom: 0px; }

  .work .section {
    width: 100%; }

  .work img {
    max-width: 1010px;
    margin: 0 auto;
    display: block;
    margin-top: 40px; }

  .work img.large {
    width: 100%;
    height: auto;
    max-width: 2000px; }

  .work a.back {
    padding: 60px 0 0 60px;
    text-align: left; }

  .work .otherProjects a.back {
    width: 660px;
    margin: 0 auto;
    text-align: center; }

  .work .otherProjects .column {
    text-align: left; }

  .work .otherProjects a.centered {
    text-align: center; }

  .work .otherProjects li {
    width: 660px;
    margin: 0 auto; }

  .work .otherProjects li a {
    display: flex;
    align-items: center;
    transition: .5s; }

  .work .otherProjects li h3 {
    width: 385px;
    float: left;
    text-align: left; }

  .work .otherProjects li a:hover {
    transform: scale(1.1); }

  .work .otherProjects li a:hover h3 {
    color: #000; }

  .work .otherProjects li img {
    margin: 0;
    margin-right: 40px;
    display: block;
    float: left; }

  .work video {
    width: 354px;
    height: 627px; }

  .work .audioHolder {
    max-width: 700px;
    margin: 0 auto; }

  .work .audio {
    width: 300px;
    padding: 20px;
    float: left; }

  .credits img {
    width: 250px;
  }

  }

/*# sourceMappingURL=style.css.map */
