html body .pkp_head_wrapper {
    background-color: rgb(253,237,203) !important;
}

.pkp_navigation_primary_row {
    background-color: #403e3b !important;
}

.pkp_navigation_user_wrapper a {
    color: #000000 !important;
}

.pkp_site_name .is_text {
    font-family: "Cinzel", "Trajan Pro", "Trajan", serif;
    text-transform: uppercase;
    color: #403e3b !important;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.82;
    letter-spacing: 0.05em;
    font-weight: 400;
}

/*
.pkp_structure_head {
    background-image: url("https://journals.msp.org/public/journals/1/homepageImage_en.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
*/

.pkp_structure_footer_wrapper {
    background: rgb(253,237,203);
}

h3 {
	color: #403e3b;
}

.pkp_footer_content h4 {
    font-family: "Cinzel", "Trajan Pro", "Trajan", serif;
    text-transform: uppercase;
    color: #000000;
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.1;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.pkp_brand_footer {
    display: none !important;
}

.pkp_footer_content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 2rem;
    align-items: start;
}
