@font-face {
    font-family: Jura;
    src: url(fonts/Jura.ttf);
    font-weight: bold;}


.nadpis1{
    font: 40px Jura;
    color: #410946;
    margin-top: 10px;
    margin-bottom: 10px;
}


h5.card-title{
    font: 24px Jura;
    color: #410946;
    margin-top: 10px;
    margin-bottom: 10px;
}

body>header {
    font: 14px Jura;
    margin: 0;
    border: 0;
    width: 100%;
    height: auto;
    background-color:#410946;
    box-shadow: #000000;
}
.bg-header{
    background-color:#f0dcf2;
}

.nadpis4{
    font: 18px Jura;
    color: #410946;
    margin-top: 10px;
    margin-bottom: 10px;
}   

.nadpis3{
    font: 24px Jura;
    color: #410946;
    margin-top: 10px;
    margin-bottom: 10px;
}


footer >a{
    color: #410946;

}

  
.btn.btn-my-color-outline{
    
    display: inline-flex;
    align-items: center;   
    justify-content: center; 
    background: #410946;
    border-color: antiquewhite;
    color: antiquewhite;
    width: 90%;
}

.btn.btn-my-color-outline:hover{
    background-color: antiquewhite;
    color: #410946;
    width: 90%;
}
.card-img-top{
    height: 13rem;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}
.card-img-top:hover{
    filter: brightness(70%);

}

.main-box{
    font: 15px Jura;
    margin-bottom: 10px;
    background-color: antiquewhite;
    border-radius: 0 0 5px 5px;
}

.nav-link.nav-link{  
    font: 14px Jura;
    color: #410946;
    text-decoration: none;
}
.nav-link.nav-link:active{
    color: white;
    text-decoration: underline;
}
.nav-link.nav-link:hover{
    color: #410946;
    text-decoration: underline;
    background-color: #f0dcf2;
}


.mala-ikona{
    height: 5rem;  
    width: 5rem;
    margin-right: 5px;
    border: #410946 solid 2px;
    border-radius: 10px;
}
.odkaz{
    font-weight: bold;
    font: Jura;
    color: #410946;
    text-decoration: none;
}
.aktivni-karta{
    color: #410946;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
 
}
.carousel-outer-box{
    min-height: 700px;
    background-position: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    
}

.carousel-inner-box{
    display:block;
    justify-content: center; /* Horizontální zarovnání (osa X) */
    align-content: center;
    min-height: 600px;
    font: 18px Jura;
    background-color: rgba(65, 9, 70, 0.5);
    color: antiquewhite, opacity 0.5;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    }
.carousel-napis{   
    color: antiquewhite;
}

.btn.btn-carousel-button{
    font: 18px Jura;
    color: antiquewhite;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid antiquewhite;
}

.btn.btn-carousel-button:hover {
    box-shadow: antiquewhite 0px 0px 10px;
    color: antiquewhite;
    border: 2px solid antiquewhite;
}
.btn.btn-carousel-button:focus{
    box-shadow: antiquewhite 0px 0px 10px;
    color: antiquewhite;
    border: 2px solid antiquewhite;
}

.piktogram{
    height: 4rem;
    width: 4rem;
    margin-right: 5px;
    border-radius: 1rem;  
}

.btn.btn-my-color-outline:focus{
    background: antiquewhite;
    color: #410946;
    width: 90%;
}

.btn.btn-my-color-outline:active{
    background: antiquewhite;
    color: #410946;
    width: 90%;
}




.dropdown-menu.rolovaci-menu{
    width: 90%;
    font-size: 25px;
    
    color: antiquewhite;
    background-color: antiquewhite;
}

.dropdown-item.menu-item{
    color: #410946;
    background-color: antiquewhite;
}
.dropdown-item.menu-item:hover{
    color: #410946;
    background-color: #f0dcf2;

}

.dropdown-item.menu-item:focus{
    color: antiquewhite;
    background-color: #410946;
}

nav ul{
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

nav ul li{
    
    padding: 0 25px;
    margin: 0 5px;
    font-size: 1 em;
    line-height: 4.3em;
}

nav ul a{
    font: 14px Jura;
    color: antiquewhite;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul a:hover, .aktivni a {
    border-bottom: 2px solid antiquewhite;
}

footer{
    font: 12px Jura;
    background-color: #f0dcf2;
    color: #410946;
    text-align: end;
    padding: 20px;
    margin: 0;
}




