body {margin:0;

}
.navbar {
  overflow: hidden;
  background-color: #f2f2f2;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid  #c2c2c2;
      z-index: 1;
}

.navbar a {
  float: left;
  display: block;
   color: #474747;
  text-align: center;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 17px;
   width: 20%;
   height: 50px;
   
}

.navbar a:hover {
  background: #FFDE18;
  color: white;
}

.navbar a.active {

  background-color: #FFDE18;
  color: white;
}


.navbarapp {
  overflow: hidden;
  background-color: #f2f2f2;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid  #c2c2c2;
      z-index: 1;
}

.navbarapp a {
  float: left;
  display: block;
   color: #474747;
  text-align: center;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 17px;
   width: 20%;
   height: 50px;
   
}

.navbarapp a:hover {
  background: #FFDE18;
  color: white;
}

.navbarapp a.active {

  background-color: #FFDE18;
  color: white;
}