
.navbar__logo__text{
  font-size: 32px;
  font-weight: 600;
}

a{
  text-decoration: none;
  
}

.naslov__bloga{
  max-width: 1136px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog__subtitle{
  margin-top: 0px;
  border: 1px solid #403847;
  padding: 12px;
  border-radius: 10px;
  width: fit-content;
  font-size: 1.2rem;
}

.blog__title{
  font-size: 6rem;
  font-weight: bold;
}

.blog__desc{
  font-size: 1.5rem;
  color: rgb(88, 85, 108);
}

.sadrzaj__bloga{
  max-width: 1136px;
  margin: auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;

}

.taktike__bloga{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
}

.gornji__deo__kocke{
  width: 524px;
  height: 382px;
  background-color: #aee8fb;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
  border-color: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.donji__deo__kocke{
  background-color: #aee8fb;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
  border-color: none;
  padding: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 524px;
}

.blogslika{
  border-radius: 20px;
  object-fit: cover;
}

.box__title{
  font-size: 1.5rem;
  color: black;
  font-weight: 500;
}

.box__desc{
  color: rgb(88, 85, 108);
  font-size: 1rem;
  font-weight: 500;
}

.donji__deo__kocke__tekst{
  width: 476px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.footer__logo__tekst{
  font-weight: 500;
}





/* Veci uredjaji */

@media (min-width: 800px) and (max-width: 1176px){
  .naslov__bloga{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 80px 50px;
    padding-right: 0;
  }

  .sadrzaj__bloga{
    margin: 0 50px;
    margin-bottom: 80px;
  }

  .gornji__deo__kocke{
    width: 40vw;
    height: 30vw;
    background-color: #aee8fb;
    border-style: solid;
    border-width: 0px;
    border-radius: 20px;
    border-color: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .blogslika{
    width: 38vw;
  }

  .donji__deo__kocke{
    width: 40vw;
  }

  .donji__deo__kocke__tekst{
    width: 36vw;
  }
}

@media (min-width: 200px) and (max-width: 800px) {

  .navbar__logo__text{
    font-size: 27.2px;
  }

  .naslov__bloga{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 80px 50px;
    padding-right: 0;
  }

  .blog__title{
    font-size: 13vw;
  }

  .blog__desc{
    font-size: 3vw;
  }

  .sadrzaj__bloga{
    margin: 0 50px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .gornji__deo__kocke{
    width: 90vw;
    height: 60vw;
    background-color: #aee8fb;
    border-style: solid;
    border-width: 0px;
    border-radius: 20px;
    border-color: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .blogslika{
    width: 88vw;
    height: 58vw;
  }

  .donji__deo__kocke{
    width: 90vw;
  }

  .donji__deo__kocke__tekst{
    width: 82vw;
  }

}

