.footer-brand-image {
	display: none;
}

.pkp_structure_head {
	background-color: #332C2B;
	border-bottom: 1px solid #ddd;
	background-repeat: no-repeat;
	}

a:hover {
font-weight: bold;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #dba912 !important;
    border-color: #dba912 !important;
    color: #FCFCFC;
}

/* background */
body {
background-attachment: fixed;
background-image: url(https://img.freepik.com/premium-vector/white-abstract-background-with-hexagon-pattern-style-seamless-concept_7505-1703.jpg);
}

/*transparan header*/
.main-header {
    background-color: transparent;
}

/* hover image */

img {
	padding: 1px;
    border-radius: 12px 12px 12px 12px;
      }

.hover13 img:hover {
	border: 5px dotted #4682b4;
}


/* maximize logo */
.navbar-logo {
max-width: 90%;
}


@media (min-width: 992px) {
  .navbar-logo img {
    max-height: 130px;
  }
}

.col-md {
    flex-basis: content;
    flex-grow: 1;
    max-width: 100%;
}

.page-content {
    font-size: 16px;
}
#primaryNav .dropdown-item {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    text-align: center;
    width: initial;
}