body {
    margin: 0;
    background-color: #e0ebaf;
    color: #222222;
    line-height: 1.5;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    background-image: url('/media/wodh3w5i/parker-ingredients-background-2.jpg');
}

.padding-40{
    padding:2.5rem;    
}

.padding-x-40 {
    padding: 0 2.5rem;
}

.contentBody .documentPicker:last-child{
    padding-bottom:2.5rem;
}

.textContent {
    padding: 2.5rem 2.5rem 0rem 2.5rem;
}

.textContent-notFirst {
    padding: 0rem 2.5rem 1rem 2.5rem;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

/* Navigation & footer Section */
.inside-header {
    padding: 20px 0px 10px 0px;
}

.header-bg {
    background-color: #25850d;
    color:#ffffff;
}

.common-link {
    color: white;
    padding: 0 10px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.navbar-nav .nav-link.active {
    color: white;
    background-color: #00631e;
}

.common-link:focus, .common-link:hover {
    --bs-nav-link-hover-color: #ffffff;
    background-color: #00631e;
}

.menu-text {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.mobile-menu-link svg{
    fill:white;
}

.footer-widgets {
    background-color: #abd041;
}

.footer-container-top {
    padding: 40px;
    
}

.footer-container-bottom {
    padding: 20px;
}

.footer-container-top p {
    margin-bottom:0px;
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.footer-policy-link a {
    color:white;    
    text-decoration:none;
}

/*Header Tag */

.h2-tag {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.h1-tag {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.contact-submit-btn, .contact-submit-btn:visited, .contact-submit-btn:hover {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}

.ip-control-check {
    background-color: #f7f8f9;
    border-color: #b2b2be;
    border-radius: 0 !important;
    border: 1px solid;
}

.grecaptcha-badge{
    z-index:100;
}

