@charset "utf-8";
/* CSS Document */

/* Change all normal links */
a {
  color: #574E3B; /* Dodger Blue */
  text-decoration: none; /* Removes underline */
}

/* Change link color on hover */
a:hover {
  color: #014c8c; /* Orange Red */
  text-decoration: underline; /* Underline on hover */
}

/* Change visited link color */
a:visited {
  color: #014c8c; /* Purple */
}

/* Change active link color (when clicked) */
a:active {
  color: #014c8c; /* Crimson */
}

/* Extra: Make links in navigation bars or footers look nice (optional) */
.navbar a, .footer a {
  color: #1E90FF;
}

.navbar a:hover, .footer a:hover {
  color: #014c8c;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #574E3B;
	border: 1px solid #D7B73E;
	}
.banner {
 width: 100%;
}
.banner > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.has_site_logo .pkp_head_wrapper {
        width: 100%;
}
.cmp_button_wire, .obj_galley_link{
border: 1px solid #D7B73E;}

.pkp_site_name img[alt="logolnspng"] {
    max-width: 70%;
    width: auto;
    height: auto;
    display: block;
}
.pkp_site_name_wrapper{
	background: white;
    padding-left: 30px;
}
/*.cmp_button_wire, .obj_galley_link{
	border: 1px solid #007ab2;}*/