.pkp_brand_footer a {
    display: none;
}


#navigationPrimary a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    text-decoration: none;
}

#navigationPrimary a:hover,
#navigationPrimary a:focus {
    color: #fdfcfc;
    background-color: #006600;
}


.pkp_navigation_primary>li>a {
    margin: 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 0;
    color: #fff;
    text-decoration: none;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
    width: 1160px;
}

.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
}

.pkp_page_index .homepage_image {
    margin-top: 0;
}

.pkp_structure_head {
    /* background: linear-gradient(to right, #113301, #457f2a); */
    border-bottom: 1px solid #ddd;
    width: 1160px;
    height: 230px;
    margin-bottom: 40px;
}

body {
    background: #c2c2c2;
    color: black;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_row {
    padding-left: 0;
    padding-right: 0;
}

#navigationPrimary a {
    color: #006600;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#navigationPrimary .dropdown-menu a {
    color: #006600;
    background-color: white;
}

#navigationPrimary .dropdown-menu a:hover,
#navigationPrimary .dropdown-menu a:focus {
    color: white;
    background-color: #006600;
}

.pkp_navigation_primary_row {
    background-color: white;
    margin-top: 160px;
}

.pkp_structure_footer_wrapper {
    background: white;
    height: 210px;
}

.pkp_footer_content {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

.pkp_structure_footer {
    text-align: center;
}

a {
    color: inherit;
    text-decoration: inherit;
    transition: color 0.3s ease;
}

a:hover {
    color: #006600;
}

.pkp_structure_sidebar {
    background: white;
    margin: 0px;
    width: 250px;
}

@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-bottom: 30px;
    }
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.pkp_structure_content {
    padding-top: 0;
    background: white;
}

#headerTitle {
    display: none;
}

.pkp_site_name {
    display: none;
}
