body {
  margin-top: 105px;
  font-family: "Inter", sans-serif;
}

.navbar {
  box-shadow: 2px 2px 5px #1e2530;
  opacity: 0.9;
  background: #fff;
}
.navbar .nav-item {
  font-weight: bold;
  font-size: 0.9rem;
  padding-right: 1.4rem;
}
.navbar .nav-link {
  color: black;
}

#btn-more {
  margin-bottom: -15px;
}

#showcase {
  position: relative;
  background: url("/img/Rzeszow4.jpg");
  min-height: 600px;
}
#showcase .primary-overlay {
  background: rgba(25, 58, 82, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h1-span {
  font-size: 0.75em;
}

.headline {
  line-height: 6vh;
}

.card-header-acc:hover {
  cursor: pointer;
  background: #1e2530;
  color: #fff;
}

.info-header {
  width: 70%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

.hero-color {
  background: rgba(100, 50, 33, 0.3);
  padding-top: 2vh;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 10px;
}

#authors img {
  margin-top: -50px;
}
#authors .card:hover {
  background: #1e2530;
  color: #fff;
}
#authors .fab {
  color: #fff;
}

@media (max-width: 768px) {
  #showcase {
    min-height: 500px;
    background-position: center;
  }
  #showcase h1 {
    font-size: 3rem;
  }
  .mb-resp {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */