/* These html, body and main definitions are necessary for the sticky footer */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.image-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/fotis-fotopoulos-DuHKoV44prg-unsplash.jpg');
  background-position: center;
  background-size: cover;
  min-height: 33vh;
}

.card-img-top {
  height: 150px;
  width: 100%;
}

.cover {
  object-fit: cover;
}

.contain {
  object-fit: contain;
  padding: 10px;
}

.badge {
  --bs-badge-font-size: 0.7rem;
}

.navbar-icon {
  fill: currentColor;
  margin-right: 6px;
}

.nav-item .dropdown-menu {
  min-width: auto;
}

.small-text {
  font-size: 0.8rem;
}