.pkp_structure_head {
    background-color: #d0225e;
}

.pkp_site_name .is_img img {
    border-radius: 1rem;
    max-height: fit-content;
}

@media (max-width : 562px) {
    .pkp_site_name .is_img img {
        max-height: unset;
    }
}
.pkp_site_nav_menu--isOpen {
    display: block;
    transition: auto;
    /* box-shadow: -5px -12px 17px 3px #f80a1b; */
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    backdrop-filter: blur(10px);
    background: #000000bf;
}

.pkp_navigation_primary_wrapper {
    padding : 10px;
}

a {
    color: #980033;
}

.pkp_structure_footer_wrapper {
    background: #ffbfdc;
}