/** A customization CSS for IJIPP
** Created by Mwita
** This is a dedication to the rest of all who supported the idea
*/

/** Theme customizaion*/
/** The header section*/
header.sticky{
  background-color: #00a05f;
}
/* White text for header navigation links */
header ul#navigationPrimary li a.flex,
header ul#navigationUser li a.flex {
  color: #ffffff;
}

/* Style the hover state */
header ul#navigationPrimary li a.flex:hover,
header ul#navigationUser li a.flex:hover {
  color: #e2e8f0; /* slightly dimmed on hover */
}
.img-reponsive{
  background-color: #00a05f;
}
a.font-display{
background-color: #00a05f;
color: #ffffff;
padding: 10px 20px;
}
/** The footer section*/
.footer{
  background-color: #00a05f;
}
/**Color for footer text*/
footer .py-5 p{
  color: #ffffff;
}
/** This hides PKP logo on the footer*/
footer .text-sm{
  display: none;
}
.img-reponsive{
  display: none;
}
  body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}