* {
    font-family: "Poppins", sans-serif;
}

#mainContent .customHeader img {
    height: 300px;
    width: 100%;
}

header > nav.bg-white{
    background-color: #498424;
}

header nav.w-full > div {
    max-width: 1400px;
    margin: 0px auto;
}

header nav.bg-white div.lg\:items-center a {
    color: #f0f0f0;
    font-weight: bold;
}

header nav.bg-white div.lg\:items-center span {
    color: #f0f0f0;
    font-weight: bold;
}

#mainContent {
    background-color: #f2efe8;
}

#mainContent > div.lg\:bg-white {
    background-color: #f2efe8;
}

#mainContent > div.lg\:bg-white > h1:first-of-type {
    color: #f0f0f0;
    padding-top: 0px;
    margin-top: -210px;
    margin-bottom: 180px;
    font-weight: bolder;
    font-size: 2em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
}

#mainContent .shadow-xl {
    box-shadow: none;
}

#mainContent .productsOpened > div.bg-bt-gray-pale {
    border-radius: 20px;
    background-color: #fff;
}

#mainContent .productsOpened div.lg\:bg-white {
    border-radius: 10px;
    background-color: #f9f8f4;
}

#mainContent .productsOpened div.lg\:bg-white span.text-sm.mr-2 {
    font-weight: bold;
    font-size: 1em;
    color: #333;
}

#mainContent .productsOpened div.lg\:bg-white span.text-lg {
    font-weight: bold;
    color: #333;
}

#mainContent .productsOpened span.text-bt-gray-strong {
    font-weight: bold;
}

#mainContent .productsOpened hr {
    border-color: #888;
}

#mainContent .text-bt-gray-strong {
    color: #333;
}

@media screen and (max-width:1023px) {
    #mainContent .customHeader img {
        height: 200px;
    }

    #mainContent > div.lg\:bg-white > h1 {
        margin-top: -110px;
        margin-bottom: 110px;
        text-align: center;
    }
}
