﻿body, div, p {
    font-family: Montserrat,Montserrat1,Montserrat2 !important;
    overflow-x: hidden !important;
}

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');
}

 
 
.naslovFilma {
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: white;
    margin-top: -75px;
    width: 100%;
    padding: 20px;
    font-size: 25px;
}

.gumbNazaj {
    position: absolute;
    color: white !important;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    text-decoration: none !important;
}

    .gumbNazaj:focus,
    .gumbNazaj:hover {
        color: white !important;
        text-decoration: none !important;
        border: 0px !important;
    }

@media all and (max-width: 768px) 
{
 
    .naslovFilma 
    {
        margin-top: -38px;        
        padding: 4px;
        font-size: 21px;
    }

    .labelVrednost,
    .labelNaslov 
    {
        padding-left: 10px;
    }
    .gumbNazaj 
    {
        padding: 10px;
    }
}

.labelNaslov {
    font-weight: bold;
    line-height: 200%;
    color: black;
}



#slika 
{
    width:100%;
}

.povezava {
    border-top: 1px solid #eae8e8;
    padding-top: 5px;
    padding-bottom: 5px;
}