
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Kanit:wght@300;400;600;700&family=Oswald:wght@400;700&display=swap');

.pkp_navigation_user_wrapper a {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    color: rgb(255 255 255);
    font-weight: 700;
}
#navigationPrimary a {
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.pkp_navigation_primary_row {
    background: #0866FF;
}
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;
}

.pkp_site_name_wrapper {
    background-image: url(https://cdn.pixabay.com/photo/2012/03/01/00/38/abstract-19772_1280.jpg);
	background-size: cover;
}
.pkp_brand_footer {
    display: none;
}

#ojsBrand {
float: right;
margin-top: -1em;
}

#ojsBrand img{
width: 30%;
float: right;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 120px;
    max-width: 100%;
    width: auto;
    height: auto;
}
