

body
{
	background: #fbfbfb;
	overflow-x: hidden;
	margin: 0;
}

.tab-content, .tab-content tab-pane
{
	min-height: 50%;
	padding: 2%;
}

.navbar-brand, #tabs
{
	color: #fafafa;
	background: #459545;
	background: linear-gradient(#459545, #045c00)
}

#tabs li a{
	color: #fafafa;
	background:rgba(200,200,200,.2);
}

.content{
	padding-top: 35px;
}

.logo{
	position: relative;
	display: inline-block;
	width: 64px;
	height: 64px;
	top: 10px;
	margin-left: calc(50vw - 32px);

}
.brand
{

}

.footer{
	background: #459545;
	color: #fafafa;
}
.footer p{
	text-align: center;
	margin-top: 14px;
	margin-left: 14px;
}
.footer img{
	display: block;
	text-align: center;
	margin: 14px;
}
/*
Gradient top: #045c00;
Gradient bottom: #459545;
*/


