
.hornimenucontejner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;;
    margin: 0px;
    padding: 0px;

}





.hornimenu {
    list-style-type: none;
    color: white;
    cursor: pointer;
    border-right: white 1px solid;
    width: 20%;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.hornimenu:last-child {
    border-right: 0px;
}

#body-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-height: auto;
}

body {
    display: flex;
    flex-direction: column;
    background-color: white;;
    margin: 0px;
    font-style: url(Agbalumo/Agbalumo-Regular.ttf);
    font-size: 1em;
    min-height: 100vh;
    height: 100vh;
}

html{
    min-height: 100%;
}


#menu {
    display: inline;
    position: relative;

}

.menu-title {
    display: inline;
    cursor: pointer;

}

.menu-items {
    display: none;
    margin: 0px;
    cursor: pointer;
    position: fixed;
    margin-top: 10px;
    /* padding-left: 10px; */
    padding-right: 10px;
}


.menu-items p {
    background-color: rgb(39, 37, 37);
    margin: 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
}

#login {
    border: solid 1px black;
    background-color: rgb(84, 36, 36);
    border-radius: 30px;
    padding-left: 6px;
    padding-right: 6px;
    color: white;
    cursor: pointer;
    position: absolute;
    width: 10%;
    height: 6%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 10px;
    margin-top: 50px;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    font-size: 1.5vw;
}


#aktualniSlovoEN {
    text-align: center;
}





.nadpisContejner {
    display: flex;
    flex-direction: column;
    font-size: 0.5em;
    justify-content: center;
    align-items: center;
    /* padding: 2px 5px 2px 5px; */
    background-color: #f0f0f0;
    width: 53%;
    flex-grow: 4;
    /* margin-left: 5px; */
    /* margin-top: 10px; */
    border: 0px black solid;
    box-shadow: 2px 3px grey;
    border-radius: 10px;
}








.scoreContejner {
    display: grid;
    flex-direction: row;
    grid-template-columns: auto auto;
    border-radius: 10px;
    width: 47%;
    /* height: 37vh; */
    /* margin-top: 10px; */
    border-radius: 5px;
    column-gap: 3px;
    row-gap: 3px;
    margin-left: 10px;
}

.grid-item{
    box-shadow: 2px 3px grey;
}


.scoreText {
    font-size: 0.5em;
}




.jazykyContejner {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    width: 100%;
}





.slovaContejner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* margin-top: 10px; */
    width: 53%;
    /* margin-left: 5px; */
}


.slovoText {
    /* height: 20vh; */
    width: 100%;
    flex-grow: 1;
    font-size: 1em;
    border: 0px solid black;
    background-color: #f0f0f0;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 0px;
    box-shadow: 2px 3px grey;
}

.slovoText-right {
    width: 60%;
    display: flex;
    border: 0px solid black;
    background-color: #f0f0f0;
    ;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    box-shadow: 2px 3px grey;

}








.tlacitkaContejner {
    display: flex;
    margin-top: 50px;
    cursor: pointer;
    margin-top: 20px;
}

.tlacitkaContejner div {
    margin-left: 30px;
    margin-right: 30px;
}

#napovedaText {
    border: 0px solid black;
    padding: 10px 27px 10px 27px;
    background-color: #f0f0f0;
    box-shadow: 2px 3px grey;
}

#button-donate {
    display: flex;
    box-shadow: 2px 3px grey;
    background-color: #f0f0f0;
    text-align:center;
    padding: auto;
}

#button-donate input {
    display: block;
    margin: auto;
    margin-left: 8px;
    margin-right: 8px;
}

.info-section,
.vocabulary-section {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    align-items: stretch;
    margin-top: 10px;
}


.grid-item {
    display: flex;
    align-items: center;
    border: 0px black solid;
    background-color: #f0f0f0;
    ;
    justify-content: center;
    border-radius: 5px;

}


.slovaContejner-right {
    display: flex;
    flex-direction: row;
    width: 47%;
    align-items: stretch;
    justify-content: center;
    /* margin-top: 10px; */
    margin-left: 10px;
}


#aktualniSlovoCZ {
    margin-bottom: 15px;
}


#img-en-flag {
    width: 10px;
    height: 10vh;
}

#predchoziSlovoEN {
    margin-left: 4px;
}


.grid-item {
    font-size: 1em;
}


.horni-menu-odkaz a {
    text-decoration: none;
    color: white;
}

#home-body {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;

}


#home-image {
    float: right;
    margin-top: 10px;
}



footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
}




#body {
    background-color: #f0f0f0;
    ;
}





.slovaContejner :hover {
    background-color: #f3e3e3;
}

.slovaContejner-right :hover {
    background-color: #f3e3e3;
}


.nadpisContejner :hover {
    background-color: #f3e3e3;
}


.info-section :hover {
    background-color: #f3e3e3;
}

#piggybank{
    width: 20%;
    border: 1px black solid;
    border-radius: 50%;
    box-shadow: 2px;
}

#donatebuttoncontejner{
    display: flex;
    flex-direction: row;
    align-content: flex-start; 
    width: auto;
}

