#navbar {
	width: 100%;
	background-color: #555;
	overflow: auto;
}
#navbar a {
  float: left;
  width: 33.33333%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
  text-decoration: none;
}
.active {
	background-color: #04AA6D;
}
