

/* ------------------------ završena osnovna stranica --------------------------- */    
/* ------------------------------------------------------------------------------ */
/* ----------------------------------- 2.IZBORNIK   ----------------------------- */  

  .izbornik{
    width:100%;
    height: 100%;
    display: grid;
    grid-template-columns:31vw auto 31vw;
    grid-template-rows: 31vh 31vh 31vh;
    gap: 5px;
    /*background-color: rgb(86, 194, 56);
    border-bottom: solid 0.1px rgba(184, 18, 18, 0.856);*/
    padding: 5px;

    }

  .izbornik_okvir {
    overflow: hidden;
    border: solid 0.1px blue;
    text-align: center;
    }

  .izbornik_okvir_plavo {
    overflow: hidden;
    border: solid 0.1px blue;
    text-align: center;
    background-color: rgb(227, 240, 249);
    }

  .izbornik_slike {
    width:auto;
    height: 20vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
    }

    .img_grafika_33 {
      max-width: 33%;
  }
  