/*-------------------------------
  portfolio.css
-------------------------------*/

img.portfolio-icon {
  float: left; 
  margin-top: -15px;
  padding: 10px 20px 0px 0px;
  border: none;
  
}

div.project {
  margin: 0px 0px 30px 0px;
}

.project h4 {
  font-weight: normal;
  font-size: 2.0em;
  color: #666;
  padding-top: 15px;
}



span.subhead {
  color: #999;
}

h4 a:link, h4 a:visited {
  color: #183152;
  text-decoration: none; 
}

h4 a:active, h4 a:hover { 
  color: #994B2C;
}