body {
  font-family: "Raleway", sans-serif;
  color: #444;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6, .nav-container {
  font-family: "Poppins", sans-serif;
}


main {
  font-size: 1.1rem;
}

p {
  margin-bottom: 1.5rem;
}

header {
  line-height: 4rem;
  color: #fff;
}

.bottom-header {
  line-height: 1.5;
}

strong {
  font-weight: bolder;
}

.blog-lp-coverimg {
  background-image: url("../img/fp-blog/blog01.jpg");
  min-height: 37.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.62rem;
}

.blog-lp-title {
  margin: 2rem 0;
  letter-spacing: .1rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

.blog-lp-maintitle {
  font-size: 5rem;
  font-weight: 700;
  margin: 0.75rem 0;
}

.blog-lp-subtitle {
  font-weight: 400;
}

.inicijal::first-letter {
  color: #106d59;
  font-size: 5rem;
  float: left;
  margin-right: 1rem;
  font-weight: 700;
}

.quote {
  line-height: 1.25;
  font-size: 2.5rem;
  font-weight: 700;
  color: #565656;
  padding: 3% 0;
  /* margin: 2rem 0; */
}

.videoWrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media (max-width: 576px) {
  .blog-lp-maintitle {
    font-size: 3rem;
  }
}

