@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Kanit ExtraLight'), local('Kanit-ExtraLight'), url(https://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5aOhWnVaQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Kanit Regular'), local('Kanit-Regular'), url(https://fonts.gstatic.com/s/kanit/v5/nKKZ-Go6G5tXcraVGwU.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Kanit SemiBold'), local('Kanit-SemiBold'), url(https://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5KPxWnVaQ.ttf) format('truetype');

}

.pkp_structure_head {
    background-image: url(https://raw.githubusercontent.com/ochakaew/image-ojs/refs/heads/main/JNRIH-header-bg.png);    
	background-size: cover;
}
.pkp_brand_footer {
    display: none;
}

.pkp_navigation_primary_row {
    background: #00BFA6;
}
.pkp_navigation_user_wrapper a {
    font-family: "Kanit",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: .93rem;
    color: rgb(255 255 255);
    font-weight: 700;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: rgb(255, 255, 255);
}
#navigationPrimary a {
   font-family: "Kanit", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}

html, body {
    font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
    background: #DDDDDD;
  } 
.pkp_structure_main h1 {
	font-family: "Kanit", sans-serif;
	font-size:1.714rem;
	line-height:2.143rem;
	font-weight:700;
	}

.pkp_structure_main h2 {
    font-family: "Kanit", sans-serif;
    font-size: 1.285rem;
    line-height: 2.143rem;
    font-weight: 700;
}
.pkp_structure_main h3 {
	font-family: "Kanit",sans-serif;
	font-size: 1.143rem;
	line-height: 1.43rem;
	font-weight: 700;
}
.pkp_structure_main h4 {
	font-family: "Kanit",sans-serif;
	font-size:1rem;
	line-height:1.43rem;
	font-weight:700;
	}
.pkp_structure_main h5 {
	font-family: "Kanit",sans-serif;
	font-size:1rem;
	line-height:1.43rem;
	font-weight:400;
	}
.pkp_structure_main h6 {
	font-family: "Kanit",sans-serif;
	font-size:.93rem;
	line-height:1.43rem;
	font-weight:700;
	}
.pkp_page_index .current_issue .current_issue_title {
    font-family: "kanit","Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.143rem;
}


#ojsBrand {
float: right;
margin-top: -1em;
}

#ojsBrand img{
width: 30%;
float: right;
}
.pkp_site_name .is_img img {
    display: block;
    max-width: 120%;
    width: 120%;
    height: 120%;
}


