@charset "UTF-8";

/* Fix sticky out menu */
.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
}

/* Fix sticky out logged in box */
.pkp_navigation_user.pkp_navigation_user {
    left: -10px;
}

/* Header Image Size */
.pkp_site_name .is_img img {
    max-height: 200px;
}

/* Header Image Size, Mobile Devices and Small Screens */
@media only screen and (max-width: 768px) {

    /* Adjusts for screens smaller than 768px, typical mobile breakpoint */
    .pkp_site_name .is_img img {
        max-height: 25px;
        /* Smaller height for mobile devices */
    }
}



/* Header Banner Colour */
.pkp_site_name {
    background: #06495a;
}

/* Wider Banner Colour */
.pkp_structure_head {
    background-color: #06495a;
}

/* Primary Navigation Menu Bar Colour */
.pkp_navigation_primary_wrapper {
    background: #06495a;
}

/* Primary Navigation Menu Bar Text And Background Colour */
.pkp_nav_list a {
    background-color: #06495a !important;
    color: #ffffff !important;

}

/* Search Button Text and Background Colour */
.pkp_navigation_search_wrapper a {
    background-color: #a70938 !important;
    color: #ffffff !important;

}

/* Make A Submission Sidebar Block Button Text and Background Colour */
.block_make_submission_link {
    background-color: #a70938 !important;
    color: #ffffff !important;

}

/* Galley Button Text and Background Colour */
.obj_galley_link {
    border: #a70938;
    background: #a70938;
    color: #ffffff !important;
}

/* Galley Button Hover Text and Background Colour */
.obj_galley_link:hover, .obj_galley_link:focus {
    color: #ffffff !important;
    background: #06495a !important;
}

/* Footer Background and Text Colour */
.pkp_footer_content {
    background: #06495a;
    color: #ffffff;
}

/* Wider Footer Background Colour */
.pkp_structure_footer_wrapper {
    background: #06495a;
}

/* Hyperlink Text Colour */
a {
    color: #a70938;
}

.pkp_site_name .is_img {
    display: flex;
    justify-content: flex-end;
}

.pkp_navigation_primary_row {
    background: #06495a;
}

.pkp_structure_main .page h1 {
    margin-top: 20px;
}
