body {background-color: fff;
          font-family: 'Roboto', sans-serif;
    
    
        color: #111;}

a{color: #111;}
a:hover{color: #111;}


        p a, .morework a{
            color: #111;
            padding: 6px 0px;
            border-bottom: 3px solid #ccc;}

        p a:hover, .morework a:hover{
            color: #999;
            /*border-color: #3E82FF;*/
            }
        h1   {
              font-size: 56px;
            padding-bottom: 14px;
            padding-top: 16px;
            margin: 0;
          
    
            font-family: 'Georgia', serif;
            line-height: 74px;
           
            
          }
        
.projectlogo{
   
    margin-top: 20px;

 
}

            h7   {
                      font-size: 26px;
                      font-weight: 600;
                        margin-bottom: 32px;
                          font-family: 'Roboto', sans-serif;
                        /*line-height: 90px;*/
                

                      }
h7 strong{font-weight: 500;  font-size: 30px; font-family: 'Georgia', serif;}
/*
        .greybg h7, .projectlink h7 {
                      line-height: 44px;
                    font-weight: 500;
                
                      }
*/
h1 strong{
    font-weight: 300;

}
          
          h2{
              font-weight: 300;
              font-size: 38px;
              padding-bottom: 16px;
              padding-top: 18px;
              line-height: 54px;
                font-family: georgia, serif;
          }

          h3{
             
              margin: 0;
              padding: 0;
            
              font-weight: bold;
               font-family: georgia, serif;
              font-size: 21px;
              line-height: 38px;
              /*padding-left: 24px !important;*/
              margin-bottom: 10px;

              
              
            }
          h4{
             
                font-size: 16px;
                padding-bottom: 0px;
                line-height: 26px;
          }
            
        h4 span{
            color: #000;
            padding: 6px 12px;
            border: 1px solid #555;
            -webkit-border-radius: 30px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
            margin-left: 10px;
            }

        p{
              font-family: georgia, serif;
          font-size: 21px;
            line-height: 38px;
            /*padding-left: 24px !important;*/
          }

       /* #intro p{
            padding-left: 0px !important;
          }*/

#intro h4{
    /*padding-left: 26px !important;*/}



#gridnav
{display: inherit;
margin: 0 auto;
padding: 4%;
max-width: 1500px;}

#gridnav li{
    display: inline-block;
    margin: 2%;
    height: 534px;
    width: 46%;
    background-color:aliceblue;
    padding: 0;
    position: relative;
    transition: width .2s
   
}

#gridnav li div{
    position: absolute; 
    
    
 
    margin: 0;
   
    top: 50%;
    left:50%;

  transform: translate(-50%, -50%);}

#gridnav li div video{
    box-shadow: none;
}

#gridnav li a{
    width: 100%;
    height: 100%;
    display: block;
}

#gridnav li figcaption{
    font-size: 16px;
    font-family: roboto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 26px;
    width: 100%;
    font-style: normal;
    opacity: 0;
    transition: all .3s;
    
}
#gridnav li:hover figcaption{
    opacity: 1;
}

#gridnav li:hover{}

#gridnav li div.landscape{width: 80%;  transition: width .2s;}
#gridnav li div.portrait{height: 80%;  transition: height .2s;}
      
#gridnav li div.portrait.iphone {
    width: 216px; transition: all .2s;}

#gridnav li div.portrait img {
 
    width: auto;
    height: 100%;}

#gridnav li div.landscape img {
 
    height: auto;
    width: 100%;}



#gridnav li:hover div.landscape{width: 75%;}
#gridnav li:hover div.portrait{height: 75%;}
#gridnav li:hover div.portrait.iphone {
    width: 204px; }

.toptitle{
    padding-bottom: 0;
    margin-top: 20px;
    opacity: 0;
}


.toptitle section{
    padding-bottom: 0;
    padding-top: 20px;
}

.toptitle .container, .toptitle .container-fluid{
    padding-bottom: 0 !important;
}
.toptitle h6{margin-bottom: 0px;}
/*
#intro .introtext{
    position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);

    opacity: 0;
}*/
  /*  animation: .3s ease-out 1s 1 slideInFromLeft;
   */

#intro .introtext{
    position: absolute;
  top: 54%; left: 50%;
  transform: translate(-50%,-50%);
  /*  animation: .3s ease-out 1s 1 slideInFromLeft;
   */
    opacity: 0;
  
}
/*
#projectcovercontainer .projectcover{
    position: absolute;
  top: 54%; left: 50%;
  transform: translate(-50%,-50%);
 
}*/

#projectcovercontainer .projectcover {
    padding: 10% 10%;}

        figcaption{
            font-family: georgia, serif;
        }
          
          p{
              line-height: 38px;
              margin-bottom: 30px;
          }


#projectcovercontainer section{
    padding-bottom: 0;
}
        

          h5{
              font-weight: 600;
             
              font-size: 16px;
            line-height: 20px;
       
              margin: 0;
              margin-top: 28px;
              display: inline;
              padding-right: 8px;
           
             
             
              
          }
          
          h6{
              
              font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    padding-right: 0px;
 
    margin-top: 6px;
                 display: inline;
              
          }

.seperator{display: inline; padding: 0px 10px}
          
         
          
          section{
              padding: 0px 0px 90px;
              margin: 0;
              
          }
          
          .container{
              padding: 40px 0px;
          }
        
        

        .container-fluid{
              padding-bottom: 20px;
            padding-top: 10px;
            
          }
/*.container-fluid .container:nth-child(1){padding-top: 0px;}
*/




       .container-fluid img{
              width:100%;
             height: 100%;
             
          }





.projectlink{
 margin-top: -100px;
    opacity: 0;
}

.projectlink section{
 padding-bottom: 0px;

}

.fullfooterpic{
    margin-top: -260px;
   
}


#projectgrid{
    margin-top: 24px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
                box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
    display: block;
    padding: 0px 15px;
}

/*
.projectlink a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0px;
    
    background: #fff;
    border: 0px solid #ddd;
   
    
}

.projectlink a:nth-child(2){
    border-left: 1px solid #ddd;
}

#projectgrid .row:nth-child(2) {
    border-top: 1px solid #ddd;
}


.projectlink a img{
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}


.projectlink a:hover{
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.3);
                -moz-box-shadow: 0px 20px 54px 0px rgba(0,0,0,0.3);
                box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    z-index: 100;
}
*/

/*        
.projectlink .projectlogo{padding-top: 10px; padding-bottom: 30px;}

.projectlink h4{padding-bottom: 0px; display: none;}
*/

.pullquote {
    margin-bottom: 20px;
   
}         
.pullquote p{
    font-size: 32px;
    padding: 0px 20px 0px 45px;
    line-height: 44px;
    position: relative;
    margin-bottom: 20px;
    font-style: oblique;
}

.pullquote img{
       margin-left: 44px;
    margin-top: 16px;
    max-height: 60px;
    max-width: 100px;
}

.pullquote h3{
        padding: 0px 0px 30px 45px;
            font-weight: 300;
}

.pullquote p:before{
    content: "\201C";
              position: absolute;
    left: -6px;
    top: -14px;
    display: block;
    font-size: 80px;
    color: #ccc;
}
        
          .col {
             
          border: 0px #fff solid;
              padding: 0px 0px;
          }
          
          img{margin: 0;
          padding: 0;}
          
          
          
          .work{
              -webkit-box-shadow: 0px 20px 54px 0px rgba(0,0,0,0.4);
                -moz-box-shadow: 0px 20px 54px 0px rgba(0,0,0,0.4);
                box-shadow: 0px 20px 54px 0px rgba(0,0,0,0.4);
              margin: 0 auto;
              text-align: center;
             

    max-width: 100%;
             /* max-height: 80vh;
              min-height: 600px;*/
              
          }
          
          .work-no-shadow{
             
              margin: 0 auto;
              text-align: center;
              -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
              
          }
          
          .justify-content-md-center div{
 
                  margin: 0 auto;
                text-align: center;
                position: relative;
                

            
          }
          
         div.ipad{
 
                
              margin: 0px 30px;
                text-align: center;
                position: relative;
                
               
                max-width: 900px;
                display: block;
                

            
          }


          .ipad .work{
               
                padding: 2.7% 7.5% 2.2%;
             background-image: url(../images/frame_ipad.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
              overflow: hidden;
              -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
              
              
              
          }


         .iphone{
 
                margin: 0px auto;
                text-align: center;
                position: relative;
               
                /* max-width: 960px; */
                display: block;
             

            
          }
        .iphone{
            max-width: 375px;
        }


          .iphone .work{
                  
                    padding: 21.7% 7.5% 23.2%;
                   
                    overflow: hidden;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
              background-image: url(../images/frame_iphone.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
              /*
               margin: 10vh 3vh;
              max-height: 60vh;
              min-height: 400px;*/
                    

              
              
          }


         .justify-content-md-center .iphonex{
 
                    margin: 0px auto;
                    text-align: center;
                    position: relative;
                    background-image: url(../images/frame_iphonex@2x.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    display: block;
                    /* padding: 26px 28px;*/
                padding: 2.6vh 2.8vh;

            
          }
        .iphonex{
            max-width: 433px;
        }

        .iphonex img{
            margin: 0px !important;
        }


          .iphonex .work{
                 /* width: 375px;*/
                    
                    overflow: hidden;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                        margin-top: 6%;
                    /*top: 3.2%;*/
                    position: relative;
                  border-radius: 30px;
                              height: 80vh;
                    width: auto;
                    max-height: 677px;
              
              
          }


        .ipadscroll{

            width: 85.5%;
            margin: 2.7% 7.2%;
            height: 0;
            padding-bottom: 64%;
            background: #999;
            display: block;
            overflow-y: scroll;
            position: relative;
        }
      
        

    .ipad .workscroll{

           width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;


              }
          
          

          
          .web{
              position: relative;
              max-width: 90%;
          }
          .web .work{
             
              position: relative;
              padding-top: 28px;
               -webkit-border-top-left-radius: 6px;
                -webkit-border-top-right-radius: 6px;
                -moz-border-radius-topleft: 6px;
                -moz-border-radius-topright: 6px;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
              
              padding-top: 28px;
          }


iframe{border: none;
display: block;}
          .web::before{
              content: "-";
              color: transparent;
              display: block;
              width: 100%;
              height: 28px;
              background: #eeeeee; /* Old browsers */
                background: -moz-linear-gradient(top, #eeeeee 0%, #d8d8d8 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #eeeeee 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #eeeeee 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
              position: absolute;
              top: -0px;
              -webkit-border-top-left-radius: 6px;
                -webkit-border-top-right-radius: 6px;
                -moz-border-radius-topleft: 6px;
                -moz-border-radius-topright: 6px;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
              border: 1px solid #C5C5C5;
              box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
                      }
          
          
          a:hover, a:focus{
              text-decoration: none;
          }
          
          ul{padding: 0;
          margin: 0;
              list-style: none;}
          
          article{
              width: 100%;
              /*border-bottom: 1px #ccc solid;*/
              padding-bottom: 80px;
   
          }/*
article:nth-child(n+3){
    border-top: 1px #ccc solid;
}*/

       /*
          #intro{
              padding-top: 200px;
              padding-bottom: 00px;
              position: relative;
              height:96vh;
              min-height: 680px;
              max-height: 1440px;
          }*/
#intro{
              padding-top: 300px;
              padding-bottom: 0px;
              position: relative;
              height:82vh;
              min-height: 704px;
              max-height: 1440px;
    max-width: 2000px;
    margin: 0 auto;
          }


#projectcovercontainer{
              
              padding-bottom: 0px;
              position: relative;
          
    
    /*height:82vh;
              min-height: 704px;
              max-height: 1440px;*/
              max-width: 2000px;
              margin: 0 auto;
                margin-top: 20px;
    margin-bottom: 40px;
                 background-color: aliceblue;
                border: 60px solid #fff;
                opacity: 0;
}



.currentproject div {
    display: none;
}

.currentproject figcaption{
    opacity: 1 !important;
    top: 46% !important;
}
#footer{
   
    margin-top: 0px !important;
    display: block;
    padding: 140px 0px 210px;
}

#footer section{
    padding-bottom: 0;
}

#footer img{
   /* -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: .6;*/
}


.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0;
    bottom: auto !important;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.header .container{
    padding-top: 100px;
}


#sitenav{
    width: 100%;
    display: block;
    position: fixed;
    top: 0px;
    text-align: right;
    z-index: 120;
    background: #fff;
}


#sitenav a{
 
    position: relative;
}


#sitenav .logo{
    position: absolute;
    top: 0;
    left: 60px;
}

.privatelink
{
    display: block;
  
    width: 30px;
    
        top: 0px;
    
    
    position: absolute !important;
    right: 60px;
}
.locked{background: url(../images/private_locked.png) no-repeat center bottom; background-size:  13px 17px;}
.unlocked{background: url(../images/private_unlocked.png) no-repeat center bottom; background-size:  13px 17px;}

/*
#sitenav a:before{
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    background: url(../images/nav_back2.png) no-repeat;
   left: 36px;
    top: 0px;
    transform: rotate(-90deg);
    

}*/

          .nav {
			background: #fff;
			
			list-style: none;
			overflow: hidden;
			padding: 0px;
			position: absolute;
              z-index: 100;
			width: 100%;
		
			bottom: -20px;
            -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.11);
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.11);
              padding: 0px !important;
              margin: 0px !important;
              opacity: 0;
              
              
		}
          
          .nav .container{
              padding-top: 0px !important;
              padding-bottom: 0px !important;
           
          }
          
       
		.nav li, #sitenav ul li {
			display: inline-block;
			margin: 0;
            padding-right: 60px;
		}

        .nav li:last-child{
            padding-right: 0px;
            
        }
		
        .nav a, #sitenav a{
			border-bottom: 3px solid transparent;
			color: #000;
			display: block;
			padding: 20px 0px;
            font-size: 16px;
		}

  .nav li.projecttitle{
              font-weight: bold;
              position: relative;
             
          }
        

.projecttitle a:before{
    content: '.';
    color: transparent;
    position: absolute;
    display: none;
    height: 50px;
    width: 50px;
    background: url(../images/nav_back2.png) no-repeat;
    left: -40px;
    top: 22px;
    
}
/*
.sticky .projecttitle{
    display:inline-block !important;
}    
*/

.sticky:hover .projecttitle a:before{
    display: block;
}          
          
          

.back{
    position: absolute;
    top: 0px;
    left: -60px;
    visibility: hidden;
}

.nav:hover .back a{
   visibility:visible;
}

.back a{padding:20px }
		.nav a:hover, #sitenav a:hover {
			
			color: #999;
		}
		.nav .current a {
			background: #fff;
			color: #000;
            border-color: #444;
		}
          
          
          #portfolio {
              position: fixed;
              top: 0;
              left: 30px;
          }
          
article:not(#intro) .greybg:nth-child(1){
     background:#eee; 
        padding-top: 110px;
}

article:not(#intro):nth-child(odd) .greybg:nth-child(2){
     /*background: linear-gradient(to bottom, #F9F9F9 80%, #fff 20%);80deg*/
    /*background: linear-gradient(190deg, #F9F9F9 60%, #fff 40%);/*/
   
    background: radial-gradient(ellipse at 460% 0%, #eee 0%, #eee 75%, #fff 10%);
}

article:not(#intro):nth-child(even) .greybg:nth-child(2){
     /*background: linear-gradient(to bottom, #F4F4F4 80%, #fff 20%);80deg*/
   background: radial-gradient(ellipse at -460% 0%, #eee 0%, #eee 75%, #fff 10%);
}
          


.lyft article:not(#intro) .greybg:nth-child(1), .lyft article#footer{
     background:#F2EAFF; 
}

.lyft article:not(#intro):nth-child(odd) .greybg:nth-child(2){
    background: radial-gradient(ellipse at 460% 0%, #F2EAFF 0%, #F2EAFF 75%, #fff 10%);
}

.lyft article:not(#intro):nth-child(even) .greybg:nth-child(2){
   background: radial-gradient(ellipse at -460% 0%, #F2EAFF 0%, #F2EAFF 75%, #fff 10%);
}





          #intro .projectlogo{
              padding-bottom: 60px;
          }
          
        
          
/*
.videoWrapper {
    position: relative;
    
   
}
.video {
    position: absolute;
    top: 30;
    left: 0;
    width: 854px;
    height: 508px;
}
*/

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.slideshow{    margin: 0 auto;
                text-align: center;
                position: relative;}

.slideshow li{display: none;}
.slideshow li.viewing{display: block;}


.rowslides:hover li.viewing:after{
    content: 'Click to flip through';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0px;
    margin: 0;
    padding:  35px 35px;
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-family: roboto;
    font-weight: 300;
    color: #fff;
    display: block;
    vertical-align:middle;
    background:rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 50px;
    min-width: 210px;
    animation: SlideShowClue .2s ease-out;
}

.rowslides:hover .seen li.viewing:after{
    display: none;
    
}




.tooltip-me, .tooltip-links a {
    position: relative;
}
.example-item {
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
}
 figcaption{
    font-size: 18px;
    text-align: center;
    color: #444;
    padding: 40px 20px 0px 20px;
}



.rowslides button{
    position: absolute;
    top:0px;
    display: block;
    width: 50px;
    height: 100%;
    background: none;
    border: none;
    padding:0% 6%;
    z-index: 50;
    
}



.CTA:before{
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    height: 18px;
    width: 16px;
    background: url(../images/nav_back2.png) no-repeat;
    left: 1px;
    top: 22px;
    transform: rotate(-180deg);
    animation: MoveUpDown .5s linear infinite;
    
    

}

.story{
    top: 30%;
    position: relative;
}

@keyframes MoveUpDown {
  0% {
    top: 20px;
  }
  50% {
    top: 26px;
  }
  100% {
    top: 20px;
  }
}


@keyframes SlideShowClue {
  0% {
    margin-top: 10px;
      opacity: 0;
  }
  50% {
    margin-top: 5px;
      opacity: .5;
  }
  100% {
    margin-top: 0px;
      opacity: 1;
  }
}

@keyframes MovePaddles {
  0% {
    padding: 10%;
  }
  50% {
    padding: 10%;
  }
  100% {
    padding: 10%;
  }
}



  
  


.CTA{
  color: #000;
    display: block;
    font-size: 16px;
   padding: 20px 20px 20px 36px;
    position: relative;
    
}

.CTA:hover{color: #000;}

.rowslides button span{
    position: absolute;
    top: 45%;
    text-align: center
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    border: 1px #bbb solid;;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    
}

.rowslides button span:after {
    border: solid;
    border-width: 5px 8px;
    content: '.';
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
    top: 40%;
    
}



.rowslides button.leftpaddle span{left: 30%; }
/*.rowslides:hover .slidenav button{animation: MovePaddles s ease-out; }*/
.rowslides button.leftpaddle span:after {
    border-color: transparent #222 transparent transparent;
    left: 11px; 
}

.rowslides button.rightpaddle span{right: 30%;}

.rowslides button.rightpaddle span:after {
    border-color: transparent transparent transparent #222;
    right: 11px; 
}

.rowslides button:hover, .rowslides ul:hover{
    cursor: pointer;
}

.rowslides button:hover span{
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    
    
}

.rowslides button:focus{
    outline: none;
}

.rowslides button.rightpaddle{
    right: 0;
}

.rowslides button.leftpaddle{
    left: 0;
}




@media (max-width: 1200px){
    .rowslides .slidenav{
        width: 960px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    
    .rowslides .col-2{
        margin-left: -15px;
    }
    
    .rowslides button{
        position: relative;
         top:0;
        display: inline-block;
        width: 50px;
        height: 50px;
        background: none;
        border: none;
        padding:0;
         margin-right: 14px;
        
        

    }
    
   



    .rowslides button span{
        top: 0;
        text-align: center
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        

    }

    .rowslides button.leftpaddle span{left: 0;}
    .rowslides button.rightpaddle span{right: 0;}

}


@media (max-width: 1200px) and (min-width: 992px){
    .rowslides .slidenav{
        width: 960px;
        margin: 0 auto;
        
        
    }
      div.pullquote div:nth-child(3){
            left: 16%;
            top: 60px;
    }
    
    
    .col-5{
        
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
  
    }
    
     .col-4{
        
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    
    }
    

}


@media  (max-width: 992px) and (min-width: 768px){
    .rowslides .slidenav{
        width: 720px;
        margin: 0 auto;
    }
}

@media  (max-width: 768px) and (min-width: 576px){
    .rowslides .slidenav{
        width: 540px;
        margin: 0 auto;
    }
      #gridnav li{
        display: block;
        width: 96%;}
    
}


@media  (max-width: 992px) and (min-width: 0px){
    .nav li{
        display: none;}
    .nav .current, .nav .projecttitle {
        display: inline-block;}
    
    .nav li.current{
            padding-right: 0px;
            
        }
    
    
        .col-5{
        
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
  
    }
    
     .col-4{
        
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    
    }
   div.pullquote div:nth-child(3){
            left: 16%;
            top: 60px;
    }
    
     .col-6 {
    
    flex: 0 0 100% !important;
    max-width: 100% !important;
    }
    
    /*
    .projectlink a:nth-child(2) {
        border-left: 0px solid #ddd;
        border-top: 1px solid #ddd;
    }
     .projectlink{
        margin-top: 0px !important;
    
    }*/
    
    #intro .introtext{
        position: relative;
        top:auto;
        left:auto;
        transform: translate(0%,0%);
        padding-bottom: 0px;
        
 
    }
    
    #intro{
        height: auto !important;
            padding-top: 200px;
    padding-bottom: 240px;
    }
    
}

@media  (max-width: 576px) and (min-width: 0px){
    .rowslides .slidenav{
        width: 100%;
        margin: 0 auto;
    }
   /*
     .projectlink a img{
           max-width: 70%;
         max-height: 50px;
    }
    */
      #gridnav li{
        display: block;
        width: 96%;}
    
    p{font-size: 18px !important;
    line-height: 38px;}
    

    .iphone, .iphonex{
        max-width: 70%;
    }
    
    .slideshow {
        width:100%;
    }
    
    #intro{
        height:100%;
    }
    
   
  
    .nav li, #sitenav ul li{
           padding-right: 36px !important;
    }
    
    .nav li, #sitenav ul li:last-child{
        padding-right: 20px;
    }
    
 
    
    .sticky:hover .projecttitle a:before{
    display: none;
    }     

    .nav .container{
        width: 100%;
    }
    
   /* 
    .justify-content-md-center div.ipad{
 
                margin: 0px;
                text-align: center;
                position: relative;
                background-image: url(../images/frame_ipad_stretch.png);
                background-repeat:repeat-x;
                width: 100%;
                max-width: 960px;
                display: block;
            
          } 
          .ipad .work{
           
                  width: 100%;
                margin: 2.7% 0% 2.2%;
             
              overflow: hidden;
              -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
     
          }
    #gridnav .ipad .work{width: 85.5%;}*/
    
    .justify-content-md-center .iphonex {
      
        padding: 4% 4.5%;
    }
    .justify-content-md-center .iphonex img{
      
        border-radius: 5%;
    }
    
   
}
