/*html,
.tubuh {
	margin: 0px;
	padding: 0;
	overflow: hidden;
	display: inline-flex;
}*/
nav {
    color: #fff;
    background-color: white;
    width: 0;
    height: 0px;
    line-height: 0px;
}

.navigation {
	margin: 0px;
	padding: 0px;
	/*box-sizing: border-box;*/
	bottom: 0;
	list-style: none;
	width: 100%;
	height: 65px;
	background: white;
	display: flex;
	box-shadow: 0 0px 1px rgb(0, 0, 0);
	overflow: hidden;
	position: fixed;
	
}

.navigation li {
	flex: 1;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 0px;


}

.navigation li a {
	display: block;
	color: grey;
	text-decoration: none;
	text-align: center;
	font-size: 0.8rem;
}

.navigation .material-icons {
	display: block;
	font-size: 1.7rem;
	color: grey;
	margin-bottom: -5px;
}
.navigation li a:hover i {
	color: #53C00B;

	/*animation: animateRotate .3s 1 ease-in-out;*/
}

.navigation  .active
{
	color: #78ce3f;
	background:#eeeeee75;
	height: 100%;
}
.navigation .active .material-icons
{
	    color: #78ce3f;
}

.max-width {
		max-width: 640px;
}
