
html{
  padding-top: 0;
}

html,body {
  height: 100%;
  background-image: url(https://nawalaeducation.com/public/new-grid.png);
  background-repeat: repeat;
  flex-direction: row;
  justify-content: space-between;
}
.pkp_structure_head{
   background-color: transparent; 
  margin-top: -2rem;
  border-bottom: none;
}
.pkp_structure_content {
  padding-top: 2.143rem;
  background-color: #fff;
}

.pkp_site_name_wrapper{
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  min-height: 37px;
}

.pkp_site_name {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
  color: #fff;
  font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.pkp_site_name a{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pkp_page_index .journals>ul>li{
  background-color: #fff;
}
.pkp_site_name .is_img img{
  display: inline-block;
  max-height: 200px;
  max-width: 100%;
  width: auto;
  height: auto;
}


/* fonts */
.journals h3 a{
  font-size: 1.2rem;
}

.journals h3{
  margin-top: 0 !important;
}

.pkp_structure_main p{
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
  font-size: 1rem;
}
.pkp_footer_content {
float: left;
width: 70%;
}

.journals .has_thumb .body table{
  font-family: 'Times New Roman', Times, serif;
  background-color: #f0f0f031;
}


/* link */
.pkp_page_index .journals h3 a{
  color: #1a9276;
}

.pkp_page_index .journals h3 a:hover{
  color: #0E5F4C;
}

.has_thumb .body .links a{
  color: #1a9276;
}
.has_thumb .body .links a:hover{
  color: #0E5F4C;
}

/* main journal */
.page_index_site .journals{
  margin-top: 0 !important;
}

.pkp_structure_main{
  margin-top: 0 !important;
}

/* hover & focus  */

/* #navigationPrimary a:hover, #navigationPrimary a:focus {
  color: #e39715;
}

#navigationPrimary > li > a:hover, #navigationPrimary > li > a:focus {
  border-color: #91531e;
} */


/* Mobile Devices (max-width: 600px) */
@media(min-width: 300px){
  .pkp_site_name_wrapper{
    overflow: hidden;
  }

  .pkp_site_name {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pkp_site_name .is_img img{
   
  }

  .journals h3{
    margin-top: 0.714rem !important;
  }
}
@media (max-width: 600px) {
  .pkp_site_name_wrapper{
    overflow: hidden;
  }
  .pkp_site_name {

    width: 90%;
  }
}

/* Tablet Devices (min-width: 601px) and (max-width: 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
  .pkp_structure_main {
    padding: 10px;
  }
  .pkp_site_name_wrapper{
    overflow: hidden;
    margin-left: 0 !important;
  }
  .pkp_site_name {
    margin: 0 auto;
    width: 100%;
  }
}

@media(min-width: 761px){
  .pkp_site_name_wrapper{
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  min-height: 37px;
}
}


/* Desktop Devices (min-width: 1025px) */
@media (min-width: 1025px) {
  .pkp_site_name_wrapper{

  }
  .pkp_site_name {
    width: 100%;
  }
  .journals h3{
    margin-top: 0 !important;
  }
}
