/* JACES OJS Journal Style Sheet */

/* Header and navigation */
.pkp_structure_head {
    background-color: #1f3f63;
    border-bottom: none;
}

.pkp_site_name {
    padding-top: 22px;
    padding-bottom: 8px;
}

.pkp_site_name img {
    max-height: 75px;
    width: auto;
}

.pkp_navigation_primary_wrapper,
.pkp_navigation_primary_row {
    background-color: #1f3f63;
}

.pkp_navigation_primary > li > a,
.pkp_navigation_user > li > a {
    color: #ffffff;
    font-weight: 600;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #d7f0ff;
    border-color: #d7f0ff;
}

/* Homepage banner */
.pkp_page_index .homepage_image {
    margin-top: 0;
    margin-bottom: 25px;
}

.pkp_page_index .homepage_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Main content */
.pkp_structure_main {
    padding-top: 20px;
    padding-bottom: 40px;
}

.pkp_structure_content {
    background: #ffffff;
}

.obj_issue_toc,
.page,
.pkp_page_index .additional_content {
    line-height: 1.7;
    font-size: 15px;
}

h1, h2, h3, h4 {
    color: #111111;
    font-weight: 700;
}

/* Links */
a {
    color: #005f99;
}

a:hover,
a:focus {
    color: #003f66;
}

/* Buttons */
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button {
    background-color: #1f3f63;
    border-color: #1f3f63;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
}

.cmp_button:hover,
.cmp_form .buttons button:hover,
.page_lost_password .buttons button:hover,
.page_search .submit button:hover {
    background-color: #16304d;
    border-color: #16304d;
}

/* Submission page and forms */
.cmp_form fieldset,
.cmp_notification,
.pkp_block {
    border-radius: 6px;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background-color: #1f3f63;
    color: #ffffff;
}

.pkp_structure_footer_wrapper a {
    color: #ffffff;
}

/* Hide PKP branding if your institution permits it */
.pkp_brand_footer {
    display: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .pkp_site_name img {
        max-height: 55px;
    }

    .pkp_navigation_primary > li > a {
        font-size: 14px;
    }

    .pkp_structure_main {
        padding-left: 15px;
        padding-right: 15px;
    }
}
