.pkp_site_name {
  text-align: center !important;
}

.is_img>img {
  /*max-height: none !important;
  width: 150% !important;
  */
  max-height: 400px !important;   
}

.additional_content {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
}

.pkp_footer_content {
  text-align: justify !important;
  float: left !important;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.pkp_brand_footer {
  margin-right: 20px !important;
  padding-top: 40px !important;
}

body {
   background: black !important; 
}

.pkp_structure_head {
  background: #304352;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #d7d2cc, #304352);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #d7d2cc, #304352); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}