body {
    background-color: #C5A18D;
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Verdana, Arial, sans-serif;
}

.genblock {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    margin-bottom: 4rem;
}

.gallery {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 4rem;
    padding: 1rem;
}


.genblock-header {
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
    background-color: #C5A18D;
    color: #fff;
    padding: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 1rem;
}

.genblock-content {
    padding: 2rem 4rem 4rem 4rem;
    font-size: 18px;
}

b, strong {
    font-weight: 500;
}

.logo {
    padding-top: 1rem;
    padding-left: 1rem;
}

.hamburger {
    padding-top: 1rem;
}

.hamburger img {
    padding-right: 10px;
}

.menu {
    padding-top: 2rem;
    display: flex;
    width: 100%;
    /* justify-content: space-between;     */
}

.menu-item {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.menu-item a {
    text-decoration: none;
    color: #fff;
}

.sidenav {
    /* background: radial-gradient(83.26% 82.29% at 25.1% -3.31%, rgba(67, 62, 153, 0.78) 0%, rgba(67, 62, 153, 0) 100%); */
    background-color: #C5A18D;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 1px solid #fff;
}

.sidenav a {
    display: block;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding: 16px 10px;
    text-decoration: none;
    font-size: 20px;
}

.sidenav-close {
    text-align: right;
    font-size: 36px !important;
}

.footer {
    font-size: 0.8rem;
    padding-bottom: 10px;
}

.footer a {
    color: #000;
}

/* Swiper */
.swiper-wrapper {
    text-align: center;
}

.swiper-button-prev {
    color: #C5A18D !important;
}

.swiper-button-next {
    color: #C5A18D !important;
}

.swiper-pagination-bullet-active {
    background-color: #C5A18D !important;
}

/* Mobile devices */

@media screen and (max-width: 720px) {
    .genblock-header {
        font-size: 24px;
    }

    .genblock-content {
        padding: 1rem 2rem 2rem 2rem;
        font-size: 16px;
    }

    .genblock {
        margin-bottom: 2rem;
    }

    .gallery {
        margin-bottom: 2rem;
    }
}
