.pkp_site_name .is_img img {
display: inline-block;
max-height: 300px;
max-width: 1150px;
height: auto;
}
.pkp_structure_page {
margin-top: 0px;
margin-bottom: 0px;
}
.pkp_brand_footer {
  display: none;
}
.pkp_footer_content {
    padding: 2.143rem;
    text-align: center;
}
.button {
  background-color: #0c73bc; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin: 2px;
  width: 200px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   cursor: text;
}
.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
 }
.dropbtn {
  background-color: #454d98;
  color: white;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  margin: 2px;
  border: none;
  width: 200px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  padding: 10px;
  text-align: left;
  font-size: 18px;
  margin: 2px;
  width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #454d98;
}
body. {
	body {
    font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 30px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
	}

.obj_galley_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;
}

