h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1portfoliotitle.png) no-repeat left top;
    border: none;
}
h2 span{
    display:none;
}
 
h2{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h2portfoliotitle.png) no-repeat left top;
    border: none;
}
h4 span{
    display:none;
}
 
h4{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h4portfoliotitle.png) no-repeat left top;
    border: none;
}
#home-slider {
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	background: #232323 url(../images/piggies-day.jpg) center top;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}