#navbar
{
	background-color:white;
	min-height:76pt;
	/*display: table;
	position: fixed;
	z-index: 5000000;*/
}

.navContainer
{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.navContainer button {
	border: 0;
	background-color: transparent;
	height: 92pt;
	padding-left: 34px;
	padding-right: 34px;
	transition: background-color .34s ease-out;
	-webkit-transition: background-color .34s ease-out;
}

.navContainer button:hover {
	transition: background-color .34s ease-out;
	-webkit-transition: background-color .34s ease-out;
	background-color: #333;
}

.navContainer button:hover > h5 {
	color:white;
	transition: color .34s ease-out;
	-webkit-transition: color .34s ease-out;
}

.navContainer button h5 {
	transition: color .34s ease-out;
	-webkit-transition: color .34s ease-out;
}



#navbar #title
{
	text-align: left;
}

.titleContainer
{
	display: table;
}

.title
{
	padding-top: 30px;
	display: table-cell;
	vertical-align: middle;
}

.title a 
{
	font-family: "BebasBold";
	font-size: 34pt;
}

.title h2{
		margin-bottom: 0;
}
.title h5{
		margin-top: 0px;
}


.menuItem
{
	text-align: right;
}