﻿body {
    background-color: #2e2e2f;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    
}


.radna_povrsina {
    background-color: transparent;
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.marginaL {
    height: 100%;
    width: 2.5%;
    background-color: transparent;
}

.sredina {
    height: 100%;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
}

.marginaR {
    height: 100%;
    width: 2.5%;
    background-color: transparent;
}

.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: transparent;
    max-height: 181px;
}

.banner1 {
    width: 100%;
}

.header2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 75%;
    z-index: 1500;
    background-color: transparent;
    display: flex;
    flex-direction: row;
}

.razmak {
    background-color: transparent;
    height: 100%;
    width: 30%;
    cursor: pointer;
}

.vrh {
    width: 100%;
    height: 100%;
}


.header_izbornik {
    background-color: transparent;
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.pretrazivac {
    background-color: transparent;
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
    max-width: 20%;
    height: 50%;
    background-color: #2e2e2f;
    border-radius: 10px;
    border: none;
    color: white;
}

.search:focus {
    outline:0;
}

.trazi {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
    max-height: 75%;
    
    max-width: 3.44%;
    background-color: transparent;
    border: none;
}

.trazi:focus {
    outline: 0;
}

.trazi_slika {
    width: 100%;
    height: 100%;
    min-height: 10px;
    cursor: pointer;
}



.prijava {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
    max-height: 75%;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    border-color: #d68108;
    color: #b5c6eb;
    cursor: pointer;
}

    .prijava:hover {
        color: #d68108;
    }

.prijava:focus {
    outline: 0;
}

.izbornik {
    background-color: transparent;
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.izbornik div {
    margin-top: auto;
    margin-bottom: auto;
}

.izbor {
    font-family: Arial;
    font-weight: 900;
    margin-left: 5px;
    margin-right: 10px;
    color: #b5c6eb;
    cursor: pointer;
    text-shadow: 2px 2px 4px #000000;
}

.padajuci {
    position: relative;
    display: inline-block;
}

.sadrzaj {
    display: none;
    position: absolute;
    background-color: #293a56;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999999;
    border: solid;
    border-radius: 5px;
    border-color: #d68108;
}

    .sadrzaj a {
        color: #b5c6eb;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        opacity: 1;
    }

.sadrzaj a:hover {
    background-color: #b5c6eb;
     opacity: 1;
     color: #293a56;
}

.padajuci:hover .sadrzaj {
    display: block;
}

.padajuci:hover .izbor {
    color: #d68108;
}

.marginaH {
    width: 100%;
    background-color: transparent;
}

.marginaF {
    width: 100%;
    background-color: transparent;
}

.dummy1 {
    width: 100%;
    padding-top: 9%;
}
.naslovnica {
    background-color: #293a56;
    background-image: url(slike/zub.png);
    background-size: 10%;
    width: 100%;
    height: 100%;
}

.slideshow {
    width: 100%;
    max-width: 1330px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    position: relative;
}


    .slideshow:hover > .crta {
        animation-play-state: paused;
    }

    .slideshow:hover > .studenti {
        animation-play-state: paused;
    }

.dummy2 {
    padding-top: 36.54135%;
}

.studenti {
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    animation: slideshow 10s infinite linear;
    cursor: pointer;
}

.upisi {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    cursor: pointer;
}


@keyframes slideshow {
    0% {
        z-index: 2;
    }

    50% {
        z-index: 3;
    }

    50.001% {
        z-index: 4;
    }

    99.999% {
        z-index: 4;
    }

    100% {
        z-index: 2;
    }
}

.crta {
    max-width: 100%;
    height: 5px;
    background-color: #d68108;
    animation: prosirenje 5s linear infinite;
    z-index: 100;
    position: relative;
}


@keyframes prosirenje {
    0% {
        width: 1%;
    }

    100% {
        width: 100%;
    }
}


.dekan {
    max-width: 100%;
    position: relative;

    flex-direction: column;

}

.slika_dekan {
    max-width: 69.0977%;
    position: absolute;
    left: 0;
}


.dobrodoslica {
    max-height: 100%;
    position: absolute;
    right: 0;
    padding-top: 10%;
    padding-right: 5%;
    max-width: 60%;
}

.dobrodoslica_text {

    height: 80%;

    width: 100%;
}


.N {
    border-top: solid;
    border-top-color: #d68108;
    padding: 5px;
    font-family: Arial;
    font-size: x-large;
    font-weight: 600;
    color: #b5c6eb;
    text-shadow: 2px 2px 4px #000000;
    background-color: rgba(181, 198, 235, 0.2);
    cursor: pointer;
}

.novosti {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgba(181, 198, 235, 0.2);
}

.novost {
    margin: 20px;
    width: 605px;
    height: 248.07px;
    background-color: #293a56;
    background-image: url(slike/zub.png);
    background-size: 10%;
    display: flex;
    flex-direction: row;
}

    .novost:hover {
        box-shadow: 0px 8px 16px 0px black;
        cursor: pointer;
    }

.slikaN {
    height: 248.07px;
    width: 248.07px;
    border-right: solid;
    border-right-color: #d68108;
}

.slikaN img {
    width: 100%;
    height: 100%;
}

.tekstN {
    height: 248.07px;
    width: 356.93px
}

.datum {
    font-family: Arial;
    font-size: large;
    font-weight: 600;
    color: #b5c6eb;
    text-shadow: 2px 2px 4px #000000;
    background-color: rgba(181, 198, 235, 0.4);
    border: solid;
    border-color: rgba(41, 58, 86, 0.8);
    padding: 5px;
}

.obavijest {
    font-family: Arial;
    font-size: large;
    font-weight: 600;
    color: #b5c6eb;
    text-shadow: 2px 2px 4px #000000;
    padding: 5px;
}


.KL {
    border-top: solid;
    border-top-color: #d68108;
    padding: 5px;
    font-family: Arial;
    font-weight: 600;
    color: #b5c6eb;
    text-shadow: 2px 2px 4px #000000;
    font-size: x-large;
    cursor: pointer;
}

.korisni_linkovi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.link {
    margin: 10px;
    width: 413px;
    height: 158.84px
}

    .link:hover {
        box-shadow: 0px 8px 16px 0px #d68108;
        cursor: pointer;
    }

.slika_novost {
    width: 100%;
}

.footer {
    position: relative;
    width: 100%;
    z-index: 1000;
}



.banner2 {
    max-width: 1330px;
    width: 100%;
}