.mainContent ul.gallery	{
	list-style: none;
	width: 100%;max-width: 100%;
}

li.gallery-image .gallery-text h3	{
	font-size: 1.1em;
	margin: 3em 0 6em;
	text-align: left;
	font-family: var(--font-body);
	text-transform: uppercase;
	max-width: 90%;
}

li.gallery-image .gallery-text h3 a	{
	color: var(--color-projectTitle);
}

li.gallery-image .gallery-text h3 a:after	{
	content: "   »";
}

li.gallery-image .gallery-text h3 a:hover	{
	color: var(--color-accent2);
}

li.gallery-image	{
	text-align: center;

}
li.gallery-image img	{
	max-width: 800px;
	height: auto;
}
@media (max-width: 800px){
	li.gallery-image img	{
	max-width: 92%;
	}
}

span.category	{
	color: #999;
}

p.breadcrumbs	{
	font-size: .8em;
}

div.image	{
	text-align: center;
	margin: 2em; auto 0;
}

div.carousel-caption	{
text-align: center;
}

.mainContent ul.imageInfo,
ul.projectsNav	{
	list-style: none;
	max-width: 1200px;
}

ul.imageInfo li,
ul.projectsNav li	{
	display: inline-block;
	margin: 0 10px;
}