@font-face {
    font-family: "LucidaLogo";
    src: url("../fonts/LucidaHandwritingItalic.ttf") format("truetype");
}

@font-face {
    font-family: "LoraMedium";
    src: url("../fonts/Lora-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "LoraRegular";
    src: url("../fonts/Lora-Regular.ttf") format("truetype");
}

body {
    padding-top: 106px;
}

#navLinks {
    font-family: LoraRegular;
    font-weight: 400;
    font-size: 18px;
}

h1 {
    font-family: LoraMedium;
    font-weight: 500;
    font-size: 40px;
}

p {
    font-family: LoraRegular;
    font-weight: 400;
    font-size: 21px;
}

ul li {
    font-family: LoraRegular;
    font-weight: 400;
    font-size: 21px;
}

#content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#header {
    background-color: #163d73;
}


#mainName {
    font-family: "LucidaLogo";
    display: flex;
    align-items: center;
}

.nav-item a {
    color: white;
}

#navbarText {
    color: white;
    font-size: 1.2rem;
}


.nav-link-ltr:hover {
    color: aqua;
}

.carousel img {
    height: calc(70vh - 101px);
    border-radius: 20px;
    min-height: 350px;
}

.carousel-inner {
    border-radius: 20px;
}

.carousel {
    margin: 20px;
}


.carousel-caption {
    border-radius: 20px;
    bottom: 15%;
    background-color: rgb(0, 0, 0,0.2);
}

.deskripcija {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jezici {
    position: absolute;
    top: 5px;
    width: 40px;
    cursor: pointer;
    background-color: aliceblue;
}

    #jezici img {
        width: 25px;
        height: 25px;
        border-radius: 20px;
        display: block;
        margin: auto;
    }

.curved {
    position: relative;
    background: #163d73;
    /*    border-bottom-left-radius: 50% 23%;
    border-bottom-right-radius: 50% 23%;*/
    border-radius: 20px;
}

/*hr {
    box-shadow: 0px 0px 10px 6px #163d73;
}*/
#cjenik {
    scroll-margin-top: 86px;
}

#rezerviraj {
    scroll-margin-top: 86px;
}

div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin:auto;
}
.caption {
    display: block;
}
.nav-link:hover{
    cursor:pointer;
}

.nav-link.item img{
    width:25px;
    height:25px;
}
.nav-link.item span {
    font-size:14px;
}

/*.... jezici ......*/

.jezici .odabraniJezik{
    width:60px;
}

.ikonaJezika {
    display: block;
    margin: auto;
    width:25px;
    height:25px;
}

.jezikNaziv {
    font-family: LoraRegular;
    font-weight: 400;
    font-size: 16px;
}

.odabraniJezik{
    cursor:pointer;
    margin:5px;
    text-align:center;
}

.opcijeJezika {
    position: absolute;
    margin-top: 35px;
    background-color: #163d73;
    border-radius:5px;
    cursor:pointer;
}
.jezik{
    margin:5px;
    text-align:center;
}


@media only screen and (max-width: 1400px) {
    .carousel img {
        min-height: 350px;
        height: calc(50vh);
        border-radius: 0px;
    }

    .carousel-inner {
        border-radius: 0px;
    }

    #glavniMeni {
        max-width: 100%;
        margin: 0px;
    }

    body {
        padding-top: 106px;
    }

    p {
        font-size: 18px;
    }

    ul li {
        font-size: 18px;
    }

    .deskripcija {
        height: calc(50vh - 100px) !important;
        min-height: 200px;
    }
}

@media only screen and (max-width: 800px) {
    #logoImg {
        width: 300px;
        height: 60px;
    }

    body {
        padding-top: 86px;
    }

    p {
        font-size: 22px;
    }

    ul li {
        font-size: 18px;
    }

    .deskripcija {
        min-height: 18px;
    }
    .jezikNaziv {
        font-size: 14px;
    }
    
}

@media only screen and (max-width: 415px) {
    #logoImg {
        width: 250px;
        height: 50px;
    }

    body {
        padding-top: 76px;
    }

    h1 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }

    ul li {
        font-size: 18px;
    }

    .carousel img {
        height: calc(50vh - 38px);
    }

    .deskripcija {
        height: calc(50vh - 38px) !important;
        min-height: 200px;
    }
    .jezikNaziv {
        font-size: 14px;
    }
}
