:root {
    --tamnosiva: #555555;
    --boja_traka_opacity: rgba(249, 186, 23, 0.95);
    --boja_botuna: #ffa900;
    --boja_pozadine: #110606;
    --boja_fet: #9E0B0F;
    --boja_sivkasti_section: #f6f6f6;

}


@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-light.woff2') format('woff2'),
        url('../fonts/lato-light.woff') format('woff');
    font-weight: 300;

}

@font-face {
    font-family: 'crete';
    src: url('../fonts/crete-round-v7-latin_latin-ext-italic.woff2') format('woff2'),
        url('../fonts/crete-round-v7-latin_latin-ext-italic.woff') format('woff');

}

@font-face {
    font-family: 'source';
    src: url('../fonts/source-sans-pro-v11-latin_latin-ext-300.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v11-latin_latin-ext-300.woff') format('woff');
}

/* namjestanje velicine i boje fonta za sve tekstove na stranici*/
body,
html {
    height: 100%;
    width: 100%;
    font-family: "source", sans-serif;
    color: #222222;
    font-size: 14px;
}


h1 {
    font-size: 2.6em;
    padding-bottom: 2%;
    letter-spacing: 0.4px;
}

h2 {
    font-size: 2.25em;
}

p,
h3 {
    font-size: 1.3em;
}

nav {
    font-size: 1.3em;
    font-family: "lato", sans-serif;
}

/*ana dodala za iskustva */
h4 {
    font-weight: bold;
    color: var(--tamnosiva);
    font-family: 'lato', sans-serif;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: bold;
}

h5 {
    font-family: 'crete', serif;
    font-weight: normal;
    font-size: 1.2em;
}

.studijski-program a{
    font-family: 'crete', serif;
    font-weight: normal;
    font-size: 1.1em;
    color: var(--boja_fet) !important;
    /* text-transform: uppercase; */
}


.text-muted {
    color: #989898 !important;
}

/* hover */

img {
    opacity: 1;
    transform: translate(0, 0);
}

img:hover {
    opacity: 0.8;
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25 ease;
}

/*hover*/

/**/
.pt-video {
    padding-top: 6.5rem !important;
}

/*zoom*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item :hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom*/
/* namjestanje velicine i boje fonta za sve tekstove na stranici*/

a:link,
a:visited {
    color: var(--boja_fet);
}


/* video */
video {
    position: relative;
    display: block;
    width: 100%;


}

.video-tekst {
    position: absolute;
    top: 25%;
}

/* video */
/*menu*/

/*naslovna slika*/
section {
    padding-top: 3%;
    padding-bottom: 3%;
}

.hero-image {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 3%;
}

/*naslovna slika*/

/*menu*/
.logo {
    width: auto;
    height: 70px;

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {

    color: var(--boja_fet);
    font-weight: bold;
}

/*iskustva*/
.iskustva{
    background-color: var(--boja_sivkasti_section);
}
.team-box {
    text-align: center;
    padding: 30px 20px;
    margin-top: 30px;

}

.team-box img {
    padding-bottom: 0.5em;

}

.team-box p {
    font-family: 'lato', Arial, sans-serif;
    color: #585858;
    font-size: 1.2em;
    line-height: 1.2em;

}

/*iskustva*/

.flag {
    width: 20px;
    height: 31px;

}

/* newsletter */
.newsletter {
    background-image: url(../img/newsletter/subscribe2.png);
    height: 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter h3 {
    color: black;
    font-weight: bold;
}

/* newsletter */

/*menu*/
/*fil1*/

.fil1 {
    background-image: linear-gradient(to top, #9e0b0f, #ad1418, #bd1c20, #cc2429, #dc2b32);
    text-align: center;
    color: white;
    padding-top: 150px;
    padding-bottom: 150px;

}

.fil1 h2 {
    line-height: 1.5em;
    font-size: 2.4em;
    letter-spacing: 0.2px;
}

/*fil1*/

.tekst-naslov {
    background-image: linear-gradient(to top, #9e0b0f, #ad1418, #bd1c20, #cc2429, #dc2b32);
    color: white;
}

#idiGore {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    z-index: 99;
}

#idiGore-mobile {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    z-index: 99;
}

.textCrnoBold {
    color: black;
    font-weight: bold;
}


/*scrool to top*/
.fab-idigore {
    right: 30px;
    bottom: 30px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: var(--boja_fet);
    border: 1px solid var(--boja_fet);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}


.fab-idigore:hover {
    background: #fff;
    color: var(--boja_fet);
    border: 1px solid var(--boja_fet);
}

.fab-idigore i {
    position: relative;
    bottom: 0;

}

.fab-idigore i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}

.fab-idigore-mobile {
    right: 30px;
    bottom: 30px;
    display: inline-block;
    width: 25px;
    line-height: 30px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    background: var(--boja_fet);
    border: 1px solid var(--boja_fet);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}

.fab-idigore-mobile:hover {
    background: #fff;
    color: var(--boja_fet);
    border: 1px solid var(--boja_fet);
}

.fab-idigore-mobile i {
    position: relative;
    bottom: 0;

}

.fab-idigore-mobile i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

/*scrool to top*/

button:focus {
    outline: none !important;
    box-shadow: none !important;
}



/*
/*ZASTO FET*/
/*studij*/
.studij {
    background-color: var(--boja_sivkasti_section);

}


.service {
    background-color: var(--boja_sivkasti_section);
}

.panel {
    background-color: white;
    text-align: center;
    padding-top: 6%;
}

.ikone {
    margin-bottom: .3em;
}

/*studij*/
/*posao*/
.posaokarijera {
    background-color: var(--boja_sivkasti_section);

}

/*posao*/

/*ZASTO FET*/

/*mail*/
.email {
    height: 40px;
    border-radius: 0;
    border: none;
}

.btn-newsletter {
    height: 40px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Open Sans', arial, sans-serif;
    background-color: var(--boja_fet);
    color: white;
    padding: 8px 20px;
}

/*mail*/
/*video */
iframe {
    border-width: 0px;
}

/*video */
/*buttoni */
.btn {
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 24px;
    line-height: 24px;
    font-family: 'Open Sans', arial, sans-serif;
}

.btn-primary {
    background-color: var(--boja_fet);
    color: white;
    height: 52px;
    margin-bottom: 6px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:target,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--boja_fet);
    border-color: var(--boja_fet);
    text-decoration: underline;
}

/*da ne bude plavi kad se klikne*/
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--boja_fet);
    border-color: var(--boja_fet)f;
}

.postani {
    color: #9E0B0F;
    background-color: #fff;
    border-color: #fff;
    /* text-decoration: underline; */
}

.postani:hover {
    color: black;
    background-color: #fff;
    border-color: #fff;
    text-decoration: underline;
}

.postani a:link, 
a:visited
{
    color: #9E0B0F;
}
.postani:visited
{
    color: #9E0B0F;
}


/*buttoni*/
/*footer*/
.footer {
    background-image: linear-gradient(to top, #9e0b0f, #ad1418, #bd1c20, #cc2429, #dc2b32);
    color: white;
    padding-bottom: 0%;

}

.footer a:link,
a:visited {
    color: white;
}

.fab {
    border-radius: 1.5em;
    display: inline-block;
    height: 1.5em;
    line-height: 1.57em !important;
    margin: auto .1em;
    width: 1.5em;
    font-size: 2.5em;
    text-align: center
}

.fab:hover {
    opacity: .8;
    color: var(--bijela);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.fab:visited {
    color: var(--bijela)
}

/*footer*/


/*kontakt*/
.contact p,
.fab {
    text-align: center
}


.contact {
    background: var(--boja_sivkasti_section)
}

.contact h2 {
    padding-bottom: 0
}

.contact p {
    margin: 0;
    font-style: italic
}

.btn-send,
.form-group,
.form-group .input-field+.input-field {
    margin-top: .8em
}

.input-field .form-control {
    box-shadow: none;
    width: 100%;
    height: 3.7em;
    padding-left: 1.429em;
    font-weight: 500;
    border-radius: 0;
    color: #444;
    background-color: white;
    background-image: none;
    border: 1px solid #ddd
}

.btn-send {

    border: 2px solid var(--boja_fet);
    background: var(--boja_fet);
    color: #fffefe;
    width: 100%;
    font-size: 1.167em;
    /* font-weight: 700; */
    letter-spacing: .04em;
    border-radius: 0
}

.btn-send:hover {
    color: white;
    background: var(--boja_fet);
    text-decoration: underline;
}

.input-field label {
    color: rgba(237, 28, 36, .7)
}

.input-field textarea.form-control {
    height: 160px;
    box-shadow: none
}

#error,
#success {
    display: none
}




/* kontakt */
