:root{
    /* base colors */
    --bsclr1: #FBFBF2;
    --bsclr2: #E5E6E4;
    --bsclr3: #cfd2cd;
    --bsclr4: #a6a2a2;
    --bsclr5: #847577;

    /* secondary colors*/
    --secclr1: #2e2f33;
    --secclr2: #382424;

    /* palette colors*/
    --clr1: #9a1915;
    --clr2: #e2a55e;
    --clr3: #5e718b;
    --clr4: #b4ceef;
    --clr4t: #b4cdefa6;
}

@font-face {
    font-family: source;
    src: url(fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: luckiestGuy;
    src: url(fonts/Luckiest_Guy/LuckiestGuy-Regular.ttf);
}

body{
    overflow-x: hidden;
    background-color: var(--bsclr3) !important;
}

#onama-mob{
    display: none;
}

.bgnav{
    width: 90%;
    margin: 0 auto;
    background-color: #e5e6e48a;
    margin-top: 10px;
    border-radius: 70px;
    padding: 0;
    height: 116px;
}

/* navbar */

.navbar-stuff{
    font-family: luckiestGuy; 
    display: flex; 
    padding-left: 300px;
    margin-top: -10px;
}


/* navbar */

.imag{
    height: 46px;
    width: auto;
    margin-top: -17px;
    
}

.navitem{
    text-decoration: none;
    padding-right: 11em;
}

.navbar-element{
    color: var(--secclr2);
    transition: ease-in-out 0.1s;
}

.navbar-element:hover{
    color: var(--bsclr5);

}

.brandimg{
    transition: ease-in-out 0.2s;
    z-index: 1;
}

.brandimg:hover{
    transform: scale(1.1);
}

.powParent{
    text-decoration: none;
}

.pow{
    padding-top: 80px;
    margin-left: -300px;
    color: var(--bsclr5);
    font-family: source;
    transition: ease-in-out 0.1s;
}

.pow:hover{
    color: var(--bsclr5);
}

/* opis */

.naslov{
    font-family: luckiestGuy;
    color: var(--clr2);
    font-size: 70px;
}

.opis{
   font-size: 16px; 
   margin-top: 23px;
   font-family: source;
}



.slika2{
    float: right;
    transform: scaleX(-1);
    height: 400px;
    width: auto;
    margin-top: 210px;
}

.naslov1{
    font-family: luckiestGuy;
    color: var(--clr2);
    font-size: 70px;
    margin-top: 280px;
    margin-right: 210px;
}

.naslov2{
    font-family: luckiestGuy;
    color: var(--clr2);
    font-size: 70px;
    margin-top: 390px;
    margin-left: 80px;
}


@media screen and (max-width: 1490px) {
    .slika{
        height: 500px;
    }

    

    .opis{
        font-size: 18px;
    }

    .navitem{
        font-size: 10px;
    }
}


@media  screen and (max-width: 450px) and (min-width: 300px) {
    #onama-mob{
        display: block;
    }

    #onama-komp{
        display: none;
    }

    .pozadina-mobitel{
        /* margin-right: 1.3em; */
        /* padding-bottom: 20px; */
        text-align: center;

        /* margin-top: 60px; */
        margin-left: -30px;
        background-color: black;
        width: 110%;
    }

    .pow-mobitel{
        float: right;
        font-family: source;
        text-decoration: none;
        color: white;
        margin-top: -40px;
        margin-right: 5px;
    }

    #navbar-phone{
        display: block;
        padding-left: 20px;
        background-color: var(--secclr2);
    }

    .homepageimg-mobitel{
        opacity: 0.3;
        position: absolute;
        height: 1000px;
        margin-left: -42px;
        margin-top: -60px;
        z-index: -1;
        position: fixed;
    }

    .meni{
        font-family: luckiestGuy;
        text-decoration: none;
        color: var(--bsclr2);
        padding-top: 160px;
        
    }

    /* Dennis */

    .slika-mobitel{
        width: 70%;
        margin-bottom: 30px;
        margin-top: -60px;
        
    }

    .naslov1-mobitel{
        font-family: luckiestGuy;
        color: var(--clr2);
        font-size: 50px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 410px) and (max-width: 450px){
    
}

@media screen and (min-width: 330px) and (max-width: 390px){
    
}

@media screen and (min-width: 360px) and (max-width: 409px){
    
}