html, body {
	height: 100%;
}

#page-header
{
	width: 100%;
	height: 120px;
	background-color: #8e8e8e;
	padding: 5px;
	margin: 0px;
}

#site-logo
{
	/*
	height: 120px;
	margin: 0px;
	*/
}

#site-logo img
{
	margin-top: 20px;
	/*
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	*/
}

#userdata
{
	margin-top: 80px;
	vertical-align: bottom;
	color: #f8f8f8;
}

#page-nav
{
	z-index: 10;
}

.navbar-brand
{
	padding: 7px;
}
.mainlogo
{
	width: 35px;
	height: 35px;
}

#body-content
{
	margin-bottom: 40px;
	min-height: calc(100vh - 120px - 70px - 30px);
	position: relative;
}

#page-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	font-size: 0.8em;
	height: 30px;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0px;
	z-index: 1000;
}