/* your styles go here */
body {
	
	min-height:100vh;
	
}

.content-inner {
	
	padding-bottom: 20px;
	
}

.page {
	
	min-height:calc(100vh - 39px);
	background-color: #EDEDED;
	
}
.main-footer {
	
	width:100%;
	z-index:1000;
	
}
.bg-mgb {
	background: #39A99C;
	color: #fff;
}
a {
	color: #39A99C;
}
nav.side-navbar ul a:hover {
	background: #39A99C;
	border-left: 4px solid #256E65;
	color: #fff;
}
nav.side-navbar ul li.active a:hover {
	background: #39A99C;
}