html,
body {
  margin: 0px;
}

html {
  height: 100%;
}

body {

  height: 100%;
}

.h100p {
  height: 100%;
}

.h100v {
  height: 100vh;
}

section {
  min-height: 100%;
}
.art-descr{
  font-size: 20px;
}

body {
  font-family: "Arsenal SC", sans-serif;
}

.navbar {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.navbar-brand {
  font-family: 'Permanent Marker', cursive;
  color: #0aca8c;
  font-size: 2.25rem;
  margin: 0;
}

.navbar-brand:hover {
  color: #089f67;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #089f67;
}

.nav-link {
  font-size: 1.3rem;
}

.cat-header {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-size: 10rem;
  font-weight: 900;
  color: aliceblue;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.btn-read {
  font-size: 2.5rem;
  padding: 0 5px;
  color: #fff;
  font-weight: 600;
  border: 6px solid #fff;
  text-decoration: none;
  border-radius: 20px 0 20px 0;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.btn-read:hover {
  color: rgb(226, 226, 226);
  border-color: rgb(226, 226, 226);
}

#news {
  background: no-repeat url("../images/news.jpg");
}

#tips {
  background: no-repeat url("../images/tips.jpg");
}

#interst {
  background: no-repeat url("../images/interst.jpg");
}

.list-group-item a {
  color: black;
  font-weight: 600;
  text-decoration: none;
}

.list-group-item a:hover {
  color: #089f67;
}

.list-group-item {
  border: none;
  padding: 0.1rem 0.1rem;
  /* margin-left: 10px; */
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.langs {
  border: none !important;
  color: #000;
}

.langs:hover,
.langs:active,
.langs.show,
.langs.show:focus {
  background-color: transparent !important;
  color: #089f67;
  box-shadow: none !important;
}

.img-wrapper h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 5rem;
  font-weight: 600;
  color: #1b8750;
}

.text-green {
  color: #1b8750;
}

.product-detail h6 {
  font-weight: 400;

}

.product-detail h5 {
  font-weight: 400;
  color: #000;
  transition: all 0.4s;
}

.art-data h5 {
  font-weight: 400;
}

.product-detail h5:hover {
  color: #089f67;

}

.img-top {
  height: 400px;
  box-shadow: inset 0px 0px 30px 30px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center;
}

.col-grid-box {
  padding-bottom: 20px;
}

.col-grid-box h5 {
  font-size: 1.55rem;
}

.post-date {
  /* margin-top: 10px; */
  font-size: 1rem;
  color: #1b8750;
  font-weight: 700;
}

hr {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.main-block{
  background-size: cover;
  background-position: center;
}

.page-item.active .page-link{
  background-color: #1b8750;
  border-color: #1b8750;
}

.page-link{
  color: #1b8750;
}

@media (max-width: 991px) {
  .cat-header {
    font-size: 5rem;
  }

  section {
    min-height: 50%;
  }

  .h100v {
    height: 50vh;
  }

  #tips,
  #news,
  #interst {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 556px) {
  .cat-header {
    font-size: 3rem;
  }

  .btn-read {
    font-size: 1.5rem;
    border: 3px solid #fff;
  }

  section {
    min-height: 50%;
  }

  .h100v {
    height: 50vh;
  }

  #tips,
  #news,
  #interst {
    background-size: cover;
    background-position: center;
  }
}