/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.portfolio-desc h3 a:hover, .portfolio-desc .h3 a:hover {
	color: #ffffff;
}

.portfolio-desc {
	color: #FFE075;
	text-shadow: #000 1px 1px 4px, #000 1px 0px 4px;
}

.portfolio-desc h3 a {
	color: #ffffff;
	text-shadow: #000 1px 1px 8px, #000 1px 0px 8px, #000 1px 0px 3px;
}

.portfolio-item:hover .bg-overlay {
    transition: none;
}

.portfolio-reveal .portfolio-image img,
.portfolio-reveal .bg-overlay {
	transition: none;
}
