.pkp_brand_footer img {
	max-height:0px;
}
.pkp_navigation_primary_row {
    background: #000000;
}
#navigationPrimary a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #000000;
}
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#f7bc4a;
}

/* Handling site header image */
.pkp_site_name .is_img img {
	display: block;
    max-height: 350px;
    max-width: 100%;
    width: auto;
    height: auto;
}