
.navbar-nav .nav-link {
    color: whitesmoke;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    color: mediumseagreen;
    background-color: whitesmoke;
}


body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

nav {
    background-color: mediumseagreen;
    padding: 20px;
    margin: 0;
    max-width: 100%;
}

nav ul {
    display: flex; 
    justify-content: center; 
    align-items: center;
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

nav li {
    margin: 0 10px; 
}

nav li a {
    color: white;
    background-color: darkgreen;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
}

nav li a:hover {
    background-color: white;
    color: darkgreen;
}

footer{
    text-align: center;
    bottom: 0;
    width: 100%;
    position: fixed;
    padding: 5px;
    background-color: mediumseagreen;
    color: white;

}

.container {
    background-color: whitesmoke;
    width: 75%;
    margin-left: 12.5%;
    padding-top: 10px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 100px;
    display: inline-block;
}

.footer-link {
    color: white;
    text-decoration: none;
}

.container h2{
    margin:15px;
    text-align: left;
    margin-bottom: 2px;
    font-size: 25px;

}

.container h3{
    margin: 15px;
    text-align: left;
    margin-bottom: 2px;

}

.container p{
    margin: 15px;
    text-align: left;
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;

}

hr {
    display: block;
    margin-top: 20px;
    color: rgb(3, 3, 3);
    border-style: groove;

}

article {
    display: flex;             
    flex-wrap: wrap;          
    justify-content: center;  
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 20px;           
}

article img {
    max-width: 100%;
    height: 400;
}

.hry_con {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: whitesmoke;
    width: 80%;
    margin-left: 12.5%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 70px;
    overflow: auto;
}

.col_con{
    display: flex;
    flex-direction: column;
}

.col_con h2{
    margin:15px;
    text-align: left;
    margin-bottom: 2px;
    font-size: 25px;

}

.col_con p{
    margin:15px;
    text-align: left;
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;

}

.hry_con img {
    margin: 2px;
    max-width: 50%;
}

.ytb {
    display: flex;
    margin-left: 2px;
    justify-content: right;
}

.hudba_con {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: whitesmoke;
    width: 75%;
    margin-left: 12.5%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 70px;
    overflow: auto;
}


.hudba_con h2 {
    margin:15px;
    text-align: left;
    margin-bottom: 2px;
    font-size: 25px;
}

.hudba-text-obrazek_con {
    display: flex;
    align-items: center;
}

.hudba-text-obrazek_con img {
    margin-right: 15px;
    margin-left: 20px;
    max-width: 300px;
    height: auto;
    border-radius: 20%;
}

.hudba-text-obrazek_con p {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
}

.loga {
    text-align: center;
    margin-top: 5px;
}

.loga img {
    padding: 20px;
    border-radius: 40%;
}

.loga a {
    color: whitesmoke;
}

.loga a:hover img {
    opacity: 0.7;
}

table {
    width: 80%; 
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}

th, td {
    border-color: #0b00005c;
}

td:hover {background-color: rgba(74, 227, 63, 0.35);}

tr:first-child {
    background-color:rgba(2, 129, 21, 0.362);
}

.Mapa {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.Odkaz {
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin: 15px;
    justify-content: center;
}
.komponenty ul{
    list-style-type: none;
    max-width: 500px;
}

.komponenty li{
    margin-top: 10px;
    padding: 5px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.komponenty a {
    color: mediumseagreen;
    text-decoration: none;
    font-weight: bold;
}

.komponenty a:hover {
    color: red;
}

