
body
{
    background-image: url('images/Molnar_sunjata_No160.jpg');
    background-size: cover;
    font-family: sans-serif;
}

body a
{
    text-decoration: none;
    color: black;
    font-style: italic;
}

body a:hover
{
    color: rgb(108, 102, 0);
}

body h3
{
    color: rgb(172, 106, 0);
}

body table
{
    margin-left: 110px; 
    margin-top: 60px; 
    margin-right: 20px;
}







/* Basic styles for the button container */
.button-container {
    display: inline-flex;
    justify-content: center;
    background-color: rgba(194, 194, 9, 0.2);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
   /*max-width: fit-content;*/ 
}


.button-centerer {
    display: flex; /* Use flexbox to center the contents of the button-container*/
    justify-content: center; /* Center the button container horizontally */
    width: 100%; /* Full width to allow centering */
}



button
{
    border-radius: 5px;
    font-size: 16px;
    padding: 5px ;
    margin: 0 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}


a.button
{
 
    background-color: rgba(227, 226, 216, 0.7);
    color: rgb(71, 71, 71);
    font-size: 16px;
    margin: 0 2px;
    padding: 5px ;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 2px solid black;
    border-left-color: rgb(90, 90, 90);
    border-top-color: rgb(90, 90, 90);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for 3D effect */
    font-family: sans-serif;
    font-style: normal;

}



a.button:hover
{
    color: rgb(87, 69, 46);
    background-color: rgba(227, 188, 89, 0.367);

}

a.button:active
{
    border: 2px solid black;
    border-right-color: rgb(90, 90, 90);
    border-bottom-color: rgb(90, 90, 90);
}

/* Dropdown container styles */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Styles for the button that triggers the dropdown */
.dropbtn {
    background-color: rgba(227, 226, 216, 0.7);
    color: rgb(71, 71, 71);
    padding: 0px, 0px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 2px;
    height: 32px;
    transition: background-color 0.3s;
}

/* Change button color on hover */
.dropbtn:hover {
    background-color: rgba(194, 194, 9, 0.2);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    color: rgb(87, 69, 46);
    background-color: rgba(227, 188, 89, 0.367);
    display: none;
    position: absolute;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;

}

/* Dropdown links styles */
.dropdown-content a {
    color: rgb(87, 69, 46);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: sans-serif;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-style: normal;


}

/* Change background color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgba(227, 226, 216, 0.7);
    color: rgb(71, 71, 71);

}

/* Show the dropdown menu when hovering over the dropdown container */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: rgb(87, 69, 46);
    background-color: rgba(227, 188, 89, 0.367);
}
















a.lang-button-active 
{
    margin: 0 2px;
    border-radius: 5px;
    border: 2px solid black;
    border-right-color: rgb(90, 90, 90);
    border-bottom-color: rgb(90, 90, 90);
    max-height: 29px;

}


a.lang-button-inactive 
{
    margin: 0 2px;
    border-radius: 5px;
    border: 2px solid black;
    border-left-color: rgb(90, 90, 90);
    border-top-color: rgb(90, 90, 90);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for 3D effect */
    max-height: 29px;

}

.flag
{
    width: 30px; height: 29px;border-radius: 3px;
}