/* ===============================
   Mobile bottom navigation
   =============================== */

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1030; /* bootstrap navbar fölé */
}

.mobile-bottom-nav .nav-item {
  flex: 1;
  text-align: center;
  color: #6c757d;
  text-decoration: none;
  font-size: 0.75rem;
}

.mobile-bottom-nav .nav-item i {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 2px;
}

.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item:focus {
  color: #0d6efd;
}

/* tartalom ne lógjon rá */
@media (max-width: 767.98px) {
  body {
    padding-bottom: 70px;
  }
}
