:root
{
    --font-1: "Poppins";
    --medova: #f0b41c;
    --cerna: #323232;
}
body 
{
    margin: 0;
    background-color: var(--cerna);
    color: black;
    font-family: var(--font-1);
}
body *
{
    box-sizing: border-box;
}
div
{
    margin-bottom: 3rem;
}
h1
{
    margin-left: 10px;
    text-align: center;
}
ul
{
    list-style: none;
    
}

.custom-alert 
{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--cerna);
}
.alert-content 
{
    display: flex;
    flex-direction: column;
    width: 60%;
    height: auto;
    background: var(--cerna);
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 1.3rem;
    align-items: center;
    align-content: center;
    justify-content: center;   
}
.pozadipromptu
{
    width: 30%;
    border-radius: 10px;
    background-color: var(--medova);
}
.age-input 
{
    width: 20%;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    background-color: var(--cerna);
    color: var(--medova);
}
.alert-button 
{
    padding: 5px 15px;
    border: none;
    background-color: var(--medova);
    color: var(--medova);
    border-radius: 5px;
    cursor: pointer;
    border-color: var(--cerna);
    background-color: var(--cerna);
}

.alert-button:hover 
{
    background-color: #9b7411;
}

.odkazyvmenu li a
{
    text-decoration: none;
    color: black;
    text-align: left;
}
.odkazyvmenu
{
    padding: 0;
    font-size: 20px;
}

.info
{
    font-size: .8rem;
    color: white;

}
.divujicicarky1
{
    display: flex;
    width: 60%;
    justify-content:left;
    justify-self:center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.divujicicarky2
{
    display: flex;
    width: 60%;
    justify-content:right;
    justify-self:center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.roh
{
    margin-left: 50px;
}
.roh2
{
    display: flex;
    justify-content: right;
    margin-right: 50px;
}
.carky
{
    width: 2.5px;
    height: 125px;
    background-color: #f0b41c;
    margin-left: 5px;
    margin-right: 2px;
    display: inline-block;
}

.disabled
{
    display: none !important;
}

.menu
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 3vw;
    background-color: rgba(240, 180, 28, 0.5);
    transition: top 0.3s ease;
    height: 6rem;
    z-index: 100;
}
.menu img
{
    height: 100%;
    
}
.menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li
{
    display: inline-block;
    margin: 0 20px;
}
.menu a 
{
    color: black;
    text-decoration: none;
    font-size: 16px;
}
.menu-pop
{
    z-index: 110;
    background-color: rgba(240, 180, 28,.5);
    position: relative;
}
.menu-popup
{
    width: 15rem;
    background-color: rgba(240, 180, 28, .75);
    position: fixed;
    top: 4rem;
    right: -15rem;
    padding: 1rem 3vw;
    transition: 0.12s;
    z-index: 105;
}
.menuhide
{
    top: -100px;
}
button
{
    border: none;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 16px;
}

.menu-popup-open
{
    right: 0;
}

.banner
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.banner img 
{
    width: 100%;
}

.mainlahvac
{
    display: flex;
    justify-content: center;
    background-color:  var(--cerna);
    padding-right: 50px;
    align-items: center;
    height: 100%;
}

.mainlahvac img
{
    justify-content: center;
}

.lahvactxt
{
    width: 500px;
    font-size: 20px;
    background-color: var(--medova);
    justify-content:center;
    padding: 10px;
    word-spacing: 1px;
}
.lahvactxt a
{
    border-radius: 2px;
    border-style: solid;
    border-color: var(--medova);
    background-color: white;
    color: rgb(240,180,28);

}

.pozadi
{
    display: flex;
    justify-content: center;
    background-color: var(--medova);
    width: 80%;
    height: 100%;
    border-radius: 50px;
    align-items: center;
}

.imgdrink
{
    margin: 3rem;
    width: 350px;
    height: 350px;
}
.footer
{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: var(--medova);
    color: white;
    width: 100%;
    height: 30rem;
    text-align: center;
    text-decoration: none;
}
.footer h3
{
    border-bottom: black solid;
}
.footerpod
{
    margin-left: 15px;
    color: white;
}