* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia,Times,Times New Roman,serif;
    scroll-behavior: smooth;
}

/*--------------------------HEADER------------------------------------*/

#header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #00539C;
    position: sticky;
    top: 0;
    z-index: 1;
}

.header-list{
    display: inline-block;
    list-style: none;
}

#header-email-icon, #header-email, #header-phone-icon, #header-phone {
    color: white;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 0.8em;
    text-decoration: none;
}

#header-email:hover, #header-phone:hover {
    text-decoration: underline;
    color: white;
}

#header-jezici {
    margin-left: 0.4em;
    vertical-align: middle;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-left: 0.8em;
    list-style: none;
    display: flex;
}

li img {
    min-width: none;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

#header-phone {
    margin-right: 0.8em;
}

/*---------------------------------NAV----------------------------------------------*/

#nav {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EEA47F;
    position: sticky;
    top: 0;
    z-index: 1;
}

#div-left {
    text-align: center;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-left: 2em;
}

#nav-ime {
    color: black;
    font-weight: bold;
    font-size: 4em;
    font-family: 'Qwitcher Grypen', cursive;
}

#nav-lokacija {
    color: black;
    font-weight: normal;
    font-size: 1em;
    position: relative;
    bottom: 0.5em;
    right: 0.8em;
}

.nav-list{
    display: inline-block;
    list-style: none;
    font-size: 1.2em;
    padding: 0.5em;
    vertical-align: middle;
}

.nav-a {
    text-decoration: none;
    color: black;
    font-size: 1em;
    font-weight: normal;
}

.nav-a:hover {
    text-decoration: underline;
    color: black;
}

.nav-a:visited {
    text-decoration: none;
    color: black;
}

#kontakt {
    margin-right: 1em;
}

/*------------------------------KONTAKT-------------------------------*/

#kontaktMain {
    padding: 2em 4em;
}

/*-------------------------KONTAKT-SVE-----------------------------------*/

#kontaktSve {
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}

.naslov {
    font-size: 1.8em;
    font-weight: normal;
    text-transform: uppercase;
    color: #353634;
}

/*-------------------------KONTAKT-LIJEVO--------------------------------*/

#kontakt-lijevo {
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 40%;
}

.manji-naslovi {
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    color: #7e807c;
}

.tekst {
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    color: #353634;
}

.tekst:hover {
    text-decoration: none;
    color: #353634;
    text-decoration: underline;
}

#adresa:hover {
    text-decoration: none;
}

/*-------------------------KONTAKT-DESNO---------------------------*/

#kontakt-desno {
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 60%;
}

#poruka-forma {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.forma-div {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
}

.forma-prva {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 0.5em;
}

.forma-druga {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5em;
}

.label-naslov {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #353634;
}

.input-tekst {
    font-size: 1em;
    font-weight: normal;
    height: 3em;
    border: 0.1em solid #353634;
    border-radius: 0;
    padding: 0 0.5em;
}

.input-tekst:focus, #poruka-input:focus {
    border: 0.1em solid #00539C;
    border-radius: 0;
    outline: none;
    box-shadow: 0 0 1em #00539C;
}

#poruka-input {
    font-size: 1em;
    font-weight: normal;
    border: 0.1em solid #353634;
    border-radius: 0;
    padding: 0.5em;
    resize: none;
}

#submit-button {
    font-size: 1em;
    font-weight: bold;
    width: 12em;
    color: #EEA47F;
    background-color: #151515;
    align-self: flex-end;
    border: 0.1em solid #EEA47F;
    padding: 1em;
}

#submit-button:hover {
    cursor: pointer;
    background-color: #343434;
}

#submit-button:disabled {
    color: rgba(1, 1, 1, 0.5);
    background-color: #34343450;
    border: 0.1em solid rgba(1, 1, 1, 0.5);
}

::-webkit-calendar-picker-indicator {
    color: #353634;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0.1em;
    filter: invert(0);
}

.datum-input {
    background-color: transparent;
    padding: 1em;
    color: black;
    font-size: 1em;
    border: 0.1em solid #353634;
    outline: none;
    border-radius: 0;
    text-align: center;
}

/*-------------------------------KARTA----------------------------------------*/

#karta {
    width: 100%;
    height: 100%;
}

/*-------------------------------FOOTER------------------------------*/

#footer {
    padding: 3em;
    background-color: #2e3231;
    display: flex;
    align-content: flex-start;
    gap: 2em;
}

#footer-div-left {
    display: inline-block;
    border-right: 0.05em solid white;
    text-align: center;
    padding: 1em;
}

#footer-ime {
    font-size: 2em;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#footer-adresa {
    font-size: 1em;
    font-weight: normal;
    color: white;
    margin-bottom: 1em;
}

#footer-phone {
    font-size: 1em;
    font-weight: normal;
    color: white;
    margin-bottom: 1em;
    display: block;
    text-decoration: none;
}

#footer-email {
    font-size: 1em;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

#footer-email:hover, #footer-phone:hover {
    color: white;
    text-decoration: underline;
}

#footer-div-right {
    padding: 1em;
}

.footer-list{
    display: inline-block;
    list-style: none;
    font-size: 1em;
    font-weight: normal;
    color: white;
    padding: 0.5em;
    vertical-align: middle;
    text-transform: uppercase;
}

.footer-a {
    text-decoration: none;
    color: white;
}

.footer-a:hover {
    text-decoration: underline;
    color: white;
}

.footer-a:visited {
    text-decoration: none;
    color: white;
}