.project-nav
{
	border-bottom-style: solid;
	border-width: 1.5pt;
}

.project-nav>div
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	width: 20%;
}

.project-nav>div>a
{
	color: black;
	display: block;
	height: 100%;
	padding: 0.5em 3em;
	text-decoration: none;
	width: 100%;
}

.project-nav>div>a:hover
{
	background-color: #eeeeee;
}

.ros-logo
{
	width: 20%;
	height: auto;
}