html,
body {
    min-height: 100%;
}

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

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

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

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper li.profile {
        color: #ffffff !important;
    }
}

.pkp_site_name {
    text-align: center !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_site_name a.is_text,
.pkp_site_name a.is_text:visited,
.pkp_site_name a.is_text:hover,
.pkp_site_name a.is_text:focus,
.pkp_site_name a.is_text:active {
    text-decoration: none !important;
}

.pkp_site_nav_menu {
    background: #403e3b;
}

.pkp_structure_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important;
    background-image: url("https://msp.org/msp_org/static/img/paper-bg-dark.jpg");
    background-position: top center;
    background-repeat: repeat;
}

.pkp_structure_content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    background: transparent;
    padding-top: 0; 
}

.pkp_structure_main {
    flex: 1 0 auto;
    background-color: #ffffff !important;
}

@media (min-width: 992px) {
    html body .pkp_structure_main:first-child:last-child {
        margin-top: 0 !important;
	padding: 2.143rem 2.143rem 2.143rem 2.143rem;
    }
}
/*
.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 {
    flex-shrink: 0;
    background: rgb(253,237,203);
    border-top: 0.5rem solid #403e3b !important;
}

h3 {
	color: #403e3b;
}

.pkp_brand_footer {
    display: none !important;
}

.pkp_footer_content .footer_header h4 {
    font-family: "Cinzel", "Trajan Pro", "Trajan", serif !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    font-size: clamp(1.25rem, 2.5vw, 2rem) !important;
    line-height: 1.1;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: left;
    margin: 0 0 1rem 0;
}

.pkp_footer_content .footer_columns {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 2rem;
    align-items: start;
}

.pkp_footer_content .footer_column {
    text-align: left;
}

.pkp_footer_content {
    display: block;
}

.pkp_footer_content .footer_logo {
    text-align: right;
}

.pkp_footer_content .footer_logo a {
    display: block;
}

.pkp_footer_content .footer_logo img {
    max-width: 12rem;
    height: auto;
    display: inline-block;
}

.pkp_footer_content .footer_publisher_name {
    margin: 0.75rem 0 0 0;
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #000000;
}
