/* Enter Your Custom CSS Here */
.header p.header-title {
    display: none;
}
section.the-content.single-item.group {
  padding-bottom: 0px;
}
.single-portfolio .post-title {
    display: none;
}
.single-portfolio .single-item {
  line-height: 140%; 
}
.portfolio-filter span.filter-title { /* hide work title */
    display: none;
}
.portfolio-filter a.filter-all.group { /* hide all from filter options */
    display: none;
}
.logo a:hover { animation: none !important; 
}
.meta-column {
  display: none;
  padding: 0px
}
.tagline {
  display: none;
}
.menu-item {
  line-height: 140%;
	color: #000000
}
.portfolio-filter.sep.group {
  line-height: 140%; 
}
.social-networking.sep.group {
}
.contact-info.sep {
}
.copyright {
  line-height: 120%; 
  font-size: 80%; 
}
.project-title {
    line-height: 160% !important;
}
/* unvisited link */
a:link {
	color: #191919;
	text-decoration: underline;
}

/* visited link */
a:visited {
	color: #191919;
	text-decoration: underline;
}
/* mouse over link */
a:hover {
  	color: #666666 !important;

}
.aboutme {
  background: !important;
}
