/*!
 * Start Bootstrap - 3 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
}

.portfolio-item {
    margin-bottom: 25px;
	opacity: 0.8;
	transition: opacity 0.3s linear;*
}

.portfolio-item:hover {
	opacity: 1;
}


footer {
    margin: 50px 0;
}
    a:link {
	color: #f38230;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f38230;
}
a:hover {
	text-decoration: none;
	color: #b8d342;
}
a:active {
	text-decoration: none;
	color: #f38230;
}
    body,td,th {
	color: #212121;
}
    
