a:hover, a:focus {
    color: #51c6e1;
}
a {
    color: #fbcb1d;
}
html, body {
    font-family: Corbel;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
    background: rgb(174 171 74 / 20%);
    text-align: justify;

.pkp_structure_head {
    background-color: #fbcb1d;
    border-bottom: 1px solid #ddd;
}

.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    background-color: #fbcb1d;
}


@media (min-width: 992px) {
    .pkp_navigation_primary>li>a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 4px solid #51c6e1;
        color: #000000;
        text-decoration: none;
}

@media (min-width: 992px) {
    .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #51c6e1;
    }

@media (min-width: 992px) {
    .pkp_site_nav_menu ul ul {
        padding-left: 0;
        background-color: #ffea9d;
    }

html, body {
    @media (min-width: 992px) {
        .pkp_navigation_primary>li>a {
            margin: .357rem .5em 0;
            padding: .357rem .5em calc(.714rem - 2px);
            border-bottom: 4px solid #51c6e1;
            color: #000000;
            font-weight: 700;
            text-decoration: none;
        }
    }
}

@media (min-width: 992px) {
    .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
        outline: 0;
        background: #ddd;
        border-color: #006798;
        color: #51c6e1;
    }
}

a {
    color: #000000;
}

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 2px;
        background: #51c6e1;
    }
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: .1rem;
        background-color: white;
    }
}

}
.pkp_structure_footer_wrapper {
    background: #fbcb1d;
}

@media (min-width: 992px) {
    .pkp_nav_list ul a {
        display: block;
        padding-left: .6rem;
        border-left: .6rem solid transparent;
	font-weight: 550;
        color: #000000;
    }
}