body {
	font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-word;
	margin: 0;
}

.container {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.pkp_brand_footer {
	display: none;
}

.pkp_head_wrapper {
	padding-top: 18px;
	font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/* #main-header{
		background-color:coral;
		colr:#fff;
		padding-top:15px;
}

#navbar(
		background-color:#333;
		color:#fff; */

#navbar ul {
	padding: 0;
	list-style: none;
	font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

#navbar li {
	display: inline;
	font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/* navbar a{
		color:#fff;
		text-decoration:none;
		font-size:18px;
		padding-right:15px; */

/* #showcase{
		background-image:url('../images/showcase.jpg');
		background-position:center right;
		min-height:300px;
		margin-bottom:30px;
		text-align:center;
} */

#showcase h1 {
	font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	color: #fff;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#main {
	float: left;
	width: 70%;
	background: #333;
	font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}

#sidebar {
	float: left;
	width: 30%;
	/* background: #333; */
	/* color:#fff; */
	padding: 10px;
	box-sizing: border-box;
}

#main-footer {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}

@media(max-width:600px) {
	#main {
		width: 100%;
		float: none;
	}

	#sidebar {
		width: 100%;
		float: none;
	}
}



/* Main Footer */
.ijgimr-footer {
    padding: 40px 60px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Container */
.ijgimr-footer-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Footer Box */
.ijgimr-footer-box {
    max-width: 350px;
}

/* Titles */
.ijgimr-footer-title {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Text */
.ijgimr-footer-text {
    line-height: 1.6;
}

/* Lists */
.ijgimr-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ijgimr-footer-list li {
    margin-bottom: 8px;
}

/* Links */
.ijgimr-footer a {
    text-decoration: none;
    color: inherit;
}

/* Social Links */
.ijgimr-footer-social a {
    margin-right: 6px;
}

/* Bottom Copyright */
.ijgimr-footer-bottom {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
}