html {
    box-sizing: border-box;
    font-size: 1rem;
    color: rgb(129, 109, 18);
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Tahoma', 'Open Sans', sans-serif;
    margin: 0;
    background-color: rgb(243, 237, 208);
}

strong {
    font-weight: normal;
    background-color: rgb(238, 223, 157);
    padding: 2px;
    border-radius: 5px;
}

/* ----- Nepokretno zaglavlje ----- */

.zaglavlje {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: rgb(243, 237, 208);
}

.logoOkvir {
    background-color: rgb(238, 223, 157);
    border-bottom: 1px solid rgb(184, 155, 28);
    overflow: hidden;
}

.ivanVujicOkvir {
    float: left;
    margin: 10px;
}

.login {
    float: right;
    margin-top: 28px;
    margin-right: 10px;

}
 
.zaglavlje img {
    position: fixed;
    top: 10px;
    right: 65px;
    border-radius: 50%;
}
 
.ivanVujic {
    padding: 5px 0;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 1.5rem;
      
}

.naslovListe {
    position: fixed;
    top: 100px;
    width: 100%;
    padding-bottom: 20px;
    background-color:rgb(243, 237, 208);
    text-align: center;
    font-weight: bolder;
    font-size: 1.5rem;
    clear: both;
    
}

article {
    margin-top: 100px;
    padding-top: 80px;
}

.flexkontejner {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
      
}

.rbProjekta {
    background-color: rgb(238, 223, 157);
    padding: 5px;
    width: 100%;
    font-weight:600;
  }
  
.nazivProjekta {
    padding: 5px;
    margin: 5px;
    width: 100%;
    font-weight:600;
  }

.vazanProjekat {
    color: rgb(68, 57, 8);
}

.opisProjekta {
    /* margin-left: 100px; */
    Width: 100%;
    /* line-height: 1.3rem; */
}

.opisProjekta p {
    margin-bottom: 10px;
    margin-left: 140px;
    text-indent: -100px;
}

/*----- Media Queries -----*/

@media (min-width: 900px) {
.flexkontejner {
    display: flex;
    flex-direction: row;
    align-items: initial;
    
} 

.rbProjekta {
    background-color: rgb(238, 223, 157);
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    margin: 5px;
    width: 2%;
    font-weight:600;
  }

.nazivProjekta {
    padding: 5px;
    margin: 5px;
    width: 35%;
    font-weight: 600;
}

.opisProjekta {
    padding: 5px;
    margin: 5px;
    width:35%;
  }

.kol2-opisprojekta p {
    margin-bottom: 10px;
    margin-left: 100px;
    text-indent: -100px;
}