body {
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FCFFEB;

}

header {
    position: fixed;
    width: 100%;
    background-color: #568920;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.275);
    margin: 0px;
    z-index: 2;

}

.containerPadding {
    padding-top: 5.7rem;
}

.noWrap {
    white-space: nowrap;

}

.dropdown .btn {
    color: rgba(255, 255, 255, 0.55);
}

.dropdown .btn:hover {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu {
    background-color: white;
    border-radius: 0px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}

.dropdown-item:hover {
    background-color: #DCEB91;
}

h1 {
    /* color: #023D5D; */
    color: white;
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bold {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p {
    color: white;
}

.ml-negative {
    margin-left: -10px;
}

.container-fluid {
    padding: 0px;
}

.w-40 {
    width: 40%;
}

.carousel {
    max-height: 600px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

footer {
    padding-top: 1rem;
    width: 100%;
    background-color: #568920;
    margin-top: 4rem;

}

.footer-div {
    background-color: #023D5D;
}

.footer-button {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.697);

}

.footer-button:hover {
    color: white;
}

.background-colour2 {
    background-color: #22360D;
}

.myVideo {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    filter: brightness(75%);
}

.margin-y {
    margin-top: 8rem;
    margin-bottom: 20rem;
}

.margin-y2 {
    margin-top: 3rem;
    margin-bottom: 10rem;
}

.t-black {
    color: #023D5D;
}

.products {
    background-color: white;
    min-height: 37rem;
    padding: 1.5rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;

}

.logo-button {
    height: 50px;
    width: 200px;
}

.footer-wrapper p {
    margin: 0px;
    padding: 0.5rem 0px;

}

.footer-wrapper a {
    margin: 0px;
    padding: 0.5rem 0px;

}

.nav-item .btn {
    border-color: rgba(255, 255, 255, 0.526);
}

.nav-item .btn:hover {
    border-color: rgba(255, 255, 255, 0.814);
    background-color: transparent;
}

@media (min-width: 576px) {
    .logo-button {
        height: 80px;
        width: 320px;
    }

    .containerPadding {
        padding-top: 7.7rem;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .ms-lg-3 {
        margin-left: 2rem !important;
    }
}