/*

Portfolio of Aubrey Johnson
Copyright 2013 Aubrey Johnson
All style contained within was created by Aubrey Johnson.

*/


*{ 
  font-family: 'Source Sans Pro', sans-serif;
}
body{ font-size: 100%; }

/****************************************************************************/
/*  HEADER & NAV                                                            */
/****************************************************************************/

  .header{
      text-transform: uppercase;
      position: relative;
      height: 215px;
    }
    .logo{
      background: url('../i/logo@2x.png') left 6px no-repeat;
      background-size: 13px 27px;
      height: 60px;
      width: 200px;
      top: 95px;
      position: absolute;
      padding-left: 28px;
      margin-left: 75px;
    }
    .header h1, .header h2, .header nav{
      position: absolute;
      font-weight: 400;
      font-size: 0.875em;
    }
    .header h1{
      color: #333;
      font-weight: 600;
      font-size: 1.125em;
      letter-spacing: 0.15em;
    }
    .header h2{
      color: #adadad;
      top: 22px;
      letter-spacing: 0.1em;
    }
    .header nav{
      right: 75px;
      top: 100px;
    }
      .header nav a{
        text-decoration: none;
        color: #666;
        letter-spacing: 0.15em;
        font-size: 1em;
        padding-bottom: 4px;
      }
      .header nav .selected{
        border-bottom: 1px solid #ef3f42;
      }
      .header nav span{
        padding: 4px 12px;
        color: #cdcdcd;
        border-bottom: 1px solid #fff!important;
      }
      
  
/****************************************************************************/
/*  MAIN WORK PAGE                                                          */
/****************************************************************************/
  
  .work-container, .work-detail-container{ 
    background: #EEE; 
    padding: 30px 0; 
  }
    #about-content{
      margin-top: -50px;
      padding: 0;
    }
    .work-items {
    	width: 870px;
    	margin: 0 auto;
    }
    
    .work-item{ 
      width: 260px; 
      background-color: #FFF; 
      padding: 0; 
      border-radius: 4px;
      box-shadow: 0px 1px 1px rgba(0,0,0,.05);
      margin: 0 15px 30px 15px;
      display: moz-inline-stack; 
      display: inline-block; 
      zoom: 1; 
      *display: inline;
      cursor: pointer;
      }
      
    
      .work-item h5{
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.85em;
        color: #666;
        letter-spacing: 0.25em;
        padding: 15px 15px 17px 15px;
        -webkit-font-smoothing: antialiased!important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004)!important; 
      }
      
      .work-item .img-container, .work-item .sml-img-container, .work-item .med-img-container{
        height: 278px;
        background: #2fa5d2;
        margin-bottom: 28px;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        background-size: 100%;
      }
      
        .work-item .img-container img, .work-item .sml-img-container img, .work-item .med-img-container img{
          width: 260px;
          background: cover cover;
        }
      
      .work-item .sml-img-container{
        height: 178px;
        background: #ea2e49;
      }
      
      .work-item .med-img-container{
        height: 228px;
        background: #363636;
      }
      
      .work-item a{
        font-size: 0.750em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 30px;
        color: #666;
/*        display: none;*/
      }
        .work-item a .the-separator{
          font-weight: 400;
          font-style: italic;
          text-transform: none;
          color: #a3a3a3;
          padding: 0 4px;
        }
        .work-item a .link-arrow{
          padding-left: 6px;
          color: #ea2e49;
        }
      .work-item p{
        padding: 20px 30px 30px 30px;
        font-size: 0.850em;
        color: #656565;
        line-height: 1.4em;
      }
      
      
      
      /****************************************************************************/
      /*  SPECIAL ITEMS SECTION                                                   */
      /****************************************************************************/
      
      
      .special-container{
        background: #EEE; 
        padding: 0 30px 30px 30px;
        text-align: center;
      }
      
      .special-items{
        display: block;
        height: 1px;
        width: 100%;
        border-bottom: 1px solid #E2E2E2;
      }
      
      .work-item.special{ 
        width: 48%;
        min-width: 356px;
        height: 386px;
        max-height: 386px; 
        background-color: #FFF; 
        padding: 0; 
        border-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0,0,0,.05);
        margin: 30px 30px 30px 0;
        display: moz-inline-stack; 
        display: inline-block; 
        zoom: 1; 
        *display: inline;
        text-align: left;
        }
        .work-item.special:last-child{
          margin-right: 0;
        }
        
          .work-item.special .img-container{ 
            height: 260px;
            background: #2fa5d2;
            margin-bottom: 28px;
            border-top: 1px solid #DFDFDF;
            border-bottom: 1px solid #DFDFDF;
            background-size: 100%;
            display: block;
            margin: 0;
            }
            
           

          .work-item.special p{
          padding-top: 25px;
          overflow: hidden;
          }
            .work-item.special p strong{
              padding-right: 10px;
            }
          .work-item.special a{
            font-size: 1em;
            text-transform: none;
            font-weight: 400;
            text-decoration: underline;
            color: #0076a3;
            margin: 0;
            padding: 0;
          }
      
/****************************************************************************/
/*  WORK DETAIL                                                             */
/****************************************************************************/
    
    .work-detail-container{
      padding: 30px;
    }    
    
    .work-detail{
      max-width: 1130px;
      background: #FFF;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      box-shadow: 0px 1px 1px rgba(0,0,0,.05);
      padding-bottom: 50px;
      text-align: center;
    }
      /*Makes work detail occupy the whole height of the DOM*/
      .work-detail:after{
          clear: both;
          content: "";
          display: block;
      }
      
    .work-info-title{
      text-transform: uppercase;
      text-align: center;
      font-weight: 400;
      font-size: 1.6em;
      color: #ef3c43;
      letter-spacing: .3em;
      padding: 58px 0 40px 0;
    }
    
      .title-twilio{ color: #EA242D; }
      .title-color{ color: #127EAF; }
      .title-science{ color: #000; }
      .title-illos{ color: #1D6A9D; }
      .title-bop{ color: #4AEEAF; }
      .title-authy{ color: #EA212D; }
      .title-hs{ color: #7AC4D2; }
      .title-taste{ color: #8FB5B8; }
      .title-uncovet{ color: #4C4C4C; }
      .title-draftio{ color: #E8212C; }
      
      
    .body-text-center{
      text-align: center;
      font-size: .9em;
      line-height: 1.8em;
      margin: 0 16%;
      color: #7d7d7d;
      margin-bottom: 30px;
    }
    
    .portfolio-image{
      width: 90%;
      margin: 0 auto;
    }
      
    
    .work-description{
      margin: 4% 10% 10% 10%;
      font-size: 1em;
      line-height: 1.6em;
      color: #7d7d7d;
    }
      .work-description.has-mask{
        margin-top: -5%;
      }
      .work-description .pullup{
        margin-top: 0!important;
      }
      
      
    /*HEROS*/
    .hero1, .hero2, .hero3{
      min-height: 300px;
      margin: 50px 0;
    }
    
      .hero1 span, .hero2 span, .hero3 span{
        display: block;
        min-height: 300px;
        position: relative;
      }
      
      .hero1 span p, .hero2 span p, .hero3 span p{
        text-align: center;
        color: #fff;
        font-size: 2.2em;
        font-weight: 200;
        position: absolute;
        height: 1px;
        top: 0; bottom: 0; right: 0; left: 0;
        margin: auto;
      }
      
      
      
    .hero1{ min-height: 300px; }
      .hero1 span{ min-height: 300px; }
      
    .hero2{ min-height: 500px; }
      .hero2 span{ min-height: 500px; }
    
    .hero3{ min-height: 800px; }
      .hero3 span{ min-height: 800px; }
                
    .color-hero{ margin-top: 20px; }
    .twilio-hero{ margin-top: 10px; }
    .taste-hero{ margin-top: 0; }
    
    .hero3.color-hero span{
      background: url('../i/large-img/color-ipad-photo.jpg') center center no-repeat;
      background-size: cover;
    }
    .hero3.draftio-hero span{
      background: url('../i/large-img/draftio-hero.jpg') center center no-repeat;
      background-size: cover;
    }
    .hero2.taste-hero span{
      background: url('../i/large-img/taste-hero.jpg') center center no-repeat;
      background-size: cover;
    }
    .hero1.color-hero2 span{
      background:linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
      ),  url('../i/large-img/color-hero.jpg') center center no-repeat;
      background-size: cover;
    }
    .hero1.twilio-hero2 span{
      background: 
      linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
      ),url('../i/large-img/twilio-hero2.jpg') center center no-repeat;
    }
    .hero2.twilio-hero span{
      background: url('../i/large-img/twilio-hero.jpg') center center no-repeat;
      background-size: cover;
    }
      
    
    /*Quotes & Small Items*/
    .item-type1, .item-type2{
      margin: 0 auto;
      width: 80%;
      margin-top: 40px;
    }
    .item-type1{
      margin-bottom: 120px;
    }
    .item-type1 p{
      line-height: 1.3em;
    }
      .img-left{
        margin-top: 3%;
        margin-right: 4%;
      }
      .quote-left-text{
        text-align: left;
      }
      .item-type1 p , .item-type2 p{
        font-size: 1.6em;
        width: 70%;
        margin: 0 auto;
        padding-top: 60px;
      }
      .item-type1 span, .item-type2 span{
        display: block;
        margin-top: 15px;
        color: #999;
        font-size: .6em;
      }
    .quote-image, .quote-image2{
      max-width: 20%;
      margin-left: 20%;
      float: left;
    }
    
    .item-type2{
      background: #276698;
      width: 100%;
      min-height: 260px;
    }
    .quote-image2{
      max-width: 15%;
      padding-top: 4%;
      margin-right: 4%;
    }
      .item-type2 p{
        color: #FFF;
        width: 60%;
        font-size: 1.4em;
        line-height: 1.3em;
        text-align: left;
      }
      .item-type2 p span{
        color: #051828;
        font-size: .65em;
      }
      
   

/****************************************************************************/
/*  BLOG                                                                    */
/****************************************************************************/

.blog-info-title{
  
  text-align: left;
  font-weight: 400;
  font-size: 1.3em;
  color: #ef3c43;
  letter-spacing: .05em;
  padding: 58px 0 40px 50px;
}
.blog-date{
  display: block;
  text-align: left;
  font-size: .9em;
  color: #999;
  margin:0 0 30px 50px;
}
.blog-text, .blog-link{
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8em;
  margin: 0 50px;
  color: #7d7d7d;
  margin-bottom: 30px;
}
.blog-text strong{
  font-weight: 600;
  color: #555;
  padding: 0 2px;
}
.blog-text a, .work-description a{
  color: #007db1;
  background: #ecf9ff;
  padding: 0 3px;
  text-decoration: none;
}
.blog-text a:hover{
  text-decoration: underline;
}
.blog-text img{
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 90%;
}

.blog-quote{
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 0 9%;
  line-height: 1.4em;
  font-weight: 300;
  font-style: italic;
  color: #ef3c43;
  font-size: 2.2em;
}

.blog-button, .hire-button{
  color: #007db1;
  background: #ecf9ff;
  padding: 6px 28px;
  text-decoration: none;
  border: 1px solid #007db1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
   -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
       transition-timing-function: ease-in-out;
}
  .hire-button{
    display: moz-inline-stack; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
    padding: 6px 28px!important;
  }
  .blog-button:hover, .hire-button:hover{
    background: #00709e;
    color: #fff;
    border-color: #004a68;
  }

/****************************************************************************/
/*  NAV GLOBALS                                                             */
/****************************************************************************/

          
    /*NAVIGATES the WORK*/  
  
    nav.work-navigator{
      text-align: center;
      margin: 90px 0 0 50px;
      width: 40%;
      min-width: 290px;
      float: left;
    }
    
    .work-link-type, .prev-work, .next-work{
      display: moz-inline-stack; 
      display: inline-block; 
      zoom: 1; 
      *display: inline;
    }
    
    .work-link-type{
      padding: 0 5%;
      text-align: center;      
      color: #ef3f42;
      text-decoration: none;
      
    }
      .work-link-type:hover{
        font-weight: 600;
      }
      
    .prev-work, .next-work{
      height: 15px;
      width: 15px;
      padding: 14px;
      line-height: 0.45em;
      text-align: center;
      font-size: 1.5em;
      font-weight: 600;
      text-decoration: none;
      color: #ef3f42;
      border: 1px solid #ef3f42;
      -webkit-border-radius: 150px;
      border-radius: 150px;
      
      -webkit-transition-duration: 0.4s;
         -moz-transition-duration: 0.4s;
          -ms-transition-duration: 0.4s;
           -o-transition-duration: 0.4s;
              transition-duration: 0.4s;
    }
    
      .prev-work:hover, .next-work:hover{
        background: #ef3f42;
        color: #fff;
      }
      
    /*Tag Cloud*/
    .work-type{
          margin: 50px 50px 0 0;
          text-align: center;
          float: right;
          width: 340px;
        }
        .work-type li:first-of-type{
          color: #ccc;
          background: none;
          float: left;
        }
        .work-type li{
          color: #fff;
          float: right;
          clear: left;
          background: #444;
          font-size: 0.85em;
          font-weight: 400;
          padding: 4px 8px;
          margin: 0 8px 8px 0;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          
          display: moz-inline-stack; 
          display: inline-block; 
          zoom: 1; 
          *display: inline;
        }
    
    
    
    
/****************************************************************************/
/*  FOOTER                                                                  */
/****************************************************************************/
    
.footer{
  height: 40px;
  padding: 25px 0 0 0;
}
.copyright{
  text-decoration: none;
  padding: 0 5px;
  font-size: .8em;
  color: #838383;
  float: left;
  margin-left: 30px;
}

.footer-links{
  float: right;
  margin-right: 30px;
}
.footer-links a{
  text-decoration: none;
  padding: 0 5px;
  font-size: .8em;
}
.f-email{ color: #555; }
.f-dribbble{ color: #ea4c89; }
.f-instagram{ color: #4E433C; }
.f-twitter{ color: #33CCFF; }
.f-linkedin{ color: #4875B4; }



/****************************************************************************/
/*  PHOTOS                                                                  */
/****************************************************************************/
#photo-container{
  background: #eee!important;
}
.cont {
    width: 100%;    
}
.cont a {
    float: left;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.cont a img {
    display: block;
    width: 100%;
}
.cont a p {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.cont a span{
  position: absolute;
  color: #FFF;
  padding-top: 45%;
  text-align: center;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 1em;
  text-transform: uppercase;
  
  display: none;
}
.title-block{
  cursor: default;
}
.title-block p{
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
  padding-top: 45%;
  text-align: center;
  text-transform: uppercase;
  color: #2eb3ea;
  
  font-weight: 400;
  font-size: 1em;
  letter-spacing: .3em;
}

.title-block p em{
  font-size: .7em;
  display: block;
  margin-top: 15px;
  font-style: normal;
  color: #ccc;
}
#photo-footer{
  max-width: 1130px;
  background: #FFF;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0,0,0,.05);
  padding-bottom: 40px;
  clear: both;
}
  #photo-footer p{
    margin: 20px 20%;
    font-size: 1em;
    line-height: 1.6em;
    color: #007db1;
  }
  #photo-footer ul{
    padding-top: 100px!important;
    margin: 20px 20% ;
  }
  #photo-footer ul li{
    font-size: .8em;
    line-height: 2em;
    color: #7d7d7d;
  }
    #photo-footer li:nth-child(3){
      padding-top: 10px;
    }
  #photo-footer ul lh{
    font-size: .95em;
    line-height: 1.6em;
    color: #555555;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
  }
  .shim{
    color: #fff!important;
    padding: 18px;
  }
  

/****************************************************************************/
/*  ABOUT PAGE                                                              */
/****************************************************************************/

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px!important;
	/*				height: 100%!important;*/
	z-index: 0;
	background: url('../v/about.jpg') center center no-repeat;
	background-size: cover;
}
.video-background video {
	min-height: 100%; 
	min-width:100%; 
}
.video-wrapper{
	height: 400px;
	position: relative;
	z-index: 999;
	background: rgba(0,0,0,.5);
}
#page {
	position: absolute; 
	z-index: 1;
	margin: 0 auto;
}
#main {
	padding: 10px;
	margin: 10px 0;
}

		    
.about-me{
	font-size: 1.4em;
	padding: 0% 22% 9% 22%;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	color: #444!important;
	min-height: 400px;
	background: none;
	margin-top: 140px;
}
	.about-me a{ text-decoration: none; }
	.about-me a:hover{ text-decoration: underline; }
	a.about-link{ color: #0076a3; text-decoration: none; }
	a.about-link:hover{ text-decoration: underline; }

		.abt-dribbble{ color: #ea4c89; }
		.abt-instagram{ color: #c4b6ad; }
		.abt-twitter{ color: #33CCFF; }
		.abt-linkedin{ color: #4875B4; }

#my-image{
	height: 200px;
	width: 200px;
	overflow: hidden;
	z-index: 999;
	position: absolute;
	margin: 0 auto;
	border: 10px solid #fff;
	border-radius: 200px;
	margin-top: -100px;
	margin-left:-100px;
	left:50%;
}   

#my-image img{
 width: 100%;
}

#about .footer{
	background: #f4f4f4;
	height: 40px;
}


#about.header{
    text-transform: uppercase;
    position: relative;
    height: 415px;
    width: 100%;
  }
  #about .logo{
    background: url('../i/logo@2x.png') left 6px no-repeat;
    background-size: 13px 27px;
    height: 60px;
    width: 200px;
    top: 195px;
    position: absolute;
    padding-left: 28px;
    margin-left: 75px;
    
  }
  #about.header h1, #about.header h2, #about.header nav{
    position: absolute;
    font-weight: 500;
    font-size: 0.875em;
  }
  #about.header h1{
    color: #FFF;
    font-weight: 600;
    font-size: 1.125em;
    letter-spacing: 0.15em;
  }
  #about.header h2{
    color: #adadad;
    top: 22px;
    letter-spacing: 0.1em;
  }
  #about.header nav{
    right: 75px;
    top: 200px;
  }
    #about.header nav a{
      text-decoration: none;
      color: #ddd;
      letter-spacing: 0.15em;
      font-size: 1em;
      font-weight: 600!important;
      padding-bottom: 4px;
    }
    #about.header nav a .selected{
      border-bottom: 1px solid #ef3f42;
    }
      #about.header nav.selected span{
        border-bottom: none!important;
      }
    #about.header nav span{
      padding: 4px 12px;
      color: #444;
      border-bottom: none!important;
    }
    
    /*#about-wrapper {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      margin-left: 0px;
      margin-top: 0px;
      background: rgba(0,0,0,0.5);
    }
      #about-wrapper .work-detail-container{
        background: none;
      }
    .about-me{
      font-size: 1.4em;
      padding: 0 20% 0 10%;
      line-height: 1.5em;
      font-weight: 400;
      text-align: left;
      color: #fff!important;
      min-height: 400px;
      background: none;
    }
      .about-me a{
        text-decoration: underline;
      }
      .about-link{
        color: #ccc;
      }
    
    
    .abt-dribbble{ color: #ea4c89; }
    .abt-instagram{ color: #c4b6ad; }
    .abt-twitter{ color: #33CCFF; }
    .abt-linkedin{ color: #4875B4; }
    
    */
       


/****************************************************************************/
/*  THANKS                                                                  */
/****************************************************************************/

#thanks{
  
}
#thanks h4{
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 30px;
  color: #ea2e49;
}
#thanks p{
  font-size: .9em;
  margin: 10px 50px;
  line-height: 1.6em;
  text-align: center;
  color: #999;
}
  #thanks p:nth-of-type(2){
    color: #444;
  }

#thanks ul{
  padding-bottom: 70px;
  margin: 0 10%;
}
#thanks li{
  font-size: 1.1em;
  padding: 10px 0;
}
#thanks a{
  color: #007db1;
  background: #ecf9ff;
  padding: 0 3px;
  text-decoration: none;
  
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
  #thanks a:hover{
    background: #007db1;
    color: #ecf9ff;
  }

/****************************************************************************/
/*  ISOTOPE                                                                 */
/****************************************************************************/

    
    .isotope {
      /* change duration value to whatever you like */
      -webkit-transition-duration: 250ms;
         -moz-transition-duration: 250ms;
          -ms-transition-duration: 250ms;
           -o-transition-duration: 250ms;
              transition-duration: 250ms;
    }
    .isotope .isotope-item {
      /* change duration value to whatever you like */
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }
    
    .isotope {
      -webkit-transition-property: height, width;
         -moz-transition-property: height, width;
          -ms-transition-property: height, width;
           -o-transition-property: height, width;
              transition-property: height, width;
    }
    
    .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
         -moz-transition-property:    -moz-transform, opacity;
          -ms-transition-property:     -ms-transform, opacity;
           -o-transition-property:      -o-transform, opacity;
              transition-property:         transform, opacity;
    }
    
    /**** disabling Isotope CSS3 transitions ****/
    
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
      -webkit-transition-duration: 0s;
         -moz-transition-duration: 0s;
          -ms-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s;
    }
    

    
/****************************************************************************/
/*  Responsive                                                              */
/****************************************************************************/


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.header{
  height: 160px;
}
.logo{
  background: url('../i/logo@2x.png') no-repeat!important;
  background-position: center top!important;
  background-size: 13px 27px!important;
  height: 110px;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
  padding-left: 0!important;
  display: block;
  float: none;
  top: 20px;
  border: 0px solid red;
}
.header nav{
  display: block;
  float: none;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0!important;
  padding: 0!important;
  left: 0;
  right: 0;
}
.header nav a{
  font-size: .8em;
}
.header h1{
  text-align: center!important;
  width: 100%;
  border: 0px solid cyan;
}
.header h2{
  text-align: center!important;
  top: 55px;
  width: 100%;
  letter-spacing: 0.1em;
  border: 0px solid lime;
}

#about.header{
  height: 160px;
}
#about .logo{
  background: url('../i/logo@2x.png') no-repeat!important;
  background-position: center top!important;
  background-size: 13px 27px!important;
  height: 110px;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
  padding-left: 0!important;
  display: block;
  float: none;
  top: 20px!important;
  border: 0px solid red;
}
#about.header nav{
  display: block;
  float: none;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0!important;
  padding: 0!important;
  left: 0;
  right: 0;
  top: 90px;
}
#about.header nav a{
  font-size: .8em;
}
#about.header h1{
  text-align: center!important;
  width: 100%;
  border: 0px solid cyan;
}
#about.header h2{
  text-align: center!important;
  top: 55px!important;
  width: 100%;
  letter-spacing: 0.1em;
  border: 0px solid lime;
}
.video-wrapper{
	height: 200px!important;
	position: relative;
	z-index: 999;
	background: rgba(0,0,0,.5);
}
.video-background{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 200px!important;
	/*				height: 100%!important;*/
	z-index: 0;
	background: url('../v/about.jpg') center center no-repeat!important;
	background-size: cover!important;
}
#my-image{
	height: 100px;
	width: 100px;
	overflow: hidden;
	z-index: 999;
	position: absolute;
	margin: 0 auto;
	border: 10px solid #fff;
	border-radius: 200px;
	margin-top: -50px;
	margin-left:-50px;
	left:50%;
}
.about-me{
	font-size: 1.4em;
	padding: 0% 9% 9% 9%;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	color: #444!important;
	min-height: 400px;
	background: none;
	margin-top: 90px;
}

.title-block p em{
  display: none!important;
}
.work-detail{
  padding: 0px;
}
.work-detail-container{
  padding: 10px;
}
.body-text-center{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.work-item.special{ 
  width: 30%;
  min-width: 100%; 
  background-color: #FFF; 
  padding: 0; 
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0,0,0,.05);
  margin: 30px 30px 30px 0;
  display: moz-inline-stack; 
  display: inline-block; 
  zoom: 1; 
  *display: inline;
  text-align: left;
  }
  .footer{
    text-align: center!important;
    padding-bottom: 30px;
  }
  .copyright{
    text-decoration: none;
    padding: 0 5px;
    font-size: .8em;
    color: #838383;
    float: none;
    margin: 0;
  	text-align: center!important;
  	display: block;
  	margin-bottom: 10px;
  }
  
  .footer-links{
    width: 70%!important;
    float: none!important;	
    margin: 0 auto!important;
  }
  
  .item-type1, .item-type2{
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #999;
    font-size: .5em;
  }
  .quote-image{
   padding-top: 30px; 
  }
  .quote-image2{
    padding-top: 35px;
  }
  .item-type1 p{
    font-size: 2em;
    color: #222;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .item-type2 p{
    color: #FFF;
    width: 80%;
    text-align: center;
    font-size: 2em;
    line-height: 1.3em;
    padding-top: 20px;
  }
  .item-type2 p span{
    padding-bottom: 20px;
    display: block;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    font-size: .8em;
  }
  .hero3 {
    min-height: 400px; 
    }
  .hero3 span{
    min-height: 400px; 
    }
  
  
  .quote-image, .quote-image2{
    float: none;
    margin: 0 auto;
    max-width: 30%;
  }
  
  .work-type{
    width: 80%;	
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .work-type li{
    text-align: center;
    float: none;
  }
  .work-type li:first-of-type{
  float: none;
  padding-bottom: 10px;
  }
  nav.work-navigator{
    float: none;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
  }
    .work-link-type{
      padding: 0 5%;
    }
    .work-navigator a{
      display: moz-inline-stack; 
      display: inline-block; 
      zoom: 1; 
      *display: inline;
    }
  
  .title-block{
    display: none;
  }
  
  .hero1{ min-height: 300px; }
    .hero1 span{ min-height: 300px; }
    
  .hero2{ min-height: 400px; }
    .hero2 span{ min-height: 400px; }
  
  .hero3{ min-height: 500px; }
    .hero3 span{ min-height: 500px; }
  

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
.title-block p em{
  display: none;
}
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
.title-block p em{
  display: none;
}
}