@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Dawning+of+a+New+Day&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
body {
    margin: 0px;
    font-family: "Lora", serif;
}
header h1 {
    font-family: "Dawning of a New Day", cursive;
    font-weight: 400;
}
header h2 {
    font-family: "Alegreya Sans", sans-serif;
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 5%;
}

h2 {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

header {
    background-color: #cdddda;
    background-image: url(spa.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
}

.header_img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: black;
    padding: 20px 5%;
    align-items: center;
    background-color: rgba(232, 246, 246, 0.5);
}

.header_img h2 {
    font-family: "Dawning of a New Day", cursive;
    font-size: 40px;
    font-weight: 400;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}

img {
    width: 100%;
    max-width: max-content;
}

section {
    padding: 0px 5%;
}

article{
    flex: 1;
    padding: 20px
}

.cenik {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: last baseline;
}

.img_article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(226, 226, 155, 0.885);
}

.right_bottom {
    border-bottom: 1px solid rgba(213, 197, 197, 0.496);
    border-right: 1px solid rgba(213, 197, 197, 0.496);
    margin-right: 20px;
}

.top_bottom {
    border-top: 1px solid rgba(213, 197, 197, 0.496);
    border-bottom: 1px solid rgba(213, 197, 197, 0.496);
    margin-right: 20px;
}

.left_bottom {
    border-bottom: 1px solid rgba(213, 197, 197, 0.496);
    border-left: 1px solid rgba(213, 197, 197, 0.496);
}

.cenik_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cenik_section h2 {
    font-family: "Dawning of a New Day", cursive;
    font-size: 40px;
    font-weight: 400;
}

.flex article {
    flex-direction: column;
}
#temna {
    padding: 20px 5% 0px 5%;
    background-color: #cdddda;
    color: black;
}

.spis {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 5%;
}

.text {
    text-align: center;
}

.flex {
    padding: 2px 5%;
    align-items: flex-end;
    display: flex;
}

.popis p{
    text-align: center;
    text-indent: 5px;
}

.popis{
    display: flex;
    position: relative;
    left: 70px;
    z-index: 2;
    background-color: rgb(225, 225, 225, 0.4);
    margin-bottom: 50px;
}

.popis_img {
    position: relative;
    left: -50px;
}

footer p {
    display: flex;
    align-items: center;
}

footer i {
    margin-right: 7px;
}

footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
html{
scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .top h1 {
        text-align: center;
    }

    .top {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .spis {
        flex-direction: column;
        justify-content: left;
    }
    nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }

    .flex {
        background-color: #cdddda;
        flex-direction: column;
        align-items: center;
    }

    .popis {
        position: relative;
        left: 0px;
        z-index: 2;
        margin: 50px 0px;
        background-color: #cdddda;
    }

    .popis_img {
        position: relative;
        left: 0px;
    }

    footer {
        flex-direction: column;
        padding: 10px 5%;
    }

    .right_bottom {
        border-top: 1px solid #cdddda6d;
        border-bottom: none;
        border-right: none;
        margin-right: 20px;
    }
    
    .top_bottom {
        border-top: 1px solid #cdddda6d;
        border-left: none;
        margin-right: 20px;
    }
    
    .left_bottom {
        border-top: 1px solid #cdddda6d;
        border-bottom: none;
        border-left: none;
    }
}