@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@charset "utf-8";


/* TRASHBIN */



/* BODYIMAGES */



.bodyhome {
    background: url(hiska_eko_11.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}


/* MEDIA */

@media screen and (max-width: 900px) {

}

/* PERMANENT STUFF */



html {
    background: url(bg_prazno.jpg) no-repeat center center fixed;
    background-color: #e2e2e2;
    padding: 0;
    height: 100%;
    text-shadow: 0 0 0.9pt #4a4a4a;
}

body {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
}

body {
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: calc(9px + 0.7vw);
    font-weight: 400;
    color: #2f2f2f;

    /*letter-spacing: 0.1pt;*/
}

img {}

div {}


strong {
    letter-spacing: 0.2pt;
}

b {
    letter-spacing: 0.5pt;
}


p {
    text-align: left;
    font-family: "PT Sans", sans-serif;
    font-size: calc(9px + 0.6vw);
    font-weight: 300;
    letter-spacing: 0.0pt;
    line-height: 1.3em;
    color: #2f2f2f;
}


a {
    text-decoration: underline;
    font-size: calc(9px + 0.6vw);
    letter-spacing: 0.0pt;
    color: #2f2f2f;
    opacity: 1.0;
}

a:hover {
    transition: 0.4s;
    opacity: 0.3;

}

/* MEDIA */

@media screen and (max-width: 900px) {

    strong {
        letter-spacing: 0.4pt;
    }


    p {
        font-family: "PT Sans", sans-serif;
        font-size: calc(11px + 1vw);
        font-weight: 300;
        letter-spacing: 0.4pt;
        line-height: 1.5em;
        color: #2f2f2f;
    }

    a {
        text-decoration: underline;
        font-size: calc(11px + 1vw);
        letter-spacing: 0.3pt;
        opacity: 1;
    }
}



/* HEADER NAVI FOOTER */


#headerHome {
    margin: 120px 0px 0px 0px;
    padding: 0;
    font-size: calc(35px + 0.6vw);
    letter-spacing: 1.4pt;
    color: white;
}

#headerHome a {
    text-decoration: none;
    font-size: calc(35px + 0.6vw);
    font-weight: 700;
    letter-spacing: 1.4pt;
    color: white;
}

#headerHome img {
    width: 30%;
    height: 30%;
}

#navi {
    text-align: center;
    margin: 0px;
    padding: 0;
    font-size: calc(9px + 0.7vw);
    line-height: 2.1em;
    color: white;
}

#navi p {
    margin: 12px 0px;
}

#navi a {
    text-decoration: none;
    font-size: calc(9px + 0.7vw);
    font-weight: 700;
    letter-spacing: 0.5pt;
    color: white;
}

#footer,
#footerDark {
    z-index: 1;
    position: fixed;
    margin: 10px 0px 10px 0px;
    padding: 0;
    width: 100%;
    left: 0;
    bottom: 50px;
    background-color: #60503a;
    box-shadow: 0px 0px 0px #3c3c3c;
    font-size: calc(8px + 0.5vw);
    color: #ddc898;
}

#footer {
    z-index: 1;
}

#footer a {
    text-decoration: underline;
    font-size: calc(6px + 0.4vw);
    color: #c8d4bf;
}

#footer IMG {
    width: 35px;
    height: 35px;
    opacity: 0.8;
}

/* MEDIA */

@media screen and (max-width: 900px) {

   
    #headerHome {
        margin: 75px 10px 20px 20px;
        font-size: calc(25px + 0.6vw);
        font-weight: 300;
        letter-spacing: 2pt;
    }

    #headerHome a {
        text-decoration: none;
        font-size: calc(25px + 0.6vw);
        font-weight: 700;
        letter-spacing: 2pt;
        color: #2f2f2f;
    }
    
    #headerHome img {
    width: 80%;
    height: 80%;
}


    #navi {
        margin: 20px 20px;
        line-height: 1.8em;
        color: #2f2f2f;
    }

    #navi p {
        margin: 7px 0px;
        font-size: calc(11px + 0.7vw);
        letter-spacing: 0.2pt;
        line-height: 1.4em;
        color: #2f2f2f;
    }

    #navi a {
        text-decoration: none;
        font-size: calc(11px + 0.8vw);
        letter-spacing: 0.5pt;
        color: #2f2f2f;
    }

    #footer {
        z-index: 1;
        margin: 0;
        padding: 12px;
        font-size: calc(9px + 0.4vw);
        letter-spacing: 0.2pt;
    }

    #footer a {
        text-decoration: underline;
        font-size: calc(9px + 0.4vw);
        letter-spacing: 0.2pt;
    }

    #footer IMG {
        width: 25px;
        height: 25px;
        opacity: 0.8;
    }


