* {
    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;
}

/*--------------------------POCETNA-----------------------------------------*/

#pocetna {
    position: relative;
    z-index: 0;
}

#glavna-slika {
    width: 100%;
    height: auto;
    filter: brightness(50%);
}

#pocetna-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
    width: 50em;
}

.pocetna-naslov {
    font-size: 4em;
    color: white;
    font-weight: bold;
    text-align: center;
}

#pocetna-crta {
    width: 100%;
    margin-top: 2em;
    background-color: white;
}

#pocetna-opis {
    font-size: 1.5em;
    color: white;
    font-weight: normal;
    text-align: center;
    margin-top: 2em;
}

/*------------------------DESTINACIJA----------------------------------------*/

#destinacija {
    margin: 3em;
    display: flex;
    align-items: center;
    background-color: #fdf2ed;
}

#destinacija-left {
    width: 50%;
}

#destinacija-right {
    width: 50%;
    height: 23.5em;
    overflow: hidden;
    padding: 3em;
}

#destinacija-slika {
    width: 100%;
    height: fit-content;
}

#destinacija-naslov {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-align: left;
}

#destinacija-tekst {
    height: 10em;
    font-size: 1.1em;
    text-align: left;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#destinacija-bottom {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-top: 2em;
}

#destinacija-crta1 {
    width: 1em;
    background-color: black;
}

#destinacija-crta2 {
    width: 1em;
    background-color: black;
}

#destinacija-vise {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#destinacija-vise:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

/*-------------------DESTINACIJA VISE---------------------------------*/

#destinacija-vise-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: 200ms ease-in-out;
    border: 0.1em solid black;
    z-index: 10;
    background-color: #fdf2ed;
    width: 70%;
    max-height: 80%;
    overflow: auto;
    background-color: #fdf2ed;
}

#destinacija-vise-container::-webkit-scrollbar {
    display: none;
}

#destinacija-vise-container.active {
    transform: translate(-50%, -50%) scale(1);
}

#destinacija-vise-header {
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1em solid black;
    background-color: #fadfd3;
}

#destinacija-vise-naslov {
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
}

.tekst {
    font-size: 1em;
    text-align: justify;
}

#destinacija-vise-close {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 2em;
    font-weight: bold;
}

/*-------------------DESTINACIJA VISE SADRZAJ--------------------------------*/

#destinacija-vise-sadrzaj {
    padding: 2em;
}

#destinacija-vise-karta {
    width: 50%;
    height: 50%;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.destinacija-vise-slike-div {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.destinacija-vise-slike {
    width: 33%;
    padding: 1em;
}

/*---------------------APARTMAN-----------------------------------------*/

#apartman {
    margin: 3em;
    display: flex;
    align-items: center;
    background-color: #fdf2ed;
}

#apartman-left {
    width: 50%;
    height: 23.5em;
    overflow: hidden;
    padding: 3em;
}

#apartman-right {
    width: 50%;
}

#apartman-slika {
    width: 100%;
    height: fit-content;
}

#apartman-naslov {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-align: right;
}

#apartman-tekst {
    height: 10em;
    font-size: 1.1em;
    text-align: right;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#apartman-bottom {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.5em;
    margin-top: 2em;
}

#apartman-crta1 {
    width: 1em;
    background-color: black;
}

#apartman-crta2 {
    width: 1em;
    background-color: black;
}

#apartman-vise {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#apartman-vise:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

/*-------------------OKOLICA------------------------------------*/

#okolica {
    margin: 3em;
    display: flex;
    align-items: center;
    background-color: #fdf2ed;
}

#okolica-left {
    width: 50%;
}

#okolica-right {
    width: 50%;
    height: 23.5em;
    overflow: hidden;
    padding: 3em;
}

#okolica-slika {
    width: 100%;
    height: fit-content;
}

#okolica-naslov {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-align: left;
}

#okolica-tekst {
    height: 10em;
    font-size: 1.1em;
    text-align: left;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#okolica-bottom {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-top: 2em;
}

#okolica-crta1 {
    width: 1em;
    background-color: black;
}

#okolica-crta2 {
    width: 1em;
    background-color: black;
}

#okolica-vise {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#okolica-vise:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

/*-------------------OKOLICA VISE---------------------------------*/

#okolica-vise-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: 200ms ease-in-out;
    border: 0.1em solid black;
    z-index: 10;
    background-color: #fdf2ed;
    width: 70%;
    max-height: 80%;
    overflow: auto;
    background-color: #fdf2ed;
}

#okolica-vise-container::-webkit-scrollbar {
    display: none;
}

#okolica-vise-container.active {
    transform: translate(-50%, -50%) scale(1);
}

#okolica-vise-header {
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1em solid black;
    background-color: #fadfd3;
}

#okolica-vise-naslov {
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
}

#okolica-vise-close {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 2em;
    font-weight: bold;
}

/*-------------------OKOLICA VISE SADRZAJ--------------------------------*/

#okolica-vise-sadrzaj {
    padding: 2em;
}

.okolica-vise-slika {
    width: 50%;
    height: 50%;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.okolica-vise-sami-tekst {
    padding-top: 1em;
    padding-bottom: 1em;
}

.okolica-vise-slike-div {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    clear: right;
}

.okolica-vise-slike {
    width: 33%;
    padding: 1em;
}

/*----------------------------REZERVACIJA----------------------------*/

#rezervacija {
    width: 100%;
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2e3231;
    gap: 3em;
    border-bottom: 0.1em dashed white;
}

#form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
    width: 80%;
}

#rezervacija-button {
    color: #EEA47F;
    background-color: #151515;
    font-size: 1em;
    font-weight: bold;
    border: 0.1em solid #EEA47F;
    padding: 1em;
}

#rezervacija-button:hover {
    cursor: pointer;
    background-color: #343434;
}

::-webkit-calendar-picker-indicator {
    color: white;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0.1em;
    filter: invert(1);
}

/*----------------------DOLAZAK---------------------------------------*/

#dolazak-div {
    display: flex;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

#dolazak-label {
    font-size: 1em;
    font-weight: normal;
    color: white;
}

#dolazak-input {
    background-color: transparent;
    padding: 1em;
    color: white;
    font-size: 1em;
    border: 0.1em solid white;
    outline: none;
    border-radius: 0;
    text-align: center;
    margin-left: 1em;
}

/*--------------------------------ODLAZAK--------------------------*/

#odlazak-div {
    display: flex;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

#odlazak-label {
    font-size: 1em;
    font-weight: normal;
    color: white;
}

#odlazak-input {
    background-color: transparent;
    padding: 1em;
    color: white;
    font-size: 1em;
    border: 0.1em solid white;
    outline: none;
    border-radius: 0;
    text-align: center;
    margin-left: 1em;
}

#odlazak-input:focus {
    outline: none;
    cursor: default;
}

#odlazak-input:hover {
    cursor: default;
}

/*--------------------------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;
}

/*---------------------------OVERLAY-------------------------*/

#overlay {
    position: fixed;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: 200ms ease-in-out;
}

#overlay.active {
    opacity: 1;
    pointer-events: all;
}

/*----------------------------ISPOD 1230px-------------------------------------*/

@media only screen and (max-width: 1230px) {

    #destinacija-naslov {
        font-size: 1.8em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: left;
    }

    #destinacija-tekst {
        height: 10em;
        font-size: 0.8em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #apartman-naslov {
        font-size: 1.8em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: right;
    }

    #apartman-tekst {
        height: 10em;
        font-size: 0.8em;
        text-align: right;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #okolica-naslov {
        font-size: 1.8em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: left;
    }

    #okolica-tekst {
        height: 10em;
        font-size: 0.8em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #destinacija-slika {
        width: 100%;
        height: fit-content;
        padding-left: 1em;
    }

    #apartman-slika {
        width: 100%;
        height: fit-content;
        padding-right: 1em;
    }

    #okolica-slika {
        width: 100%;
        height: fit-content;
        padding-left: 1em;
    }
}

/*----------------------------ISPOD 970px-------------------------------------*/

@media only screen and (max-width: 970px) {

    #destinacija-naslov {
        font-size: 1.6em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: left;
    }

    #destinacija-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #apartman-naslov {
        font-size: 1.6em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: right;
    }

    #apartman-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: right;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #okolica-naslov {
        font-size: 1.6em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: left;
    }

    #okolica-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
}

/*----------------------------ISPOD 883px-------------------------------------*/

@media only screen and (max-width: 883px) {

    #destinacija {
        margin: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
    }

    #apartman {
        margin: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
    }

    #okolica {
        margin: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
    }

    #destinacija-right {
        width: 80%;
        background-color: #fdf2ed;
    }

    #destinacija-left {
        width: 80%;
    }

    #destinacija-slika {
        padding: 0;
    }

    #destinacija-naslov {
        font-size: 1.4em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: left;
    }

    #destinacija-tekst {
        height: 10em;
        font-size: 0.8em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #apartman-left {
        width: 80%;
        background-color: #fdf2ed;
    }

    #apartman-right {
        width: 80%;
    }

    #apartman-slika {
        padding: 0;
    }

    #apartman-naslov {
        font-size: 1.4em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: right;
    }

    #apartman-tekst {
        height: 10em;
        font-size: 0.8em;
        text-align: right;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #okolica-right {
        width: 80%;
        background-color: #fdf2ed;
    }

    #okolica-left {
        width: 80%;
    }

    #okolica-slika {
        padding: 0;
    }

    #okolica-naslov {
        font-size: 1.4em;
        text-transform: uppercase;
        margin-bottom: 1em;
        text-align: left;
    }

    #okolica-tekst {
        height: 10em;
        font-size: 0.8em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
}

/*----------------------------ISPOD 800px-------------------------------------*/

@media only screen and (max-width: 800px) {

    #pocetna-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
        width: 100%;
        height: auto;
    }

    #nav-ime {
        color: black;
        font-weight: bold;
        font-size: 3em;
        font-family: 'Qwitcher Grypen', cursive;
    }
    
    #nav-lokacija {
        color: black;
        font-weight: normal;
        font-size: 0.8em;
        position: relative;
        bottom: 0.5em;
        right: 0.8em;
    }

    .nav-a {
        text-decoration: none;
        color: black;
        font-size: 0.8em;
        font-weight: normal;
    }

    .pocetna-naslov {
        font-size: 3em;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    
    #pocetna-crta {
        width: 80%;
        margin-top: 2em;
        background-color: white;
        align-self: center;
        visibility: collapse;
    }
    
    #pocetna-opis {
        font-size: 1em;
        color: white;
        font-weight: normal;
        text-align: center;
        margin-top: 2em;
    }

    #form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 1em;
        gap: 0.1em;
    }

    #dolazak-div {
        display: flex;
        align-items: center;
        margin: 1em;
    }

    #odlazak-div {
        display: flex;
        align-items: center;
        margin: 1em;
    }

    .tekst {
        font-size: 0.8em;
        text-align: justify;
    }
}

/*------------------------------------ISPOD 646px-------------------------------------*/

@media only screen and (max-width: 646px) {

    #pocetna-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
        width: 100%;
        height: auto;
    }

    #nav-ime {
        color: black;
        font-weight: bold;
        font-size: 2em;
        font-family: 'Qwitcher Grypen', cursive;
    }
    
    #nav-lokacija {
        color: black;
        font-weight: normal;
        font-size: 0.6em;
        position: relative;
        bottom: 0.5em;
        right: 0.8em;
    }

    .nav-a {
        text-decoration: none;
        color: black;
        font-size: 0.6em;
        font-weight: normal;
    }

    .pocetna-naslov {
        font-size: 2em;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    
    #pocetna-crta {
        width: 80%;
        margin-top: 2em;
        background-color: white;
        align-self: center;
        visibility: collapse;
    }
    
    #pocetna-opis {
        font-size: 0.8em;
        color: white;
        font-weight: normal;
        text-align: center;
        margin-top: 2em;
    }

    #destinacija-crta1 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }
    
    #destinacija-crta2 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }

    #destinacija-vise {
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        margin-top: 4em;
    }

    #destinacija-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #apartman-crta1 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }
    
    #apartman-crta2 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }

    #apartman-vise {
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        margin-top: 4em;
    }

    #apartman-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: right;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #okolica-crta1 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }
    
    #okolica-crta2 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }

    #okolica-vise {
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        margin-top: 4em;
    }

    #okolica-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .tekst {
        font-size: 0.6em;
        text-align: justify;
    }
}

/*------------------------------------ISPOD 460px-------------------------------------*/

@media only screen and (max-width: 485px) {

    #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.6em;
        text-decoration: none;
    }

    #pocetna-div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
        width: 100%;
        height: auto;
    }

    #nav-ime {
        color: black;
        font-weight: bold;
        font-size: 1.5em;
        font-family: 'Qwitcher Grypen', cursive;
    }
    
    #nav-lokacija {
        color: black;
        font-weight: normal;
        font-size: 0.2em;
        position: relative;
        bottom: 0.5em;
        right: 0.8em;
    }

    .nav-a {
        text-decoration: none;
        color: black;
        font-size: 0.5em;
        font-weight: normal;
    }

    .pocetna-naslov {
        font-size: 2em;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    
    #pocetna-crta {
        width: 80%;
        margin-top: 2em;
        background-color: white;
        align-self: center;
        visibility: collapse;
    }
    
    #pocetna-opis {
        font-size: 0.8em;
        color: white;
        font-weight: normal;
        text-align: center;
        margin-top: 2em;
    }

    #destinacija-crta1 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }
    
    #destinacija-crta2 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }

    #destinacija-vise {
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        margin-top: 4em;
    }

    #destinacija-naslov {
        font-size: 1em;
    }

    #destinacija-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #apartman-crta1 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }
    
    #apartman-crta2 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }

    #apartman-vise {
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        margin-top: 4em;
    }

    #apartman-naslov {
        font-size: 1em;
    }

    #apartman-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: right;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #okolica-crta1 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }
    
    #okolica-crta2 {
        width: 1em;
        background-color: black;
        margin-top: 4em;
    }

    #okolica-vise {
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        margin-top: 4em;
    }

    #okolica-naslov {
        font-size: 1em;
    }

    #okolica-tekst {
        height: 10em;
        font-size: 0.7em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .tekst {
        font-size: 0.6em;
        text-align: justify;
    }

    #footer-ime {
        font-size: 1.6em;
    }
    
    #footer-adresa {
        font-size: 0.6em;
    }
    
    #footer-phone {
        font-size: 0.6em;
    }
    
    #footer-email {
        font-size: 0.6em;
    }

    .footer-list{
        font-size: 0.6em;
    }
}

/*------------------------------------ISPOD 443px-------------------------------------*/

@media only screen and (max-width: 443px) {

    .nav-a {
        text-decoration: none;
        color: black;
        font-size: 0.4em;
        font-weight: normal;
    }

    #destinacija-tekst {
        height: 10em;
        font-size: 0.5em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #apartman-tekst {
        height: 10em;
        font-size: 0.5em;
        text-align: right;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    #okolica-tekst {
        height: 10em;
        font-size: 0.5em;
        text-align: left;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
}