/*Custom CSS */

body {
	text-align:justify;
}
p {
    text-align: justify !important;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: 1em;
}

.page-content {
    padding-top: 1rem;
}


	
.site-footer {
    margin-top: 1rem;
}

.pkp_footer_content {
      float: left;
	  width: 100%;
}
.pkp_brand_footer {
       display: none !important;
}
.pkp_site_name_wrapper {
    float: left;
    margin-right: 50px;
}
.pkp_site_name > a {
    padding-top: 0px;
    padding-bottom: 10px;
}
.pkp_site_name .is_img img {
    max-height: 100px;
}
.navbar-logo {
   float: left;
}
.footer-brand-image {
    display: none;
}
.col-md-2 {
	display: none;
}
#primaryNav {
    justify-content: center;
    flex-wrap: wrap;
}

.navbar-brand img {
			max-height: 100px;
		}
.navbar-logo img {
    max-height: 100px;
	margin-top: -20px;
}
.site-footer {
    background: #de7a03;
}
.main-header {
    background-color: #f4b026;
}
.col-md-4 {
    width: 33.33%;
    float: left;
}
.footer-logo img {
    width: 150px;
}