*{
    margin: 0;
    padding: 0px;
}
#container{
    height: 2360px;
    background-color: rgb(0, 0, 0);
    width: 100%;
    overflow: hidden;
    position:relative; 
    display: block; 
}
#header{
    width: 100%;
    height: 150px;
    display: flex;
    position: fixed;
    transition: background-color 1s ease-in-out;
    /* background-color: #8484aa; */
    float: left;
    z-index: 10000;
}
#nebitni{
    display: flex;
    flex-direction: row;
    width: 25%;
    height: 100%;
    /* background-color: #2a13b9; */
}
#levi{
    width: 50%;
    /* background-color: #3E6150; */
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
}
#menu{
    height: 100px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu ul{
	font-size:25px;
    font-family: 'Arvo', serif;
    list-style: none;
    display: flex;
}
#menu a{
	text-align:center;
	padding:25px 45px;
	color:white;
	text-decoration:none;
    float: left;
    display: flex;

}
#menu a:hover{
	color:#8484aa;
    border-radius:20px;
	transition: color 0.1s ease;
}
#desni{
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    height: 100%;
    /* background-color: aqua; */
    width: 25%; 
}
.jez{
    font-family: 'Arvo', serif;
    color: white;
    font-size: 22px;
    font-weight: 100;
    margin-top: 5px;
    margin-right: 20px;
}
.jez:hover {
    color: #8484aa;
    transition: color 0.1s ease;
    cursor: all-scroll;
    font-size: large;
}
#logo{
    width: 130px;
    height: 130px;
    object-fit:cover;
}
#pocetna{
    width: 100%;
    height: 930px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
}
#poc-slicka{
    object-fit: cover;
    width: 100%;
    height: 930px;
    opacity: 50%;
}
#nas-poc{
    font-family: 'Arvo', serif;
    display: inline-block;
    font-size: 180px;
    color: white;
    position: absolute; 
    background: url(galerija/25.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#kontakt{
    height: 800px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    text-align: center;
    position: relative;
}
#slicka-kntk{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 40%;
}
.nas-kntk{
    color: white;
    font-family: 'Arvo', serif;
    font-size: 60px;
} 
#gornji{
    z-index: 1000;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: #ffd700;
}
#mapa{
    width: 100%;
    height: 600px;
    display: flex;
}
#kopirajt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #181515;
    height: 30px;
}
#nas7{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: center;
}




/* responsive */



@media (max-width:1350px){

    #nas7{
        font-size: 15px;
        text-align: center;
    }
    #nas-poc{
        font-size: 125px;
    }
}
@media (max-width:1193px){
    #container{
        height: 2370px;
    }
    #kopirajt{
        height: 40px;
    }
}
@media (max-width:1050px){
    #menu ul{
        font-size: 20px;
    }
    #logo{
        width: 110px;
        height: 110px;
    }
    .jez{
        font-size: 20px;
    }
    #nas-poc{
        font-size: 110px;
    }
}
@media (max-width:930px){
    #menu ul{
        font-size: 20px;
    }
    #menu a{
        padding: 20px 30px;
    }
    #logo{
        width: 110px;
        height: 110px;
    }
    .jez{
        font-size: 20px;
    }
}
@media (max-width:875px){
    #nas-poc{
        font-size: 90px;
    }
}
@media (max-width:800px){
    #menu a{
        padding: 20px 15px;
    }
    #glav{
        flex-direction: column;
        align-items: center;
    }
    .nas-kntk{
        font-size: 45px;
    }
}
@media (max-width:710px){
    #nas-poc{
        font-size: 70px;
    }
}
@media (max-width: 605px){
    #container{
        height: 2380px;
    }
    #kopirajt{
        height: 50px;
    }
    .nas-kntk{
        font-size: 35px;
    }
}
@media (max-width:565px){
    #nas-poc{
        font-size: 60px;
    }
    #nebitni{
        width: 100px;
    }
    #levi{
        width:320px;
    }
}
@media (max-width:510px){
    #nebitni{
        width: 30px;
    }
    #levi{
        width:390px;
    }
    #menu a{
        font-size: 17px;
    }
    #par-desn a{
        font-size: 15.5px;
    }
}
@media (max-width:470px){
    #nas-poc{
        font-size: 50px;
    }
    #nas-zan{
        font-size: 50px;
        align-items: center;
    }
    .nas-kntk{
        font-size: 25px;
    }
}
@media (max-width:420px){
    #nas-poc{
        font-size: 40px;
    }
    #nas7{
        font-size: 10px;
    }
}
@media (max-width:410px){
    #nebitni{
        width: 0px;
    }
    #levi{
        width:390px;
    }
    #menu a{
        font-size: 17px;
        padding: 0px;
    }
    #menu li{
        width: 70px;
        word-wrap: break-word;
    }
    #par-desn a{
        font-size: 15.5px;
    }
    #logo{
        width: 70px;
        height: 70px;
    }
}
@media (max-width:390px){
    .sle{
        width:300px;
    }
    .teks-zen{
        font-size: 22px;
    }
    .slicke-zan{
        width: 170px;
        height: 170px;
    }
    #glav{
        height: 80%;
    }
    #nas-zan{
        font-size: 45px;
    }
}
@media (max-width:330px){
    .nas-kntk{
        font-size: 20px;
    }
}
@media (max-width:310px){
    #nebitni{
        width: 0px;
    }
    #levi{
        width:260px;
    }
    #desni{
        width: 50px;
    }
    #par-desn{
        width:50px;
    }
    #par-desn a{
        font-size: 13px;
    }
    #menu a{
        font-size: 15px;
        padding: 50px 0px;
        word-wrap: break-word;
    }
    #logo{
        width: 50px;
        height: 50px;
    }
    .jez{
        margin-right: 0px;
        margin-left: 20px;
    }
}
@media (max-width:300px){
    #nas-poc{
        font-size: 35px;
    }
    .teks-zen{
        font-size: 17px;
    }
}
@media (max-width:265px){
    .nas-kntk{
        font-size: 17px;
    }
}
@media (max-width:250px){
    .jez{
        margin-right: 0px;
        margin-left: 15px;
    }
}













/* scrollbar */



::-webkit-scrollbar-track
    {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #272727;
    }
    
    ::-webkit-scrollbar{
    
        width: 17px;
        background-color: #27262e;
    }
    
    ::-webkit-scrollbar-thumb{
    
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #181515;
    }

