
*{
    padding:none;
    margin:none;

}
/*tema (boje) je groovebox*/
a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit the text color from the parent */
  }
.mobilni_izbornik{
    display: none;
}
/*
ovoj je index
*/

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #282828;
    color:#ebdbb2;
    overflow-x: hidden; 

}

.lista{
    height: 1em;
    width: 100%;
    color:#8ec07c;
    margin-right: 10%;
}

li{
    display:inline;
    padding-left: 0%;
}

.container{
    display: flex;
}
.izbornik2{
    flex: 1;
}
.izbornik_naslov{ 
    width: 60%;
    float: left;
    
}
.izbornik_lista{
    margin-right: 5px;
    float: right;
}

li:not(:last-child){ 
    margin-right: 15px;  
}
.kontakt_link{
    color:#5083a8;
}
.kontakt_link:hover{
    text-decoration: underline;
}
.meni_navigacija:hover{
    text-decoration: underline;
}

.projekt_tag{
    display: flex;
    flex-wrap: wrap;
}
/*
ovo je blog
*/
.blog_body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #282828;
    color:#ebdbb2;
    font-size: 16px;


}
.index_opis_stranice{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 14px;
    background-color: #1d2021;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    border-color:#d3869b;
    padding-right: 2px;
}

.blog_naslovi:hover{
    color: #f2eacc;
    text-decoration:underline;
}
.kutija{
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    border-color: rgb(192, 192, 192);



}
.datum{
    padding: none;
    margin: none;
    font-size: 12px;
    color: rgb(172, 171, 171);

}
.popis_kutija{
    width:70%;
    margin-left:15%;
    padding-bottom: 6px;
    
}
.citanje{
    padding: none;
    margin: none;
    font-size: 12px;
    color: rgb(172, 171, 171);
    text-align: right;
    padding-right: 6px;
}
.lista_tagova{
    height: 1em;
    width: 100%;
    margin-right: 10%;
}
.tag{
    color:#fabd2f;
    padding: 0.2em;
    border-radius: 20px;
}
.tag:hover{
    text-decoration: underline;
    color: #fabd2f;
}
.lista_tagova li{
    font-size: 14px;
}

/* ovo su projekti */
.opis_projekta{
    display: flex;
    flex-wrap: wrap;
}
.projekt{
    padding-left: 6px;
    margin-bottom: 6px;
    margin-left:0.3%;
    padding-bottom: 1px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    border-color: rgb(192, 192, 192);

    font-style: bold;
    display: inline-block;
    width: 32.5%;
    height: 280px;
}
.jezici{
    display: flex;
    flex-wrap: wrap;
    padding: none;
    margin: none;
    font-size: 14px;
    color: #fabd2f;
}

/* ovo je projekt */
.opis{
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 4px;
    padding-right: 3px;
    position: fixed;
    width: 32%;
    height: 100vh; 
    float: right;
    background-color: #3c3836;
}
.prikaz{
    width: 67%;
}
.slika{
    width:100%
}
.listanje_projekata{
    padding-top:10px;
    font-size: large;
}

.navigacija_strjelice{
    float:right; 
    padding-right:10px;
    font:bold;

}
.strjelice:hover{
    font: bold;
    color: #d79921;
}
.github_link{
    background-color: #83a598;
    color:white;
    padding:10px 10px;
}
.popis{
    background-color:#1d2021;
    padding-top:0.12em;
    padding-bottom:0.10em;

}
.popis:hover{
    color: #f2eacc;
    text-decoration:underline;
}
.popis1{
    padding-top:0.12em;
    padding-bottom:0.10em;

}
.popis1:hover{
    color: #f2eacc;
    text-decoration:underline;
}
.blog_tijelo{
    display: flex;
}
.blog_tekst{
    width: 70%;
    padding-left:2em;
    display: inline-block;

    
}
.tagovi_bloga{
    margin-right: 0;
    padding-right: 0;
    padding-left: 3em;
    
    width:20%;
    text-align:right;
    display: inline-block;
}
.naslov_tagova{
    text-align:  left;
    display: inline-block;
    display: flex;
}
.blog_citnje_datum{
    padding-left:1em;
    padding-right: 1em;
    display: inline-block;
    display: flex;
    justify-content: space-between;

}
.blog_tag_stil{

    padding: 0.2em;
    color:#fabd2f;
    border-radius: 20px;
}
.blog_tag_stil:hover{
    text-decoration: underline;
    color: #fabd2f;
}
.em1{
    padding:0.3px;
}
.naslov_mobilni{
    display: none;
}
/*stavi howere*/
/* za mobiltele*/
/* projekt*/
@media screen and (max-width: 960px) {
    .projekt{
        padding-left: 6px;
        margin-bottom: 6px;
        margin-left:0.3%;
        padding-bottom: 1px;
        border-style: solid;
        border-width: thin;
        border-radius: 10px;
        border-color: rgb(192, 192, 192);
        
        font-style: bold;
        display: inline-block;
        width: 48%;
        height: 280px;
    }
  }
@media only screen and (max-width: 800px) {
    .opis{

        padding-bottom: 15px;
        padding-left: 20px;
        position:static;
        width: 100%;
        height: 10%; 
        float: center;
        background-color: #3c3836;
    }
    .prikaz{
        width: 100%;
    }
    .listanje_projekata{
        padding-left:10px;
    }
    /* projekt*/
    
    /*navbar*/
    nav{
        padding:1rem;
        display: flex;
    }
    .ham-menu{
        height: 50px;
    }
    .izbornik2{
        display:none;
    }
    nav{
        padding: 1rem;
        display:flex;
        background-color: #3c3836;
        margin-bottom: 1rem;
    }
    .ham-menu{
        height: 50px;
        width: 50px;
        margin-left:auto;
        position: relative;
    }
    .ham-menu span{
        height: 5px;
        width: 100%;
        background-color: rgb(173, 122, 55);
        border-radius: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.2s ease;
    }
    .ham-menu span:nth-child(1){
        top: 25%;
    }
    .ham-menu span:nth-child(3){
        top: 75%;
    }
    .ham-menu.active span:nth-child(1){
        top: 50%;
        transform: translate(-50%, 50%) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2){
        opacity:0;
    }
    .ham-menu.active span:nth-child(3){
        top: 50%;
        transform: translate(-50%, 50%) rotate(-45deg);
    }
    .mobilni_izbornik{
        background-color: #3c3836;
        height: 100vh;
        width: 100%;
        max-width: 450px;
        position:fixed;
        top:0;
        right:-450px;
        display:flex;
        flex-direction: column;
        transition:0.3s ease;
        
    }
    .mobilni_izbornik_elementi{
        margin:10px;
        padding: 1em;
        display:flex;
        align-items: center;
        font-size: large;
    }
    .naslov_mobilni{
        display: inline;
        float: left;
    }
    .projekt{
        padding-left: 6px;
        margin-bottom: 6px;
        margin-left:0.3%;
        padding-bottom: 1px;
        border-style: solid;
        border-width: thin;
        border-radius: 10px;
        border-color: #3c3836;
        text-align: center;
        font-style: bold;
        display: inline-block;
        width: 100%;
        height: 280px;
    }
    .popis_kutija{
        width:90%;
        margin-left:5%;
        align-items:center;
        padding-bottom: 6px;
        
    }
    .kutija{
        
        align-items:center;
    
    
    }
  }
  .mobilni_izbornik.active{
    right:0;

  }
  html, body {
    width: 100%; /* Make html and body take up full width of the viewport */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
}
