html,
html,
body {
  height: 100%;
}

#layout-menu .menu-inner > .menu-item > .menu-link {
  border-radius: 5px;
}

.bottom-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.bottom-menu a {
  min-width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  color: inherit;
}

.bottom-menu a.primary {
  width: 72px;
  height: 72px;
  border-radius: 15px;
}

.bottom-menu a.active,
.bottom-menu a:hover {
  color: #b00;
  font-weight: bold;
}
