﻿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 {
    padding: 20px;
    font-size: 35px;
    font-weight: bold;
}

.podnaslovFilma {
    font-size: 20px;
    padding-left: 20px;
}

.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%;
}

.alert-custom {
    color: white !important;
    background-color: #dd48141f !important;
    border-color: #dd48141f !important;
    margin: 7px 0px 7px 0px;
}


.embed-container {
    --video--width: 1296;
    --video--height: 540;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.uwy.userway_p3 {
    display: none !important;
}
