body {
  padding-top: 97px;
}

.navbar {
  background-color: #fff!important;
  border-bottom: 1px solid #000;
  height: 97px;
}

.navbar-brand {
  font-family: 'Poiret One';
  color: #000 !important;
  font-size: 2em;
}

.nav-link {
  color: #000 !important;
}

.nav-link:hover {
  color: #444 !important;
}

img {
  max-width: 100%;
}

span.jlv-cat {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 97px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

@font-face {
    font-family: 'Poiret One';
    src: url('/fonts/PoiretOne-Regular.eot');
    src: local('Poiret One'), local('PoiretOne-Regular'),
        url('/fonts/PoiretOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/PoiretOne-Regular.woff2') format('woff2'),
        url('/fonts/PoiretOne-Regular.woff') format('woff'),
        url('/fonts/PoiretOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.carousel-item img {
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.carousel-item {
  text-align: center;
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,1) 100%);
}

.single-img {
  max-width: 100%;
  margin-bottom: 10px;
}

.list-img {
  max-width: 100%;

}

div.list {
  clear: both;
}

.blog-blok {
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(153,153,153,0.1) 100%);
}

.blog-blok h3 {
  font-family: 'Poiret One';
}

@media (max-width: 400px) {
  .carousel-item img {
    max-height: 240px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}



.pagination {
  justify-content: center;

  .page-item.active {
    .page-link {
      background-color: var(--wk-linkactive-color) !important;
      border-color: unset;

      a {
        color: white;
      }
    }
  }
  li:nth-child(3) {
    margin-left: 1.0rem;
  }
  li:nth-last-child(2) {
    margin-left: 1.0rem;
  }
}
@media (max-width: 549.98px) {
  .pagination {
    li:first-child,
    li:nth-child(2),
    li:last-child,
    li:nth-last-child(2) {
      display: none;
    }
  }
  .pagination {
    li:nth-child(3) {
      margin-left: 0;
    }
  }
}
@media (max-width: 399.98px) {
  .pagination {
    font-size: 0.7rem;
  }
}
