*{
    margin: 0px;
    font-family: sans-serif;
    box-sizing: border-box;
}
body{
    background-color: rgb(207, 203, 203);
}
.velike_crke span{
    color: black;
    font-size: large;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
}
.slika{
    background-image: url(slike/ozadje_slika.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-position: center 30%;
    background-size: cover;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    padding: 100px;
}
.debelo{
    font-weight: bold;
    color: black;
    font-size: 50px;
}
.gumbi button{
    margin: 50px;
    padding: 20px;
    background-color: red;
    border-radius: 20px;
    border: solid black 3px;
    color: white;
}
/*dropdown meni*/
.meni{
display:flex;
list-style:none;
}
.dropdown{
position:relative;
}
.dropdown_meni{
display:none;
position:absolute;
top:100%;
left:0;
background:#9c9595;
list-style:none;
padding:0;
min-width:150px;
}
.dropdown_meni a{
color:white;
text-decoration:none;
padding:15px;
}
.dropdown:hover .dropdown_meni{
display:block;
}

/* SEKCije */
.sekcija{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:50px;
    padding:80px 20px;
    max-width:1200px;
    margin:0 auto;
}

.reverse{
    flex-direction:row-reverse;
}

/* SLIKE */
.slika2{
    flex:1;
    position:relative;
    overflow:hidden;
}

.slika2 img{
    width:100%;
    border-radius:10px;
    display:block;
}

/* fade slike */
.slika2::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:30%;
    height:100%;
    background:linear-gradient(to right, rgba(245,245,245,0), #f5f5f5);
}

.reverse .slika2::after{
    left:0;
    right:auto;
    background:linear-gradient(to left, rgba(245,245,245,0), #f5f5f5);
}
img{
    max-width:100%;
    height:auto;
}
/* TEXT */
.text{
    flex:1;
    max-width:500px;
}

.text h2{
    color:#c40000;
    margin-bottom:15px;
    font-size:28px;
}

.text p, .text li{
    font-size:18px;
    margin-bottom:10px;
}

/* ČRTA NAD NASLOVOM */
.linija{
    width:60px;
    height:4px;
    background:#c40000;
    margin-bottom:15px;
}

/* ANIMACIJE */
.fade-levo{
    opacity:0;
    transform:translateX(-50px);
    animation:fadeLevo 1s forwards;
}

.fade-desno{
    opacity:0;
    transform:translateX(50px);
    animation:fadeDesno 1s forwards;
}
/*premik elementa in postane viden*/
@keyframes fadeLevo{
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes fadeDesno{
    to{
        opacity:1;
        transform:translateX(0);
    }
}
.vsebina{
    display: flex;
}
.aktivnosti{
    flex: 3;
    background-color: #fffec7;
}
.sponzorji{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d6d6d6;
}
.sponzorji h2{
    padding: 10px;
    color: red;
}
.sponzorji a img{
    padding: 50px;
}
/*prilagajanje telefoonom*/
@media (max-width: 768px) {
    header {
        flex-direction: column !important;
        height: auto !important;
        padding: 20px 10px;
    }
    .head-l {
        justify-content: center;
        margin-bottom: 20px;
    }
    .meni {
        flex-direction: column !important;
        gap: 0;
        width: 100%;
        align-items: center;
    }
    header ul li {
        width: 100%;
        text-align: center;
    }
    header ul li a {
        display: block;
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .dropdown_meni {
        position: static;
        width: 100%;
        background-color: rgb(130, 125, 125);
        display: none;
    }
    .dropdown:hover .dropdown_meni {
        display: block;
    }
    .slika {
        padding: 40px 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .slika .debelo {
        font-size: 35px;
        display: block;
        width: 100%;
    }
    .slika .velike_crke span {
        font-size: 20px;
        display: block;
        width: 100%;
    }
    .gumbi {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .gumbi button {
        margin: 20px 0 0 0;
    }
    .vsebina {
        flex-direction: column !important;
    }
    .aktivnosti, .sponzorji {
        width: 100% !important;
        flex: none !important;
    }
    .sekcija {
        flex-direction: column !important;
        padding: 40px 20px !important;
        gap: 20px !important;
    }
    .slika2, .text {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
    .slika2::after, .reverse .slika2::after {
        display: none !important;
    }
    .sponzorji {
        padding: 40px 20px !important;
    }
    .sponzorji img, .sponzorji a img {
        width: 80% !important;
        height: auto !important;
        padding: 20px 0 !important;
        margin: 0 auto !important;
    }
    footer {
        flex-direction: column !important;
        text-align: center;
        padding: 40px 20px;
        gap: 40px;
    }
    footer div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer div br {
        display: inline;
    }
    .socialna_omrezja {
        border-top: 1px solid #555;
        padding-top: 30px;
    }
}