/* Client logo size */
#logo img
{
    height: 60px;
	margin: 0px 20px;
}

/* UI color */
.uiImageColor
{
	/*transform: translate(0%, 0%) !important;*/  /*WHITE*/
	transform: translate(0%, -50%) !important;  /*BLACK*/
}

/* Project Title  */
#projectTitle
{
	color: var(--main-font2-color) !important;
}

/* Override compass UI color */
#menuCameraStatsHeading
{
	background-position-y: 100% !important; /*BLACK*/
	/*background-position-y: 0% !important; *//*WHITE*/
}

/* Change color of active headers */ 
.active >h2, .active >h5
{
	color: white !important;
}