body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
table {
  font-family: 'Roboto Condensed', sans-serif;
}

h2 {
  color: #0B3F03;
  color: #4C2864;
  font-size: 36px;
  font-weight: 700;
}

h3 {
  color: #4C2864;
  font-size: 30px;
  font-weight: 700;
}

p {
  font-size: 20px;
  line-height: 1.4;
}

p.lead {
  font-size: 22px;
}

a {
  font-weight: 500;
  color: #387C2C;
}

a:hover {
  color: #387C2C;
}

strong {
  font-weight: 700;
}

.page-header {
/*  padding-bottom: 9px; */
  padding: 0;
  margin: 0 0 40px;
  border-bottom: 1px solid #200633;
  background-color: #0B3F03;
}

.page-header h1 {
  color: #D3FFCC;
  line-height: 1;
  margin: 0;
  padding: 18px 0;
  font-weight: 100;
  font-size: 4em;
}

.wrapper {
  padding: 0 0 60px;
}

/* NAVBAR */

.navbar {
  padding: 10px 0 10px 1rem;
}

@media (min-width: 768px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar-collapse {
    flex-basis: auto;
  }
}

.navbar-dark .navbar-nav .nav-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #91FF80;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.bg-dark {
  background-color: #387C2C !important;
}


@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}


/* FOOTER */

#wrapper-footer {
  background-color: #200633;
  color: white;
  padding-top: 2.5em;
  /* margin-top: 3.75rem; */
}

#wrapper-footer a {
  color: #EACCFF;
}

.social-icons {
  margin: 0;
  text-align: center;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:not(:last-of-type) {
  margin-right: 30px;
}


/* CUSTOM MARGINS */

.myt-1 {
  margin-top: 1em;
}

.myt-2 {
  margin-top: 2rem;
}

.my-2 {
  margin: 2rem 1rem;
}

@media (min-width: 768px) {
  .hidden-sm {
    display: block !important;
  }
  .visible-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}


/* HOME PAGE */

.page-home p a::before {
  content: "> ";
  color: #387C2C;
}

.splash {
  background-image: url("/wp-content/uploads/2017/11/home-jumbotron-bg.jpg");
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.callout {
  background-color: rgba(55, 21, 77, 0.8);
  color: white;
  padding: 2.5rem;
}

.callout p {
  font-size: 40px;
  font-weight: 100;
  line-height: 47px;
}

.affiliations {
  background-color: #EFEFEF;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
}

.bg-green {
  background-color: #0B3F03;
}

.bg-green h1 {
  color: #D3FFCC;
  font-size: 64px;
  margin: 15px 0;
}

.social {
  padding: 15px;
}

.social-icons {
  margin: 0 auto 15px;
  text-align: center;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:not(:last-of-type) {
  margin-right: 30px;
}

@media (min-width: 768px) {
  .social-icons {
    float: right;
    margin-top: 28px;
  }
}

.produce-badges a img {
  margin-bottom: 15px;
}


/* THIS WEEKS ITEMS */

.this-weeks-items {
  border: 2px solid #387C2C;
  border-radius: 1rem;
}

.this-weeks-items h2 {
  color: #387C2C;
  text-align: center;
  margin: 1rem;
  letter-spacing: -0.05rem;
}

.this-weeks-items table {
  background-color: #387C2C;
  color: white;
  margin-right: -1px;
  font-size: 15px;
  line-height: 1.2;
}

.this-weeks-items td {
  padding: 6px 0 6px 1rem;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.this-weeks-items td:last-of-type {
  padding-right: 1rem;
}

.home-news {
  padding: 0 15px;
}

.home-news .list-unstyled {
  padding: 15px 0 10px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #4C2864;
  border-bottom: 1px solid #4C2864;
}

.home-news li {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-left: 1em;
}

.home-news li::before {
  position: absolute;
  left: -1em;
  content: "> ";
  color: #387C2C;
}

@media (max-width: 577px) {
  .callout p {
    font-size: 24px;
    line-height: 28px;
  }
  .bg-green h1 {
    font-size: 40px;
  }
  .this-weeks-items table {
    width: 100%;
  }
}