.page-item.active .page-link,
blockquote {
  border-color: #e5ebe6;
}

@media (min-width: 992px) {
  .site-nav ul li:first-child a,
  .book .inner,
  .bb-bigbook {
    border-color: #e5ebe6;
  }
}

.cover-title {
color: #2a2a2a;
    text-shadow: 2px 2px rgba(255, 255, 255, 0.5);
    font-size: 29px;
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    top: 0;
    padding-top: 110px;
}

.profile .card-body,
.section-block .title {
  color: currentColor;
}

.cover,
.section-block .title::before,
.profile::before,
.profile .card-body,
.timeline-item::before,
.loader,
.page-item.active .page-link,
.progress-bar {
  background-color: #ffffff;
}

.cover{
  background-size: cover;
  background-color: transparent;
  background-image: url(../../img/fire.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.front.mj-logo{
    background-color: #f27b08;
    opacity: 1;
    height: 60px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 30px;
    background-size: 90%;
    background-position: center 100%;
    box-shadow: 3px 3px rgba(255, 255, 255, 0.3);
}

.btn-floating {
  background-color: #b6fff8;
  color: #000 !important;
}

a:hover,
a:focus,
.info-list li span,
.page-link,
.single .post-content > a,
.single .post-content > p a {
    color: #009688;
}

.page-item.active .page-link,
.single .post-content > a:hover,
.single .post-content > p a:hover {
    color: currentColor;
}