#navbar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background: transparent !important;
}

#navbar-overlay .nav-link {
	color: #fff !important;
}

#navbar-overlay .nav-link:hover {
	color: #e1e1e1 !important;
}

.navbar-toggler{
    border: 0px;
	border-radius:0px;
}

#langflag{
	height:25px;
}

#logo{
	height:90px;
}

.slider {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.slider-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider-png {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%; 
    height: auto;
    pointer-events: none;
}

.contact-section {
    height: 100vh; 
    background: #3d3d3c; 
}

.contact-mail {
    font-size: 42px; 
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;  
}

.contact-mail a {
    font-size: 42px;  
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;  
	text-decoration:none;
}

#light_bg{
	background:#3d3c3c;
	color:#fff;
	padding-top:100px;
	padding-bottom:120px;
	text-align: justify;
}

#dark_bg{
	background:#0b0c11;
	color:#fff;
	padding-top:100px;
	padding-bottom:120px;
	text-align: justify;
}

#slight_bg{
	background:#e9e8e7;
	color:#5d574e;
	padding-top:100px;
	padding-bottom:120px;
	text-align: justify;
}

.credits {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #666;
	padding-bottom:70px;
}

.credits p {
    margin: 5px 0;  
    font-size: 14px; 
    line-height: 1.3;
}

.credits p strong {
    font-size: 17px; 
    font-weight: 500;
    color: #444;      
}

.video-wrapper {
    max-width: 960px;
    margin: 20px auto;
}

.video-player {
    width: 100%;
    display: block;
    border-radius: 4px;
    background: #000;
}

.news-card {
    cursor: pointer;
    transition: 0.2s;
}

.news-card:hover {
    transform: scale(1.02);
}

.news-card img {
    height: 220px;
    object-fit: cover;
}

.festivals-section {
    background: #f9f9f9;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
}

.festival-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.festival-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

.festival-logo {
    max-width: 225px;
    max-height: 225px;
    min-height: 213px;
    object-fit: contain;
    margin-bottom: 12px;
}

.festival-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    min-height: 40px;
	margin-top:5px;
}

.festival-country {
    font-size: 14px;
    color: #777;
    margin: 0;
}


footer {
	background: #3d3d3c;
	color: #fff;
	padding: 15px 0;
}

footer a {
	color: #fff;
	margin-left: 10px;
	font-size: 20px;
}

@media (max-width:992px){
	.navbar-nav{
		text-align:center;
	}
	
	#menu{
		background:#3d3d3c;
	}
}

@media (max-width: 768px) {
    .contact-mail {
        font-size: 30px;
    }
	
	.slider-png {
        max-width: 70%;
    }
}