.home-menu-item-wrapper {
  color: white;
  background-color: #7e861c;
  border-bottom: solid 1px #FAFAFA;
  height: 20% !important;
}

.home-menu-item-wrapper .md-list-item-content {
  color: white;
  flex-direction: column;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.3rem;
  font-variant: all-small-caps;
}

.home-menu-item-wrapper.md-list-item a {
  height: 100% !important;
}

.home-menu-item-wrapper .md-list-item-content > .md-icon:first-child {
  margin-right: 0px !important;
  margin-top: 3%;
  width: 10%
}

.home-menu-item-wrapper .md-list-item-content > .md-icon,
.home-menu-item-wrapper .md-list-item-content > .md-list-item-text {
  height: 50% !important;
  justify-content: center;
}

.home-menu-item-wrapper .md-list-item-content > .md-list-item-text {
  font-size: 1.5rem;
}

/*' Changing the menu label with highlighting '*/
.md-bottom-bar-label {
  color: transparent;
  height: .7rem;
  position: absolute;
  bottom: 0;
  width: 34px;
}

.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active path,
.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active line,
.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active polyline,
.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active polygon,
.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active circle {
  stroke: orange;
}

.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-label {
  background-color: orange;
}
