@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'ClarendonURW-Reg';
    src: url(fonts/ClarendonURW/ClarendonURW-Reg.woff);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
@font-face {
    font-family: 'ClarendonURW-Med';
    src: url(fonts/ClarendonURW/ClarendonURW-Med.woff);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
@font-face {
    font-family: 'ClarendonURW-Bold';
    src: url(fonts/ClarendonURW/ClarendonURW-Bol.woff);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
@font-face {
    font-family: 'Special-Elite-Reg';
    src: url(fonts/Special_Elite/SpecialElite-Regular.ttf);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
@font-face {
    font-family: 'Uniform-Extra-Cond-Reg';
    src: url(fonts/UniformExtraCondensed.woff);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
@font-face {
    font-family: 'Uniform-Extra-Cond-Med';
    src: url(fonts/UniformExtraCondensed-Medium.woff);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
@font-face {
    font-family: 'Uniform-Extra-Cond-Bold';
    src: url(fonts/UniformExtraCondensed-Bold.woff);
    /* Ensure text renders immediately using a fallback */
    font-display: swap;
}
.container-xxxl {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
.nav-link:focus.newsletter-link:focus {
    color: #ffffff;
}
.modal-backdrop.show {
    opacity: 0.6; /* Adjust this value between 0 and 1 */
}
/* SECTION ANCHOR PREVENTS CONTENT SCROLLING TOO FAR UP / INTO THE NAVBAR */
.section-anchor {
    scroll-margin-top: 48px;
}
.navbar-nav, .nav-item > a:hover {
    font-family: 'Uniform-Extra-Cond-Reg', Arial, sans-serif;
    --bs-navbar-color: #ffffff!important;
    color: #ffffff;
}
#main-nav {
    font-family: 'Uniform-Extra-Cond-Med', Arial, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}
.style-mobile-bg {
    background-color: #F3F1E5;
}
.style-desktop-card {
    background-color: #F3F1E5;
    background-image: url(../imgs/bag-of-vegetables.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 4px solid #333333;
    border-radius: 16px;
}
.home-location-styling > div > h3 {
    font-family: 'ClarendonURW-Reg', Times, serif;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home-location-styling > div > p {
    font-family: 'Uniform-Extra-Cond-Med', Arial, sans-serif;
    font-size: 1.65em;
    margin-bottom: 0.5em;
}
.home-location-styling > div > a.text-link {
    font-family: 'Uniform-Extra-Cond-Reg', Arial, sans-serif;
    font-size: 1.4em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px 0px 12px;
    margin-bottom: 0;
    border-top: 2px solid #ffffff99;
    border-bottom: 2px solid #ffffff99;
}
.home-location-styling > div > a.text-link:hover {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.locations-styling > div > p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    margin-bottom: 0.5em;
}
.locations-styling > div > a.text-link {
    font-family: 'Uniform-Extra-Cond-Reg', Arial, sans-serif;
    font-size: 1.5em;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px 0px 12px;
    margin-bottom: 0;
    border-top: 2px solid #33333399;
    border-bottom: 2px solid #33333399;
}
.locations-styling > div > a.text-link:hover {
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
}
.heading-styling {
    font-family: 'Uniform-Extra-Cond-Bold', Arial, sans-serif;
    font-size: 2.75rem;
    color: #80452C;
}
.local-homemade-heading {
    font-family: 'ClarendonURW-Med', 'Times New Roman', Times, serif;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0px;
}
.local-homemade-tag {
    font-size: 1.5rem;
    font-family: Helvetica, Arial, sans-serif;
}
.paragraph-styling {
    font-size: 1.15rem;
}
.view-map-btn-styling {
    color: #333333;
    text-decoration: none;
    border: 2px solid #333333;
    padding: 4px 30px 4px 30px;
}
.view-map-btn-styling:hover {
    color: #ffffff;
    background-color: #333333;
    transition: ease-in-out 0.1s;
}
.btn-heading-styling > div > p {
    font-weight: bold;
    font-size: 1.3rem;
}
.vendor-info-name-styling > li > a {
    color: #333333;
    text-decoration: none;
}
.vendor-info-name-styling > li > a:hover {
    color: #128A3E;
    text-decoration: underline;
}
.vendor-info-styling > div > p {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.vendor-info-styling > div > a.bio-link {
    font-size: 1.15rem;
    color: #333333;
    text-decoration: none;
}
.vendor-info-styling > div > a.bio-link:hover {
    text-decoration: underline;
    color: #128A3E;
}
.vendor-info-styling > div {
    margin-bottom: 2rem;
}
.vendor-name {
    font-size: 1.15rem;
    line-height: normal;
    margin-bottom: 0px;
}
.vendor-description {
    font-size: 0.9em;
    margin-top: 2px;
    margin-bottom: 0px;
    opacity: 0.8;
    /* display: none; */
}
.become-a-vendor-links > a.helpful-link {
    color: #333333;
    display: inline-block;
    margin-bottom: 12px;
}
.become-a-vendor-links > a.helpful-link:hover {
    color: #128A3E;
}
.faq-heading-styling {
    font-weight: bold;
    font-size: 1.5rem;
}
.btn-styling-1 {
    text-decoration: none!important;
    background-color: #128A3E;
    color: #ffffff!important;
    border: 2px solid #128A3E;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 5px 5px #333333;
    margin-top: 0px;
    margin-bottom: 2px;
}
.btn-styling-1:hover {
    background-color: #128A3E;
    color: #ffffff!important;
    border: 2px solid #128A3E;
    text-decoration: none!important;
    box-shadow: 0px 0px #333333;
    margin-top: 2px;
    margin-bottom: 0px;
    transition: ease-in-out 0.2s;
}
.btn-styling-2 {
    text-decoration: none!important;
    background-color: #128A3E;
    color: #ffffff!important;
    border-radius: 50px;
    border: 2px solid #128A3E;
    font-size: 1.25rem;
}
.btn-styling-2:hover {
    text-decoration: none!important;
    background-color: #ffffff;
    border: 2px solid #128A3E;
    color: #128A3E!important;
    transition: ease-in-out 0.2s;
}
.btn-styling-3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.15rem;
    background-color: none;
    border: 3px solid #128A3E;
    color: #333333;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 5px 5px #333333;
    margin-top: 0px;
    margin-bottom: 2px;
}
.btn-styling-3:hover {
    text-decoration: none!important;
    background-color: none;
    border: 3px solid #128A3E;
    color: #333333!important;
    transition: ease-in-out 0.2s;
    box-shadow: 0px 0px #333333;
    margin-top: 2px;
    margin-bottom: 0px;
}
.amazon-btn {
    background-color: #FCD200;
    border-radius: 50px;
    box-shadow: 5px 5px #333333;
    margin-top: 0px;
    margin-bottom: 2px;
    border: 2px solid #FCD200;
}
.amazon-btn:hover {
    border: 2px solid #333333;
    background-color: #FCD200;
    box-shadow: 0px 0px #333333;
    margin-top: 2px;
    margin-bottom: 0px;
    transition: ease-in-out 0.3s;
}
.contact-link-styling, .contact-link-styling > a, .contact-link-styling > p > a {
    color: #333333;
    font-size: 1.2rem;
    text-decoration: none;
}
.contact-link-styling > a:hover, .contact-link-styling > p > a:hover {
    text-decoration: underline;
}
.OGRC-styling > h2 {
    font-family:'Special-Elite-Reg', Times, serif;
    font-size: 2em;
    color: #41582F;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.OGRC-styling > p {
    font-family:'Special-Elite-Reg', Times, serif;
    font-size: 1.25em;
    line-height: 1.6em;
}
.OGRC-styling-2 > p {
    font-family:'Uniform-Extra-Cond-Med', Arial, sans-serif;
    font-size: 2em;
    line-height: 1.15em;
}
.newsletter-heading {
    font-family: 'Uniform-Extra-Cond-Bold', Arial, sans-serif;
    font-size: 2.5em;
}
.newsletter-description {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.25em;
}
.meet-vendors-cta {
    font-family: 'Uniform-Extra-Cond-Bold', Arial, sans-serif;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2em;
}
.meet-vendors-cta:hover {
    text-decoration: underline;
}
footer {
    background-color: #E5E0D3;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.footer-nav-links {
    font-family: 'Uniform-Extra-Cond-Med', Arial, sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
}
.footer-nav-links > li a {
    color: #333333;
    text-decoration: none;
}
.footer-nav-links > li a:hover {
    color: #128A3E;
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    .nav-item {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.25em;
    }
    .nav-item-top {
        margin-top: 0px;
        border-top: solid 2px #ffffff;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .local-homemade-heading {
        font-family: 'ClarendonURW-Med', 'Times New Roman', Times, serif;
        font-size: 3.25rem;
        line-height: 1;
        margin-bottom: -8px;
    }
    .local-homemade-tag {
        font-size: 1.5rem;
        font-family: Helvetica, Arial, sans-serif;
    }
    .home-location-border {
        border-right: 1px solid #FFE000;
    }
    .img-border-radius-styling {
        border-radius: 14px!important;
    }
    .contact-border {
        border-right: 2px solid #333333;
    }
}