@media only screen and (min-width: 3001px){
  .nav-video{
    width: 276px;
    height: 277px;
  }
  .icon {
    max-width: 10%;
    margin-bottom: -28px;  
    margin-left: -9px;
  }
  .bottom-left {

    bottom: 65px !important;
    left: 265px !important;
  }
}

@media only screen and (min-width: 2560px) and (max-width: 3500px) {
  .logo{
        max-width: 2%;
  }
  .row{
    max-width: 105.5rem;
  }
  .line {
    width: 35px;
    margin: 7px;
  }
}

@media only screen and (max-width: 3000px) and (min-width: 2350px){
  .studio-name {

  font-size: 1.6em;
}
.nav-links.open {
    clip-path: circle(1500px at 90% -10%);
    -webkit-clip-path: circle(5000px at 90% -10%);
    pointer-events: all;
}
.full {
/*  width: 90%;
*/}
.parallax{
  width: 100%;
}
.section-title-vertical {
  top: 60%;
}
.work.center {
    width: 300px;
    }
}


@media only screen and (max-width: 2349px) and (min-width: 2196px){
  .studio-name{
    left: 39%;
    top: 48%;
  }
  .logo{
        top: 60%;
        max-width: 40px;
  }
}
@media only screen and (max-width: 2195px) and (min-width: 1792px){
  
.anchor{
    margin-left: 41%;
}
}

@media only screen and (max-width: 1791px) and (min-width: 1201px){
  .studio-name {
    letter-spacing: 0.6em;
    padding-top: 2.5%;
}
/*.nav-video {
    width: 275px;
    height: 275px;
}
  .anchor {
      margin-left: 41%;
    }*/
}

@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1200px) {
  .nav-video {
    width: 276px;
    height: 277px;
}

}
@media only screen and (max-width: 1024px) {
    
   .footer-bottom {
    padding: 5px !important;
    font-size: 8px !important;
}
    
    .category-name{
        opacity:1 !important;
    }

   nav {
    
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    /*box-shadow: 0 0 5px #bdbdbd;*/
    transition: box-shadow 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 999999;
    position: fixed;
    height:15vh ;
}

  .work.right {
    float: none !important; }

  .work a, .work img {
    margin: 0 auto; }

  .services {
    height: auto; }

  .services .color-overlay {
    width: 100%;
    border-right: 0 solid transparent;
    border-top-width: 550px;
    -webkit-animation: move3 1.5s ease-in-out;
    -moz-animation: move3 1.5s ease-in-out;
    animation: move3 1.5s ease-in-out; }

  .service-items {
    margin-top: 150px;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0); }
    .service-items .service h3, .service-items .service p, .service-items .service i {
      -webkit-transform: skew(0);
      -moz-transform: skew(0);
      -ms-transform: skew(0);
      -o-transform: skew(0);
      transform: skew(0); }
    .service-items .service i {
      float: left;
      margin-left: 0;
      font-size: 40px;
      color: #ff6568; }

  .principles {
    height: auto; }

  .principles .color-overlay {
    width: 100%;
    border-right: 0 solid transparent;
    border-top-width: 400px;
    -webkit-animation: move3 1.5s ease-in-out;
    -moz-animation: move3 1.5s ease-in-out;
    animation: move3 1.5s ease-in-out; }

  .principle-items {
    margin-top: 150px;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0); }
    .principle-items .principle {
      margin-bottom: 30px; }
    .principle-items .principle h3, .principle-items .principle p {
      -webkit-transform: skew(0);
      -moz-transform: skew(0);
      -ms-transform: skew(0);
      -o-transform: skew(0);
      transform: skew(0); }

  .content-wrapper {
    height: auto; }
    .content-wrapper .project-intro {
      margin-top: 150px; }

  .content-wrapper .color-overlay {
    width: 100%;
    border-right: 0 solid transparent;
    border-top-width: 500px;
    border-top-style: solid;
    -webkit-animation: move3 1.5s ease-in-out;
    -moz-animation: move3 1.5s ease-in-out;
    animation: move3 1.5s ease-in-out; }

  .clients {
    position: relative;
    height: auto;
    padding: 100px 0; }

  .clients .color-overlay {
    width: 100%;
    border-right: 0 solid transparent;
    border-top-width: 470px;
    -webkit-animation: move3 1.2s ease-in-out;
    -moz-animation: move3 1.2s ease-in-out;
    animation: move3 1.2s ease-in-out; }

  .client-items {
    margin-top: 100px; }

  i.arrow {
    display: none;
    padding: 40px 0 50px; }

  i.arrow.down {
    display: block; } }

    @media only screen and (max-width: 768px) {
        .caption h3 {
          opacity: 1;
        }
        
    }

@media only screen and (max-width: 640px) {
    
    nav {
    
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    /*box-shadow: 0 0 5px #bdbdbd;*/
    transition: box-shadow 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 999999;
    position: fixed;
    height: 9vh;
}


  .hamburger {
    right: 5px;
  }
  
  .studio-name{
    padding-top: 8.5% !important;
    font-size: 0.6rem !important;
  }
   h2.title{
    font-size: 1.5em;
  }
  
  .category-name{
    opacity: 1 !important;
  }
  .intro {
    margin-bottom: 60px; }
   

  .quote p {
    font-size: 18px; }
    
    .footer-bottom {
    padding: 5px !important;
    font-size: 8px !important;
}
.footer-content:before {
content: attr(data-text);
color: black;
white-space: nowrap;
transition: 2s;
overflow: hidden;
position: absolute;
width: 0;
white-space: nowrap;
overflow: hidden;
transition: .05s;
text-transform: uppercase;
}
 }



@media only screen and (max-width: 320px){
	/*.logo{
		background:rgba(255,255,255, 0.3);
	}*/
nav {
      animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
    height: 8.5vh !important;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    /*box-shadow: 0 0 5px #bdbdbd;*/
    transition: box-shadow 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 999999;
    position: fixed;
    height: 10vh;
}
 h2.title{
    font-size: 1.5em !important;
  }
.hamburger {
    right: -2% !important;
}

.studio-name{
    padding-top: 8.5% !important;
    font-size: 0.6rem !important;
  }
.container{
      padding-left: 70px !important; 
      }
.port-caption-masonry {
    padding-left: 22% !important;
    }
.single-post-title{
  font-size: 30px !important;
  word-wrap: normal !important;
}
.parallax{

}

.nav-links{
      height: 100vh !important;
    justify-content: center !important;
}
.nav-links.open{
  -webkit-clip-path:circle(500px at 90% -2%) !important;
}

nav ul a {
      padding: 0 0 0 0 !important;
  }
.studio-name {
    padding-top: 4.5% !important;
}

}

@media screen and (max-width: 600px ) {
  .full.light-grey{
    padding-top: 100px !important;
  }
  
  nav {
    
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    /*box-shadow: 0 0 5px #bdbdbd;*/
    transition: box-shadow 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 999999;
    position: fixed;
    height: 9vh;
}
  .white {
    margin-left: 10px;
    margin-right: 10px;
}
.four.spacing {
  height: 0!important;
}
   .studio-name{
    padding-top: 8.5%;
    font-size: 0.6rem;
  }
  h2.title{
    font-size: 1.5em;
  }
  .full {
  padding: 20px 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; 
  overflow: visible;
}
.footer p {
font-family: 'arial';
font-size: 1rem;
font-weight: normal;
line-height: 1.6;
margin-bottom: 1.25rem;
text-rendering: optimizeLegibility;
  }
.landing {
    height: auto;
    }
.section-title-vertical{
  
    
    right: 25px;
    bottom: 0;
    font-family: gotham;
    font-style: normal;
    /* font-weight: 400; */
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    color: #000;
    z-index: 10;
  /*vertical align text to center*/
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    
}
.work .info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  width: 94%;
  height: 100%;
  border-top-left-radius: 115px;
  border-top-right-radius: 115px;
  border-bottom-right-radius: 115px;
  border-top-right-radius: 115px;
  border-bottom-left-radius: 115px;
  border-bottom-right-radius: 115px;
  border-bottom-left-radius: 115px;
  border-top-left-radius: 115px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

}
@media only screen and (max-width: 568px) {}

    

