.tekst-hr-h2{
    width:  8vw;;
    border: 3px solid gray;
    display: inline-block;
    margin: 8px 0;
    padding: 0;

}
.tekst-strelica{
    height: 0;
    width: 0;
    border: 3px solid gray;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 10px solid gray;
    display: inline-block;
    margin: 8px 0;
    margin-right: -4px;
}
.tekst-punastrelica{
    display: inline-block;
    margin-bottom: 25px;
}

.tekst-podnaslov-h2{
    display: inline-block;
    padding-left: 30px;
    color: #5e7856;
    font-size: 60px;
    font-weight: bold;
}
                                            
.tekst-container{
    display: block;
}

.tekst-hr-h3{
    width: 5vw;
    border: 3px solid gray;
    display: inline-block;
    margin: 8px 0;
    padding: 0;

}
.tekst-punastrelica-h3{
    margin-bottom: 30px;
    margin-left: 90px;
    display: inline-block;
}

.tekst-podnaslov-h3{
    display: inline-block;
    padding-left: 30px;
    color: #5e7856;
    font-size: 50px;
}
.tekst-podnaslov-h3 a, .tekst-podnaslov-h2 a{
    display: inline-block;
    color: #5e7856;
}
.tekst-podnaslov-h3 a:hover, .tekst-podnaslov-h2 a:hover{
    text-decoration: none;
    color: rgb(54, 39, 6);
}

.tekst-podnaslov-h3 span{
    color: gray;
    font-size: 30px;
}
.tekst-sadrzaj{
    margin-left: 10vw;
    margin-bottom: 30px;
    margin-right: 10vw;

    font-size:  24px;
}

.tekst-container div:last-child{
    margin-bottom: 120px;
}

.vijek-tekst-crte{
    border: 3px solid gray;
    display: inline-block;
    height: 80px;
    margin-top: 60.5px;
    float: left;
}
.doli{
    margin: 0;
    margin-top: -67px;
}
.vijek-tekst{

}
@media only screen and (max-width: 860px){
    .tekst-punastrelica-h3{
        display:none;
    }
}
@media only screen and (min-width: 860px) and (max-width: 1135px){
    .tekst-podnaslov-h3{
        padding-left: 10px;
        font-size: 4vw;
    }
}