#uvodni {
    background-image: url(../../images/temata/uvodni3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) #uvodni main {
    min-height: 350px;
}

@media (max-width: 1024px) #uvodni main {
    min-height: 400px;
}

#uvodni main {
    min-height: 605px;
}

@media (max-width: 767px) #uvodni main {
    max-width: 767px;
}

@media (max-width: 1024px) #uvodni main {
    max-width: 1024px;
}

.elementor-background-overlay {
    /* background-color: #000000;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */

    /* opacity: 0.7;
    background: rgba(255, 255, 255, 1.0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(1, 12, 36, 1.0));
 */

}

.elementor-background-overlay {
    opacity: 0.8;
    background: rgba(255, 255, 255, 1.0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(201, 212, 236, 1.0));
}

.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

header {
    z-index: 99;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

img.card-img-top {
    height: 100px;
    width: fit-content;
    align-self: center;
}

.navbar {
    background-color: var(--main-color-trans-dark2);
    transition: background-color 0.5s ease-in-out;
}


.navbar a.nav-link:hover {
    background-color: #856915a1;  
}

/* Změna barvy tlačítka při aktivním stavu (při prohlížení dané sekce) */
.navbar a.nav-link.active {
    color: var(--bs-emphasis-color);
    background-color: var(--main-color-light);
}

 .navbar a {
    color: white;
}

.nav-link{
    padding: 5px;
}

section{
    padding: 3rem;
}
