.glavnastranicazaglavlje{
padding: 10px 20px; /* display: block; */ height: 4em; max-height: 50px; background-image: url(https://upload.wikimedia.org/wikipedia/commons/1/1a/Pleter41.svg); background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fc/Pleter-multi-gradient.svg); background-repeat: no-repeat; background-size: contain;
}
.okvir{ box-shadow:0 0 0.3rem #999; border-left-width:8px; border-left-style: solid; width:calc(50% - 11px); margin-bottom: 7px; }
.flex { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
.naslov { font-family:Georgia; font-variant:small-caps; font-size:2em; z-index:950; text-shadow: 0px 0px #bab2b2; }
.arhiv-link{ height: 1.5em; float:right; margin:0 7px; font-family:sans-serif; font-variant:small-caps; font-size:1.25em; text-transform: lowercase; z-index:950; }
- mp-itn img {
width: 100%; height: auto; }
- mf-itn{
padding: 1vw; }
/*POČETAK SEPARATORA*/
.sep {
position: relative;
height: 1px;
}
.sep-crte:before {
content: "";
position: absolute;
top: 0;
left: 5%;
right: 5%;
width: 90%;
height: 1px;
background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}
.sep-slika:after {
content: "";
position: absolute;
z-index: 1;
top: -9px;
left: calc(50% - 9px);
width: 30px;
height: 18px;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/1a/Pleter41.svg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: whitesmoke;
/*border: 1px solid rgb(48, 49, 51);
border-radius: 50%;
box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;*/
}
/* KRAJ SEPARATORA */
/* mobilni dizajn */ @media only screen and (max-width: 800px) { .okvir { width: 100%; }
.arhiv-link{
margin: 0;
}
.glavnastranicazaglavlje{
background-size: auto;
max-height: 58px;
}
}