body,
html {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;

}

html {
    scroll-behavior: smooth;
}


container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;

}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-x: hidden;
}

/**************************** start nav bar *************************/



/**************************** start nav bar *************************/

/* Base navbar */
.farm-navbar {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 120px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.35s ease, box-shadow 0.35s ease, min-height 0.35s ease;
    -webkit-font-smoothing: antialiased;
}

/* Green state after scroll */
.farm-navbar.scrolled,
#mainNav.scrolled {
    background-color: #6b6f2d !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    min-height: 82px;
}

.farm-navbar-alt {
    background: #6d712e;
}

.farm-navbar .container {
    position: relative;
    height: 120px;
    transition: height 0.35s ease;
}

#mainNav.scrolled .container {
    height: 82px;
}

/* Logo area */
.farm-navbar .navbar-header {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.farm-navbar .navbar-brand {
    height: auto;
    padding: 0;
}

.farm-navbar .navbar-brand img {
    max-height: 92px;
    width: auto;
    display: block;
    transition: max-height 0.35s ease;
}

#mainNav.scrolled .navbar-brand img {
    max-height: 62px;
}

/* Desktop collapse area */
.farm-navbar .navbar-collapse {
    position: relative;
    height: 120px !important;
    padding-left: 220px;
    padding-right: 170px;
    text-align: center;
    border-top: 0;
    overflow: visible !important;
    transition: height 0.35s ease;
}

#mainNav.scrolled .navbar-collapse {
    height: 82px !important;
}

/*
   Safari-friendly nav alignment:
   avoid centering the UL with top:50% + translateY(-50%)
   which can clip text in Safari.
*/
.farm-navbar .nav.navbar-nav {
    float: none;
    display: inline-table;
    vertical-align: middle;
    margin: 0;
    height: 120px;
    position: relative;
    top: auto;
    transform: none;
}

#mainNav.scrolled .nav.navbar-nav {
    height: 82px;
}

.farm-navbar .nav.navbar-nav > li {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.farm-navbar .nav.navbar-nav > li > a {
    color: #f2f0df;
    font-size: 16px;
    font-weight: 600;
    padding: 0 22px;
    height: 120px;
    line-height: 120px;
    background: transparent !important;
    display: block;
    transition: padding 0.35s ease, font-size 0.35s ease, color 0.35s ease, height 0.35s ease, line-height 0.35s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#mainNav.scrolled .nav.navbar-nav > li > a {
    font-size: 15px;
    padding: 0 18px;
    height: 82px;
    line-height: 82px;
}

.farm-navbar .nav.navbar-nav > li > a:hover,
.farm-navbar .nav.navbar-nav > li > a:focus {
    color: #ffffff;
    background: transparent !important;
    opacity: 0.9;
}

/* Locations button */
.farm-navbar .locations-wrap {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.farm-navbar .locations-btn {
    display: inline-block;
    padding: 10px 24px;
    color: #f4f1df;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    transition: padding 0.35s ease, font-size 0.35s ease, background-color 0.35s ease, color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

#mainNav.scrolled .locations-btn {
    padding: 8px 18px;
    font-size: 14px;
}

.farm-navbar .locations-btn:hover,
.farm-navbar .locations-btn:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.16);
}

/* Toggle */
.farm-navbar .navbar-toggle {
    margin-top: 42px;
    border-color: rgba(255, 255, 255, 0.35);
}

.farm-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* Desktop */
@media (min-width: 768px) {
    .farm-navbar .navbar-collapse {
        position: relative;
        height: 120px !important;
        padding-left: 220px;
        padding-right: 170px;
        text-align: center;
        overflow: visible !important;
    }

    #mainNav.scrolled .navbar-collapse {
        height: 82px !important;
    }

    .farm-navbar .nav.navbar-nav {
        float: none;
        display: inline-table;
        vertical-align: middle;
        margin: 0;
        height: 120px;
        position: relative;
        top: auto;
        transform: none;
    }

    #mainNav.scrolled .nav.navbar-nav {
        height: 82px;
    }

    .farm-navbar .nav.navbar-nav > li {
        float: left;
        display: table-cell;
        vertical-align: middle;
    }

    .farm-navbar .nav.navbar-nav > li > a {
        height: 120px;
        line-height: 120px;
        padding: 0 22px;
    }

    #mainNav.scrolled .nav.navbar-nav > li > a {
        height: 82px;
        line-height: 82px;
        padding: 0 18px;
    }
}

/* Mobile / collapsed */
@media (max-width: 767px) {
    .farm-navbar {
        min-height: 90px;
        background-color: #6d712e;
    }

    .farm-navbar .container {
        height: auto;
    }

    .farm-navbar .navbar-header {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 16px 15px;
    }

    .farm-navbar .navbar-brand img {
        max-height: 58px;
    }

    .farm-navbar .navbar-toggle {
        margin-top: 12px;
        margin-right: 15px;
    }

    .farm-navbar .navbar-collapse {
        height: auto !important;
        padding: 0 15px 20px;
        text-align: end;
        background: #6b6f2d;
        border-top: 0;
        box-shadow: none;
        margin-top: -12px;
        overflow: visible !important;
    }

    .farm-navbar .nav.navbar-nav {
        float: none !important;
        display: block !important;
        width: 100%;
        height: auto;
        margin: 10px 0 0;
        position: static;
        top: auto;
        transform: none;
    }

    .farm-navbar .nav.navbar-nav > li {
        float: none !important;
        display: block;
        width: 100%;
    }

    .farm-navbar .nav.navbar-nav > li > a {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1.4;
        padding: 12px 0;
    }

    .farm-navbar .locations-wrap {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 12px;
    }

    .farm-navbar .locations-btn {
        display: inline-block;
    }

    #mainNav.scrolled .navbar-collapse {
        height: auto !important;
    }

    #mainNav.scrolled .nav.navbar-nav > li > a {
        height: auto;
        line-height: 1.4;
        padding: 12px 0;
    }
}

/***************************** end nav bar **************************/
.rowSpacer {
    min-height: 110px;
}

.firstDiv {

    /* The image used */
    background-image: url(../img/AMPMFarms-39-2.jpg);
    max-width: 1920px;
    /* Full height */
    height: 100%;
    padding-top: 180px;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.firstDiv img {
    margin: 0 auto;
    max-height: 275px;
    margin-top: 100px;
}


.firstDiv h1 {
    text-align: left;
    font-weight: 600;
    color: #fff;
    font-size: 3.0em;
    font-family: "Noto Serif", serif;
    padding-left: 25px;
    font-style: normal;


}

.firstDiv p {

    text-align: left;
    color: #fff;
    font-family: Arial, san-serif;
    padding-left: 25px;
    font-style: normal;


}






.firstDivbtn {
    margin-right: 15px;
    margin-left: 25px;
    background-color: #6d712e;
    border: 1px #fff solid;
    border-radius: 15px;
}

.firstDivbtninv {
    margin-right: 15px;
    background-color: ;
    border: 1px #fff solid;
    border-radius: 15px;
}

.firstDivbtninv {
    color: #fff !important;
}


.secondDiv {
    padding-top: 50px;
    padding-bottom: 50px;
}

.secondDiv h4 {
    border-radius: 10px;
    color: #6d712e;
    font-weight: 600;
    font-size: 0.9em;
    background-color: #fafafa;
    width: 100%;
    padding: 10px;


}

.dot {
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background-color: #6d712e;
    border-radius: 50%;
    display: inline-block;

}

.dot-alt {
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;

}

.secondDiv h1 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 4.0em;
    font-family: "Noto Serif", serif;

    font-style: normal;
    padding-bottom: 25px;
}

.ourStory .secondDiv h2 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 1.8em;
    font-family: "Noto Serif", serif;
    margin-bottom: 40px;
    font-style: normal;
    margin-top: 0px !important;
}

.ourStory .secondDiv img {
    border-radius: 15px;
    margin-bottom: 35px;
}

.ourStory .secondDiv p {
    font-size: 1.3em;
    padding-bottom: 25px;
}

.farmFamDiv {
    padding: 30px;
    border-radius: 15px;
    background-color: #fafafa;
    border-left: 3px solid #6d712e;
}

.farmFamDiv img {
    margin-bottom: 0px !important;
    ;
}

.secondDiv h2 {
    text-align: left;
    font-weight: 600;
    color: #6d712e;
    font-size: 2.0em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}



.thirdDiv {
    background-color: #e5dbd2;
    padding: 50px;

}

.thirdDiv img {
    margin: 0 auto !important;
}

.thirdDiv h3 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.5em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.fourthDiv {
    padding-top: 50px;
    padding-bottom: 50px;
}

.fourthDiv h4 {
    border-radius: 10px;
    color: #6d712e;
    font-weight: 600;
    font-size: 0.9em;
    background-color: #fafafa;
    width: 100%;
    padding: 10px;
}

.fourthDiv h2 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 2.0em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.wwoItem {
    margin-bottom: 20px;
}


.fifthDiv {
    background-color: #44471b;
    color: #fff;
    padding: 35px;
}

.fifthDiv img {
    max-height: 100px;
    margin: 0 auto;
}

.fifthDiv h3 {
    text-align: left;
    font-weight: 600;
    color: #fff;
    font-size: 1.5em;
    font-family: "Noto Serif", serif;
    margin-top: 0px;
    font-style: normal;
}

.fifthDiv h4 {
    color: rgba(255, 255, 255, .40);
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 0.9em;
}

.findUsDiv h3 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 1.5em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.findUsDiv h5 {
    font-family: arial, sans-serif;
    font-weight: 600;
    color: #6d712e;
}

.topSpacer {
    height: 3px;
    background-color: #d4af37;
    width: 20%;
    border-top-right-radius: 15px;
}

.seventhDiv {
    padding: 50px;
}

.seventhDiv h4,
.eighthDiv h4 {
    border-radius: 10px;
    color: #6d712e;
    font-weight: 600;
    font-size: 0.9em;
    background-color: #fafafa;
    width: 100%;
    padding: 10px;
}

.seventhDiv h2,
.eighthDiv h2 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 2.0em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.thirdDiv h2 {
    text-align: left;
    font-weight: 600;
    color: #000;
    font-size: 2.0em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.seventhDiv ul {
    list-style: none;
}

.seventhDiv li {
    padding-bottom: 15px;
}

.cleanBeefList span {
    color: #6d712e;
    padding-right: 10px;
}

.cleanBeefList {
    padding: 20px 20px 5px 20px;
    background-color: #fafafa;
    border-radius: 15px;
}

.categoryAlt h4 {
    border-radius: 10px;
    color: darkorange;
    font-weight: 600;
    font-size: 0.9em;
    background-color: rgba(255, 165, 0, 0.2);
    width: 75%;
    padding: 10px;
}

.dotAlt {
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
}

.btn-beef {
    background-color: #6d712e;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
}

.qrDiv img {
    margin: 0 auto;
    max-height: 200px;
}


.tenthDiv {
    background-color: #000;
    color: #fff;
    padding: 35px;
}

.tenthDiv img {
    max-height: 100px;
    margin: 0 auto;
}

.tenthDiv h3 {
    text-align: left;
    font-weight: 600;
    color: #fff;
    font-size: 1.5em;
    font-family: "Noto Serif", serif;
    margin-top: 0px;
    font-style: normal;
}

.tenthDiv h4 {
    color: rgba(255, 165, 0, .60);
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 0.9em;
}

.panel-default .panel-heading {
    border-radius: 10px !important;
    background-color: #fff !important;


}

.panel-heading h4 {
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 1.0em;
    background-color: transparent !important;
    width: 100%;
    padding: 10px;
}

.twelthDiv {
    padding: 50px;
    3.
}

.twelthDiv h2 {
    text-align: center;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
    font-size: 2.6em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.twelthDiv p {
    text-align: center;
    padding-bottom: 25px;
}

/*******************************    Market News Page                    ********************************************/
.borderBackground {
    background-color: #e5dbd2;
    padding: 25px;
    border-radius: 25px;
}

.borderBackground img {
    border-radius: 100% !important;
    margin-bottom: 0px !important;
}

.borderBackground h2 {
    margin-bottom: 5px !important;
}

.borderBackground h5 {
    color: orange;
}

.borderBackground p {
    color: #aaa;
}

.audioExterior {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.audioExterior h3 {

    font-weight: 600;
    color: #000;
    font-size: 1.0em;
    font-family: "Noto Serif", serif;
    font-style: normal;
}

.marketnews .newsDiv h4 {
    color: goldenrod;
    padding: 0px;
    background-color: transparent;
}

.newsDiv .wwoItem {

    padding: 10px;
}

.newsDiv h3 {
    font-family: sans-serif;
    font-size: 1.1em;
}

.newsDiv p {
    font-size: 0.9em;
}

.wwoItemInner {
    border: 1px solid #fafafa;
    border-radius: 15px;
    padding: 10px;
}


/*******************************    begin location css                  ********************************************/
.location-card {
    max-width: 100%;
    background: #fff;
    border: 1px solid #fafafa;
    border-radius: 18px;
    padding: 26px 24px 24px;
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.location-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 6px;
    background: #6b741c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.location-title {
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2430;
    margin: 8px 0 6px;
}

.location-subtitle {
    color: #8b8c2f;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 22px;
    font-weight: 500;
}

.info-row {
    margin-bottom: 16px;
}

.info-icon,
.info-text {
    display: table-cell;
    vertical-align: top;
}

.info-icon {
    width: 24px;
    color: #9aa0a6;
    font-size: 15px;
    padding-right: 8px;
    line-height: 1.5;
}

.info-text {
    color: #2d3340;
    font-size: 15px;
    line-height: 1.45;
}

.muted-line {
    color: #5d6470;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

.hours-table td {
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5d6470;
}

.hours-table td:last-child {
    text-align: right;
    color: #2d3340;
    white-space: nowrap;
    padding-left: 16px;
}

.directions-link {
    display: inline-block;
    margin-top: 8px;
    color: #7b8124;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.directions-link:hover,
.directions-link:focus {
    color: #5f6518;
    text-decoration: none;
}

.location-card a {
    color: #000 !important;
}

.contactForm {
    background-color: #fff !important;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

/*******************************    end location Css                  ********************************************/



.recipeDiv h5 {
    font-size: 0.6em;
    color: #999;
}

.greenCut {
    background-color: #6d712e;
}

.greenCut .leftDiv {


    background-image: url(../img/AdobeStock_1038843111.jpg);
    max-width: 100%;
    /* Full height */
    height: 500px !important;

    /* Create the parallax scrolling effect */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 115px;



}

.greenCut img {
    margin-left: 0px !important;
    margin: 0 auto;
    width: 100%;
    background-image: image()
}

#greenCutRow {
    padding-left: 0px;
}

.greenCut h2 {
    text-align: left;
    font-weight: 600;
    color: #fff;
    font-size: 2.0em;
    font-family: "Noto Serif", serif;

    font-style: normal;
}

.greenCut h4 {
    border-radius: 10px;
    color: darkorange;
    font-weight: 600;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.5);
    width: 70%;
    padding: 0px;

}

.rightDiv {
    padding: 35px;
    color: #fff;
}

.marketList li {
    padding-bottom: 15px;
}

.marketList li {
    list-style: none;
}

.marketList li:before {
    /* For a round bullet */
    content: '\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -10px;
    top: -0px;
    color: darkorange;
    font-size: 14px;

}

.features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    color: #5f6773;
}

.features li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d9d7c8;
    position: absolute;
    left: 0;
    top: 2px;
}

.features li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6f7417;
    position: absolute;
    left: 7px;
    top: 9px;
}

.marketPage img {

    max-height: 60px;
    margin: 0 auto;

}

.partnerItem h4 {
    font-size: 1.2em;
    color: #000 !important;
}

.partnerItem h3 {
    color: rgba(255, 165, 0, 1.0);
    font-size: 1.0em !important;
    margin-top: 10px;
}

.partnerItem p {
    font-size: 0.8em;
}

.partnerItem a {
    font-weight: 600 !important;
    color: #6d712e;

}

.partnerItem h5 {
    font-size: 0.9em;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*******************************    Footer Css                   ********************************************/

.footerDiv {
    background-color: #fafafa;
    padding: 50px;
}

.footerDiv h2 {
    font-size: 1.2em;
    font-weight: 600;
}

.footerDiv h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.footerDiv ul {
    list-style: none;
    padding-left: 0px;

}

.footerDiv li {
    color: #000;
    padding-bottom: 10px;

}

.footerDiv a {
    color: #000 !important;
}


/* Mobile / collapsed */
@media (max-width: 767px) {

    .qrDiv {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    #greenCutRow {
        padding-left: 0px;
        padding-right: 0px;
    }

    .location-card {
        margin-bottom: 35px;
    }
}

/******************************************************

.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*****************************************************/
