@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* General Body Style */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

/* Header Customization */
#header {
    background-color: #004080;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

#header a {
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
}

/* Navigation Menu */
.navbar {
    background-color: #0066cc;
    border-radius: 0;
    border: none;
}

.navbar .navbar-nav > li > a {
    color: #ffffff;
    padding: 10px 15px;
}

.navbar .navbar-nav > li > a:hover {
    background-color: #005bb5;
    color: #ffffff;
}

/* Sidebar Customization */
#sidebar {
    background-color: #e6e6e6;
    padding: 15px;
    border-radius: 5px;
}

/* Article Title Styling */
.article-title {
    font-size: 28px;
    color: #004080;
    font-weight: bold;
}

/* Footer Customization */
#footer {
    background-color: #004080;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

#footer a {
    color: #ffffff;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

/* Buttons */
.button, .btn-primary {
    background-color: #004080;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
}

.button:hover, .btn-primary:hover {
    background-color: #003366;
}

/* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
}

th {
    background-color: #004080;
    color: #ffffff;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.homepage_image img {
    width: 148px !important;
    float: inline-end;
	
    margin: 20px;
}

* {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}










@media (min-width: 992px) 
{
    .pkp_navigation_search_wrapper {
        float: inline-end !important;
        margin: 0;
        padding: 0;
        border: none;
    }
}

.pkp_screen_reader, .cmp_skip_to_content a, .pkp_page_index .journals h2, .pkp_page_index .cmp_announcements h2, .page_register .context_optin .roles legend {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: unset !important;
}












.pkp_site_name_wrapper {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}

@charset "utf-8";
/* CSS Document */
@media (min-width: 992px) {
    .pkp_site_name .is_img img { max-height: 150px !important; }
    
     .has_site_logo .pkp_site_name{ background-image: url(text.png); background-repeat: no-repeat; }
}






.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align: justify;
}

