body {
  position: relative;
  margin-top: 105px;
}
h5 {
font-size: 1rem;
}
.navbar a {
  color: black !important;
}
.navbar a:hover {
  color: rgba(255, 51, 0, 0.6) !important;
}
.navbar {
  box-shadow: 2px 2px 5px #fff;
  opacity: 0.9;
  background: white;
}
.navbar .nav-item {
  font-size: 1.1rem;
  padding-right: 1.4rem;
}
#authors .card {
  min-height: 404px;
}
#showcase {
  position: relative;
  background: url("../img/fire.jpg");
  min-height: 400px;
}
#showcase .primary-overlay {
  background: rgba(255, 51, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-header {
  width: 80%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

/* Media Query */
@media (min-width: 768px) {
  #showcase p {
    font-size: 25px;
  }
  .mb-resp {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #showcase p {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .info-header {
    width: 100%;
  }
}
