header {
  color: #fff;
}

.blog-lp-coverimg,
.about-lp-coverimg,
.haskap-coverimg {
  background-image: url("../img/fp-blog/blog01.jpg");
  min-height: 37.5rem;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.62rem;
}

.blog-lp-title {
  margin: 2rem 0;
  letter-spacing: 1.3rem;
  line-height: 4rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

.blog-lp-maintitle {
  font-size: 5rem;
  font-weight: 700;
}

.blog-lp-subtitle {
  font-weight: 400;
}

.blog-lp-footer {
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
  padding: 3rem 0;
}

.section9 {
  padding: 0;
  padding-bottom: 5rem;
}

/* About us - O nama CSS */

.about-lp-coverimg {
  background-image: url("../img/fp-blog/blog03.jpg");
  background-position: 75% 30%;
  min-height: 40rem;
}

.timeline-item {
  line-height: 1.5;
}
.timeline-text {
  font-size: 1rem;
}

/* About haskap */
.haskap-coverimg {
  background-image: url("../img/haskap/prva.jpg");
  background-position: 75% 30%;
  min-height: 40rem;
}

#haskap-text {
  background: #f9f9f9;
}

.health-icon-1 {
  font-size: 3rem;
  color: #10246d;
}
.health-icon-2 {
  font-size: 3rem;
  color: #35106d;
}

.health-icon-3 {
  font-size: 3rem;
  color: #106d59;
}

.achies-item {
  color: #106d59;
  line-height: 1;
}

.achies-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.achies-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
}

.health-desc {
  color: #333;
}


/* Recepti */

.recepti-lp-coverimg {
  background-image: url("../img/recipes/recepti-hero.jpg");
  min-height: 37.5rem;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: 60% 20%;
  background-repeat: no-repeat;
  padding-top: 3.62rem;
}

/* MEDIA QUERRIES */
@media (max-width: 576px) {
  .blog-lp-title {
    line-height: normal;
    letter-spacing: normal;
  }

  .blog-lp-maintitle {
    font-size: 3rem;
  }
  .achies-item {
    margin: 1rem auto;
  }
}
