/*Postavke stranice*/
/*Postavke stranice*/
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Calibri Light', Calibri, sans-serif;
}
.page .column {
    margin: 0px auto;
    width: 1000px;
    padding: 0px 10px;
    min-height: calc(100vh);
}
.page:last-child .column {
    min-height: calc(100vh - 120px);
}


/*Kraj postavke stranice*/
/*Header pocetak*/
/*Header pocetak*/
.header {
    border-bottom: 3px solid #dc0000;
    background-color: #fcfcfc;
    position: fixed;
    z-index: 99999;/*ako ovog nema onda menu ima artifakte dok se radi scrool*/
    width: 100vw;/*ako ti ovo ne radi probaj sa postocima*/
}
.kontejner-za-logo-social {
    margin: 0px auto;
    width: 1000px;
}
.omot-za-logo-social {
    display: flex;
}
.omot-za-logo {
    flex-grow: 1;
}
.omot-za-logo img {
    margin-top: 5px;
}
.omot-za-social-media-icons {
    padding: 10px;
    flex-grow: 1;
}
.omot-za-social-media-icons ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
.omot-za-social-media-icons ul li a img {
    height: 24px;
    width: 24px;
    margin: 5px;
}
.main-menu ul {
    display: flex;
    list-style: none;
}
.main-menu ul li {
    flex-grow: 1;
    text-align: center;
}
.main-menu ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #dc0000;
}
.main-menu ul li a:hover,
.main-menu ul li.active a {
    background: #dc0000;
    color: #fff;
}
/*Header kraj*/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

/*1.PRVA POČETAK*/
.pages .page#prva {
    background: url(../img/bg01.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.tags{
    border: 1px solid #777;
    padding: 5px;
    padding-top: calc(40vh - 90px);
    background-color: white;
    width: 1000px;
   
    margin-left: -10px;
}
.tags .list{
    display: inline-block;
    padding: 10px 5px;
    line-height: 200%;
    
}
.tags input{
    border: none;
    color: #dc0004;
    
}
.tags input:focus{
    border: none;
    outline: none;
}
.tags .list .tag{
    padding: 5px 25px 5px 10px;
    background-color: #dc0004;
    color: white;
    border-radius: 12px;
    margin-right: 5px;
    position: relative;
}
.tags .list .tag button{
    border-radius: 100%;
    position: absolute;
    border:2px solid #dc0004;
    color: #dc0004;
    position: absolute;
    top:-2px;
    right:-2px;
    font-size: 18px;
    font-weight: bold;
    
    width: 24px;
}
   



.tags .list .tag button:hover{
    cursor: pointer;
}

.gumb{
    background-color: red;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background-color: #768d87;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    transition: 300ms;
	margin-top:8px;
}
.gumb:hover{
    background-color:#5cbf2a;
    cursor:pointer;
}
.gumb:active{
    position: relative;
    top:1px;
}
#izvuceni-tagovi{
    width: 705px;
    height: 100px;
    margin-top: 10px;
    margin-left: -10px;
    padding: 10px;
}
#opis{
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px;
}
/*1.PRVA KRAJ*/


.footer {
    border-top: 3px solid #dc0000;
    padding: 20px 10px 40px 10px;
    background: #fcfcfc;
}

.footer-kontejner {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    /*kontejner za elemente footera*/
}

.footer .block {
    flex-grow: 1;
    text-align: center;
    /*block-parent*/
}

.footer .block:first-child {
    text-align: left;
}

.footer .block:last-child {
    text-align: right;
}

.footer-menu ul {
    list-style: none;
    /*desni kraj footera sa linkovima*/
}

.footer-menu ul li a {
    text-decoration: none;
    color: #dc0000;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}
/*footer kraj*/









































































































































