@charset "utf-8";
/* CSS Document */

#ipad-wrapper {width:1112px; overflow:hidden;} /* ipad/iphone has a narrow band of black along the right hand side of the website, this fixes that problem by hidding it */
.hometab a.project-details {height:9px;	bottom:23px;} /* clips the white line of text from appearing and adjusts positioning */
.hometab-pages li, .hometab-pages li a {height:10px;} /* addresses clipping problem with the 3 circles */
.portfolio-item .portfolio-details {height:10px;} /* addresses clipping problem with the view details button */

