html, body{ width:100%; height:100%; margin:0; padding:0; scroll-behavior: smooth;}
body *{ margin:0; padding:0; box-sizing:border-box;  }
a{ text-decoration:none;}
ol, ul{ list-style-type:none;}
body {
    background:rgb(252, 234, 205);
}
#menu-start{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#header a img{
    width: auto;
    height: 14vh;
    position: absolute;
    left: 7vw;
}
#header {
    position: absolute;
    color:rgb(133, 39, 42);
    padding-top:3vw;
    padding-bottom:3vw;
    opacity: 0.9;
    text-align:left;
    white-space: nowrap;
    width: 100%;
}
#header h1{
    font-family: 'Charm', cursive;
    font-size: 12vh;
    margin-left:24vw;
}
#header a span{
    position: absolute;
    right:4em;
    top:8vw;
    color:rgb(133, 39, 42);
    font-size: 1em;
}

.show-all{
    display: flex;
    padding-top: 18vh;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: inset 0px 0px 30px 5px rgba(129, 68, 32, 0.623),inset 0px 0px 30px 5px rgba(129, 68, 32, 0.623);
    }
.show-all > div {
    width: 15%;
    height: auto;
    margin:4vw 0.5vw 2vw;
    text-align: center;
    box-shadow:0 0 20px rgb(185, 155, 141);
    transition: box-shadow 0.3s ease-in-out;
    border-radius:3%;
    font-family: 'Livvic', sans-serif;
    color:rgb(88, 52, 40);
}
.show-all > div:hover {
    box-shadow: 0 0 7px #635a5a;
}
.show-all img{
    width: 200px;
    height: 200px;
    margin: 20px 10px 10px;
    border-radius: 3%;
}
.show-all a{
    color:rgb(184, 45, 45);
}
.show-all a:hover{
    font-weight: bold;
}
.show-all button{
    color:rgb(112, 91, 91);
    border: none;
    background-color:white;
    margin-left:15vw;
}
.show-all button:hover{
    color:rgb(63, 52, 52);
    font-size:16px;
    font-weight: bold;
}
.title{
    font-size: 1.4rem;
}
.food{
    margin-top: 10px;
    padding: 5px;
    font-size: 0.9rem;
}
#opis{
    width: 100%;
    box-shadow: none;
    text-align: left;
}
#opis p{
    font-size: 1.1em;
    line-height:1.6em ;
    padding: 0 15em 0.7em;
}
#opis h2, #opis h3{
    font-family: 'Charm', cursive;
    padding:1em 5em ;
    text-align: center;
}
#opis h2{
    font-size: 2.5em;
}
#opis h3{
    font-size: 1.7em;
}
#opis span{
    font-weight: bold;
}
#opis ul{
    list-style-type: disc;
    padding-bottom: 1.5em;
    font-size: 1.1em;
    line-height:1.5em ;
    text-align: center;
    list-style-position:inside;
}
#opis span.italic{
    font-style: italic;
    font-weight: normal;
}
#opis p.ital-bold{
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding-top:0.7em ;
}

.up-arrow {
    margin:0 auto;
    font-size: 2vw;
    width: 100%;
    height: 2em;
    margin-bottom: 15vh;
}
.up-arrow a{
    color:rgb(88, 52, 40);
}
.footer{
    position: fixed;
    bottom: 2em;
    width: 100%
}
.copyright{
    position: fixed;
    height:2em;
    bottom: 0;
}

/* screen sizes 1660px and down */
@media(max-width: 1660px){
    .up-arrow {
        font-size: 3vw;
    }
}

/* screen sizes 1400px and down */
@media(max-width: 1400px){
    .show-all > div {
        width: 242px;
    }
    .food{
        margin-top: 8px;
    }
    #opis p{
        padding: 0 5em 0.7em;
    }
    #opis h2, #opis h3{
        padding:1em 1.5em ;
    }
}

/* screen sizes 600px and down */
@media(max-width: 600px){
    .show-all{
        padding-top: 16vw;
    }
    .footer, .copyright{
        position: static;
    }
    .up-arrow{
        margin-bottom:10px;
    }
    #opis h2{
        font-size: 2em;
    }
}

/* screen sizes 400px and down */
@media(max-width: 400px){
    .up-arrow{
        font-size: 5vw;
    }
    #opis h2{
        font-size: 1.7em;
    }
    #opis h3{
        font-size: 1.5em;
    }
}

@media (max-aspect-ratio: 8/5) {
    #header a span{
        font-size: 0.55em;
        top:8vw;
    }
    #header h1{ 
        font-size:8vw;
    }
    #opis p{
        padding: 0 5em 0.7em;
    }
}

@media (max-aspect-ratio: 1/1) {
    #header h1{
        font-size:8vw;
    }
    .logo-image img{
        width: auto;
        height: 10vw;
    }
    #header a img{
        width: auto;
        height: 10vw;
    }
    #header a span{
        font-size: 0.6em;
        top:14vw;
    }
    #opis p{
        padding: 0 3em 0.7em;
    }

}