@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-color: #CABDF2;
}

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

/* Primary Navigation Menu Bar Colour */
.pkp_navigation_primary_wrapper {
    background-color: #CABDF2;
}

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

}

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

}

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

}

/* Galley Button Text and Background Colour */
.obj_galley_link {
    border-colour: #3e1d92;
    background-color: #3e1d92;
    color: #CABDF2 !important;
}

/* Galley Button Hover Text and Background Colour */
.obj_galley_link:hover, .obj_galley_link:focus {
    background-color: #CABDF2 !important;
    color: #3e1d92 !important;
}

/* Footer Background and Text Colour */
.pkp_footer_content {
    background-color: #CABDF2;
    text-color: #3e1d92;
}

/* Wider Footer Background Colour */
.pkp_structure_footer_wrapper {
    background-color: #CABDF2;
}

/* Hyperlink Text Colour */
a {
    color: #3e1d92;
    text-decoration: underline;
    /* Underlined links */
    text-decoration-color: #3e1d92;
}

/* Footer Links */
.pkp_footer_content a {
    color: #3e1d92;
    text-decoration: underline;
    text-decoration-color: #3e1d92;
}

/* Footer Links Hover Effect */
.pkp_footer_content a:hover {
    color: #3e1d92;
    text-decoration: underline;
    text-decoration-color: #3e1d92;
}