body {
	background: #ffffff;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.navi {
	position: fixed;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 2.8em;
}
@media (max-width: 1200px) {
	.col-lg-2, .navi {
		display: none;
	}
}
.navi .project-title {
	line-height: 3em;
	font-size: 18px;
	font-weight: 400;	
}
.navi a, .navi a :visited{
	color: #000;
	text-decoration: none;
}
.navi a:active {
	color: #dfdfdf;	
}
.project {
	
}
.project img {
	width: 100%;
	height: auto;	
}