@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Festive&display=swap');

body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(182, 111, 193, 0.4);
    padding: 0px 5%;
    align-items: baseline;
}

header {
    background-image: url(css/rose-3352891_1920.jpg);
    background-size: cover;
    background-position: left top;
    padding-bottom: 15%;
    display: flex;
    flex-direction: column;
    background-color: #353044;
    color: white;
}

.header-left {
    color: white;
}

header h1 {
    font-family: "Festive", cursive;
    font-size: 42px;
}

header p {
    margin: 5px 0px 15px 0px;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.header_text {
    align-items: center;
    padding: 5% 10%;
}

nav a {
    margin: 0px 10px;
    padding: 10px 15px;
    color: white;
    border-radius: 7px;
    text-decoration: none;
}

.bila {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 4%;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.none {
    list-style-type: none;
}

.cont_center {
    display: flex;
    flex-direction: column;
    padding: 0px 28%;
}

.cont_center li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.center {
    text-align: center;
}

i {
    margin: 4px;
}

iframe {
    width: 100%;
    border:none;
    height: 400px;
}

.section_blog {
    display: flex;
    flex-direction: row;
    text-align: justify;
}

.bila article {
    margin: 10px;
    text-align: center;
}

.bold {
    font-weight: bold;
    color: black;
}

.bila p {
    margin-bottom: 30px;
}

.link-eshop {
    padding: 10px 30px;
    background-color: #353044;
    color: white;
    margin: 20px 0px;
    text-decoration: none;
}

.bila_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 4%;
}

.bila_img article {
    margin: 20px;
    text-align: center;
}

.bila_img img {
    max-width: max-content;
    width: 40%;
    gap: 20px;
    margin-left: 20px;
}

.bila_blog {
    justify-content: center;
    padding: 20px 4%;
    text-align: center;
}

img {
    width: 100%;
    max-width: max-content;
}

.tmava {
    background-color: #353044;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 4%;
    text-align: justify;
}

.tmava_img {
    background-color: #353044;
    color: white;
    text-align: justify;
    text-align: center;
    padding: 20px 0px;
}

.tmava_img img {
    flex: 1;
    max-width: 12%;
    max-height: 12%;
    border-radius: 5px;
}

.bila_blog_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 4%;
}

.bila_blog_2 article {
    margin: 20px;
}

#black {
    background-color: #353044;
}

.bila_portfolio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 4%;
    color: white;
}

.bila_portfolio article {
    margin: 20px 0px;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.bila_portfolio article:last-child {
    border-right: none;
}

.bila_portfolio img {
    max-width: max-content;
    width: 100%;
}

.tmava_text {
    display: flex;
    flex-direction: row;
    text-align: justify;
}

.tmava article {
    padding: 10px 40px;
    text-align: justify;
}

.tmava article h1 {
    text-align: center;
}

.tmava article:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.flex_1 {
    flex: 1;
    text-align: justify;
    border: none;
}

.flex_2 {
    flex: 2;
    text-align: justify;
    margin-left: 20px;
}

.flex_3 {
    flex: 3;
    text-align: justify;
}

.square {
    list-style-type: square;
}

.circle {
    list-style-type: circle;
}

.disc {
    list-style-type: disc;
}

.none {
    list-style-type: none;
}

.upper_roman {
    list-style-type: upper-roman;
}
.lower_roman {
    list-style-type: lower-roman;
}

.upper_alpha {
    list-style-type: upper-alpha;
}
.lower_alpha {
    list-style-type: lower-alpha;
}

@media (min-width: 1280px) {
    #light:hover {
        color: black;
        background-color: rgba(243, 231, 206, 0.573);
        transition: 0.4s;
    }

    #dark:hover {
        color: rgba(243, 231, 206, 0.573);
        background-color: #94839E;
        transition: 0.4s;
    }
}

@media (min-width: 760px) and (max-width: 1280px) {
    .header-container {
        flex-direction: column;
    }

    nav {
        margin-bottom: 20px;
    }

    nav a {
        background-color: white;
        color: black;
        font-weight: bold;
    }

    nav a:first-child {
        margin-left: 0px;
    }
}

@media (max-width: 759px) {
    .header-container {
        display: block;
        flex-direction: column;
    }

    nav {
        display: block;
        align-items: start;
    }

    nav a {
        background-color: #fff;
        font-weight: bold;
        color: black;
        display: block;
        margin: 10px 0px;
    }

    .header_text {
        display: none;
    }

    .bila {
        flex-direction: column;
        justify-content: center;
    }

    .tmava {
        flex-direction: column;
        justify-content: center;
    }

    .tmava article:first-child {
        border-right: 1px solid #353044;
    }

    .bila_img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 4%;
    }

    .bila_img img {
        max-width: max-content;
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .tmava_img img {
        flex: 1;
        max-width: 100%;
        border-radius: 5px;
        max-width: max-content;
    }

    .tmava_img {
        background-color: #353044;
        color: white;
        text-align: justify;
        text-align: center;
        padding: 20px 5%;
    }

    .section_blog {
        flex-direction: column;
    }

    .bila_blog_2 {
        flex-direction: column;
    }

    .bila_portfolio {
        flex-direction: column;
    }

    .bila_portfolio article {
        margin: 20px 0px;
        padding: 20px;
        border-right: none;
        text-align: center;
    }
}