﻿body, div, p {
    font-family: Montserrat,Montserrat1,Montserrat2 !important;
    overflow-x: hidden !important;
    cursor: url('slike/kurzor1-06.png'), auto !important; /*DOMEN - Vijolični kurzor na strani*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: MontserratBold,MontserratBold1,MontserratBold2 !important;
}



@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat-Regular.otf') format('opentype');
}



@font-face {
    font-family: MontserratBold;
    src: url('fonts/Montserrat-SemiBold.otf') format('opentype');
}


.slikaFilm 
{
    width: 100%;
    max-width: 260px;
    cursor: pointer;
}


@media all and (max-width: 768px) 
{
    .slikaFilm {
        width: 100%;
        max-width: none;
        max-height: none;
        cursor: pointer;
    }

    .sekcijaDiv 
    {
        padding-bottom: 25px;
    }



}
 

/*SKRIJE ACCESIBILITIES V VISUAL STUDIO OKOLJU*/
.uwy.userway_p3 {
    display: none !important;
}

iframe#frameAkr, section#sp-main-body {
    cursor: url('https://liffe.si/images/kurzor/kurzor1-06.png'), auto;
}