/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 11:41:35 */
* {
	text-transform: none!important
}

img.swiper-slide-image {
   width: 100%;
   height: 250px;
   object-fit: cover;
}

#SR7_1_1-1-1 > img {
    /* 
	width: 100%;
    max-width: 1400px;
    height: auto; 
    display: block;
    margin: 0 auto;
	*/
    /* Овај део прави градијент ефекат на слици */
    -webkit-mask-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.05) 87.4%);
    mask-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.05) 87.4%);
    
    /* Опционо: појачава белину ако је лого већ бео */
    filter: brightness(1.2); 
}

#nastavniTimSlider .faculty-member {
	min-height: 250px
}

.error404 #univet-page > header > div > div.elementor-element.rstb-transparent.e-flex.e-con-boxed.e-con.e-parent{
    background-color: #003A65;
}


.error404 main{
    padding-top: 100px
}