/*body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}*/

/* section {
  background: #dcdcdc;
  display: flex;
  height: 100vh;
  width: 100%;
  margin:0 !important;
} */


.bottom-nav .material-icons {
  user-select: none;
}

ul{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

.bottom-nav{
  bottom: 0 !important;
  position: fixed;
  width: 100%;
  right: 0;
  z-index:1;
}

.bottom-nav li i{
  font-size: 1.5em !important;
}

.bottom-nav .nav {
  display: flex;
  background: #333;
  padding: 0;
  width: 100%;
  min-height: 60px;
  font-size: 2em;
  box-shadow: 0 23px 30px 20px rgba(0, 0, 0, 0.4);
}
.bottom-nav .nav > li {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  width: 25%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  list-style-type: none;
  transition: all 200ms ease-in-out;
}
.bottom-nav .nav > li:hover {
  background: #444;
   color: rgb(241, 91, 66);
}
.bottom-nav .nav > li.is-active {
  color: rgb(241, 91, 66);
  background: #222;
  color: white;
  box-shadow: 0 -10px 0 0 rgb(241, 91, 66) inset;
}

@media screen and (max-width: 823px) {

       /*.nav > li > span , .nav > li > i{
         font-size:15px;
     }*/

    .bottom-nav .nav > li {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      width: 25%;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.6);
      list-style-type: none;
      transition: all 200ms ease-in-out;
    }
    .bottom-nav .nav {
      display: flex;
      background: #333;
      padding: 0;
      width: 100%;
      min-height: 60px;
      font-size: 0.8em;
      box-shadow: 0 23px 30px 20px rgba(0, 0, 0, 0.4);
    }

    .bottom-nav .nav > li.is-active {
  color: rgb(241, 91, 66);
  background: #222;
  color: white;
  box-shadow: 0 -5px 0 0 rgb(241, 91, 66) inset;
}
   
}