/*------------project boxes--------------*/
.studio {
float:left;
display:block;
background:#403f3f;
/*background-image: url(images/contactBar.jpg);*/
background-repeat: no-repeat;
background-position: right bottom;
width:435px;
height:500px;
margin:  50px 0 0px 0;
padding: 12px 20px 0 20px;
/*border-left:10px solid #14859c;*/
line-height:14px;
letter-spacing: .1em;
text-decoration: none;
color:#fff;
}

.image {
float:left;
display:block;
background:#403f3f;
width:371px;
height:492px;
margin:  50px 0 0px 5px;
padding: 20px 20px 0 20px;
/*border-left:10px solid #14859c;*/
line-height:14px;
letter-spacing: .1em;
text-decoration: none;
color:#fff;
}

h1{
line-height:5px;
font-size: 10px;
color:#a75f14;
font-weight:bold;
}

.bold{
line-height:5px;
font-size: 10px;
color:#a75f14;
font-weight:bold;
}

.projectImgLink{
float:right;
margin: -6px 6px 0 35px;
padding: 0 0 0 0;
}

.projectlink {
text-decoration: none;
color:#fff;
}

.projectlink:hover {
color:#b2c013;
}

