body {
    font-family: 'Bahianita', sans-serif;
    letter-spacing: 0.01em;
}

table {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border-spacing: 0; /* Zabezpečí, že tabuľka nebude mať žiadne medzery */
}

a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover {
    color: #B73045;
}

#menu {
    font-size: 40px;
    padding: 15px;
    text-align: center;
    border: 5px solid;
    margin-left: 5%;
    margin-right: 5%;
}

#podmenu {
    font-size: 35px;
    padding: 17px;
}
spun {color: #B73045}

span.nobr {
    white-space: nowrap;
}

.nadpis {
    color: white;
    font-size: 40px;
    padding: 17px;
    min-width: 380 px;
    max-width: 420px;
    background-color: black;
    text-align: center;
} 

.text {
    font-size: 40px;
    max-width: 90%;
}

.centered-text {
    text-align: center;
}

#fixedImage {
    position: fixed;
    bottom: 1px;
    right: 1px;
    width: 270px;
    height: auto;
    max-width: 20%;
    z-index: 1000; /* Ensure it's above other content */
}

@media (max-width: 768px) {
    #fixedImage {
        display: none; /* Hide on smaller screens */
    }
}

/* štýly pre tlačítka pre zmenu jazyka */
.language-switcher {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Bahianita', sans-serif; 
}

.language-switcher button {
    font-family: 'Bahianita', sans-serif; /* Font pre tlačítka */
    font-size: 38px; 
    background: none;
    border: none;
    cursor: pointer;
    padding: 3px 3px;
    margin-left: 4px;
    transition: color 0.3s; 
}

.language-switcher button:hover {
    color: #B73045; /* Farba textu pri hoveri */
}

.language-switcher button:focus {
    outline: none;
}
