html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: Righteous;
}

header {
    /*background-color: #e8be52e0!important;*/
    height: 80px!important;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 999;
}

header nav {
    height: 100%;
    width: 100%;
    margin:auto;
}

#header-nav {
    flex-basis: 100%!important;
    justify-content: space-between!important;
    padding: unset!important;
}

.header-simboli {
    flex-basis: 90px;
    height: 100%;
    border-radius: 7px;
    background-color: #e8be52e0;
    text-align: center;
}
.header-simboli:first-of-type {
    border-top-left-radius: 0px;
    margin-right: 10px;
}
.header-simboli:last-of-type {
    border-top-right-radius: 0px;
    margin-left: 10px;
}

#navbarNav {
    background-color: #e8be52e0;
    height: 100%;
    border-radius: 7px;
    flex-direction: column;
    color: white;
    padding-bottom: 5px;
    padding-top: 3px;
    flex-basis: auto;
}
.navbar-nav {
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 90%;
}

.header-li {
    flex-basis: 100px; 
    text-align: center;

}

.header-li a {
    color: white; 
    display: block;
}


.header-li:hover {
    background-color: white;
    border-radius: 10px;
}

.header-li:hover a {
    color: #e8be52e0; 
    text-decoration: unset;
}

.header-li:first-of-type {
    margin-right: 10px;
}

.header-simboli:hover {
    background-color: #eab20d;
}

.header-simboli:hover a {
    text-decoration: unset;
}



.header-simboli button {
    background-color: unset;
    border: unset;
    text-align: center;
    line-height: 65px;
    height: 100%;
    width: 100%;
    padding: unset;
}
.header-simboli:last-of-type button img {
    height: 36px;
    width: 36px;
}

#header-title {
    flex-basis: 50px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    font-size: 24px;
    width: 90%;
    text-align: center;
    margin: auto;
}

#header-title div:not(.header-title-img) {
    line-height: 50px;
}

#header-prijava {
    display: block;
    height: 100%;
    color: white;
    padding: 5px;
}

footer {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
    background-color: #E8E8E8;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-basis: 100%;
    align-items: baseline;
   /* padding: 10px 0px;*/
    margin-right: 80px;
}

footer a {
    height: 100%;
    line-height: 90px;
}

.footer-img {
    height: 80px;
    width: auto;
}


/*MAPA*/
.map-div {
    width: 100%; 
    height: 100%;
    top: 0px;
    position: absolute;
}


#saznajteBtnX {
    font-size: 18px;
    color: #eab20d;
    cursor: pointer;
}

#saznajteBtnX:hover {
    color: #a18900; 
    font-weight: 600;
}
#footerModal .modal-content, #myModalSaznajte .modal-content {
    background-color: #E8E8E8;
    color: black;
    text-align: justify;
    font-size: 16px;
}

#footerModal .modal-content .modal-body, #myModalSaznajte .modal-content .modal-body {
    padding: 25px 35px;
}

#declineBtn {
    color: white;
    border: 2px solid #eab20d;
    background-color: #dabc12;
}

#declineBtn:hover {
    background-color: #E8E8E8;
    box-shadow: 0px 0px 4px 1px #eab20d;
}


#saznajteBtn, #acceptBtn, #saznajteBtnOk {
    background-color: #eab20d;
    color: white;
    border: 2px solid #eab20d;
}

#saznajteBtn:hover, #acceptBtn:hover, #saznajteBtnOk:hover {
    background-color: #dabc12;
    box-shadow: 0px 0px 2px #eab20d;
}

#myModalSaznajte .modal-dialog {
    max-width: 60%;
    margin: auto;
}

#footerModal .buttons {
    display: flex;
    justify-content: space-between;
}

.modal {
    z-index: 99999;
}

@media only screen and (max-width: 1541px) {
    header {
        height: 75px!important;
    }
}


@media only screen and (max-width: 769px) {
    .modal {
        overflow-y: auto!important;
    }
}

 @media only screen and (max-width: 426px) {
    #myModalSaznajte .modal-dialog {
        max-width: 95%;
    }

}

@media only screen and (max-width: 376px) { 
    .header-li:first-of-type {
        margin: 0px;
        flex-basis: 60px;
    }
    #header-title div:not(.header-title-img) {
        line-height: unset;
    }
    #navbarNav {
        position: relative;
    }

    .navbar-nav {
        width: 100%;
        position: absolute;
        bottom: 0px;
    }
}

@media only screen and (max-width: 321px) { 
    .header-simboli {
        flex-basis: 75px;
    }
}

