@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Roboto+Slab:wght@400;500&display=swap');

/**** VARIABLES ****/
:root, [data-bs-theme=light] {
  --bs-body-color: #2a2727;
  --bs-body-font-size: 1.1rem;
  --bs-body-line-height: 1.7;
  --bs-font-sans-serif: 'Figtree', sans-serif;
  --bs-body-font-weight: 400;
  --bs-link-color: #185083;
  --bs-link-color-rgb: 24,80,131;
  --bs-link-hover-color:  #1ac4e3;
  --bs-link-hover-color-rgb: 26,196,227;
}
.accordion {
  --bs-accordion-active-bg: #dcf3fc;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231ac4e3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-border-radius: 4px;
  --bs-accordion-border-color: #c8dbdf;
}

/**** GENERAL ****/
/* Images */
img {
  max-width: 100%;
  height: auto;
}
/* Links */
a {
  border-bottom: 2px solid #1ac4e3;
  padding-bottom: 1px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
}
a.no-underline {
  border-bottom: none;
}
/* Text */
p {
  margin-bottom: 1.75rem;
}
p.note1 {
  color: #3e414b;
  font-weight: 500;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  text-align: center;
  padding: 0 1.5rem;
}
p.note2 {
  color: #6f777f;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.7;
}
h2 {
  color: #0c2d4f;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h3 {
  color: #5d646b;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
h4 {
  color: #6c6c6e;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
h5 {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 1.45rem;
  }
}
/* Use .text-group classes to create line breaks within specific screen size ranges */
@media (min-width: 992px) {
  span.text-group-lg {
    display: inline-block;
  }
}
/* Spacing */
hr {
  margin: 0;
  border-top: 2px dotted #a1a8ae;
  opacity: initial;
}

/**** HEADER ****/
header {
  background: #4477ac;
}

/**** SECTION: HERO ****/
#hero {
  background: #43779d url("../images/Pasture-Raised-Overlook_2000x855_tinified.jpg") no-repeat;
  color: #fff;
  background-size: cover;
  background-position: 40% bottom;
  padding-top: 0;
  padding-bottom: 6%;
}
#hero h1 {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  font-size: 13.5vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 2px 1px 8px rgba(0,0,0,0.3);
  margin-bottom: 2rem;
}
.logo-badge {
  box-shadow: 2px 1px 8px rgba(0,0,0,0.3);
  padding: 10px 16px;
  background-color: #40721d;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 576px) {
  #hero h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  #hero {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #hero h1 {
    font-size: 6rem;
    font-size: calc(4rem + 2.6vw);
  }
}
@media (min-width: 1400px) {
  #hero h1 {
    font-size: 7rem;
  }
}
@media (min-width: 1800px) {
  #hero {
    background-position: 40% 70%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  #hero h1 {
    font-size: 8rem;
  }
}

/**** VIDEO ****/
#video {
  background: #fffeeb;
}
h3.video-intro {
  font-size: 1.1rem;
  line-height: 1.4;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.video-embed {
  -webkit-box-shadow: 0px 0px 25px rgba(22,30,36,0.3);
          box-shadow: 0px 0px 25px rgba(22,30,36,0.3);
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 576px) {
  h3.video-intro {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  h3.video-intro {
    font-size: 1.35rem;
  }
}

/**** SECTION: FAQs ****/
#section-faqs {
  background: #8ab5d8 url("../images/Blue-Background_2000px_tinified.jpg") repeat-y;
  background-size: 100% auto;
}
.accordion {
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
          box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
.accordion-item {
  border-left: 0;
  border-right: 0;
}
.accordion-button {
  color: #266795;
  font-weight: 500;
  font-size: 1.1rem;
}
.accordion-button:not(.collapsed) {
  background-color: #0c2d4f;
  color: #fff;
}
.accordion-body {
  color: #474c52;
  font-weight: 400;
  font-size: 1rem;
  background: #f2f7fc;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  #section-faqs {
    position: relative;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.2);
            box-shadow: 0 5px 12px rgba(0,0,0,0.2);
  }
}
@media (min-width: 576px) {
  .accordion-button {
    font-size: 1.15rem;
  }
  .accordion-body {
    font-size: 1.05rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/**** SECTION: PASTURE RAISED EGGS ****/
#section-pasture-raised-eggs {
  background: url("../images/Grocery-Intro-Empty_1920_tinified.jpg") no-repeat;
  padding-top: 54%;
  padding-bottom: 0;
  background-size: 100% auto;
  background-position: center top;
}
#section-pasture-raised-eggs .container-custom {
  max-width: 1200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
          box-shadow: 0 0 15px rgba(0,0,0,0.3);
  padding-left: 0;
  padding-right: 0;
}
#section-pasture-raised-eggs .interior {
  padding-left: 2rem;
  padding-right: 2rem;
}
#section-pasture-raised-eggs h2 {
  color: #50a8cf;
}
#section-pasture-raised-eggs h5 {
  line-height: 1.6;
}
#section-pasture-raised-eggs .box {
  width: 97%;
  background: #f2f7fc;
  margin: 1.75% 1.5%;
  padding: 20px 25px;
  border-radius: 3px;
  position: relative;
}
#section-pasture-raised-eggs .box h5 a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-pasture-raised-eggs .image-seal a {
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  #section-pasture-raised-eggs {
    padding-top: 36%;
  }
  #section-pasture-raised-eggs .interior {
    padding-left: 4%;
    padding-right: 4%;
  }
  #section-pasture-raised-eggs .image-seal {
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section-pasture-raised-eggs .box {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  #section-pasture-raised-eggs {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #section-pasture-raised-eggs .container-custom {
    border-radius: 3px;
  }
  #section-pasture-raised-eggs .interior {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*ADDITIONAL RESOURCES */
#additional-resources {
  background: #0c2d4f;
  color: #c4dde1;
}
#additional-resources h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.resource-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-image {
  width: 85px;
  margin-right: 4%;
}
.resource-image img {
  width: 75px;
  height: auto;
  -webkit-box-shadow: 0 0 60px rgb(242 247 252 / 17%);
          box-shadow: 0 0 60px rgb(242 247 252 / 17%);
}
.resource-text {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: calc(100% - 85px);
}
.resource-text a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #1ac4e3;
}
.resource-text a:hover {
  color: #1ac4e3;
}
@media (min-width: 576px) {
  .resource-text {
    font-size: 0.95rem;
  }
  .resource-text a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .resource-items-container {
    max-width: 925px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .resource-item {
    width: 50%;
    margin-left: 2%;
  }
  .resource-text {
    font-size: 0.75rem;
  }
  .resource-text a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .resource-image {
    width: 110px;
    margin-right: 4%;
  }
  .resource-image img {
    width: 100px;
    height: auto;
  }
  .resource-text {
    font-size: 0.95rem;
    width: calc(100% - 110px);
  }
  .resource-text a {
    font-size: 1.2rem;
  }
}

/**** SECTION: CONTACT ****/
#section-contact {
  background: #fffeeb;
}
#section-contact label {
  color: #266795;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
#section-contact input {
  margin-bottom: 1.5rem;
}
#section-contact .btn {
  cursor: pointer;
  background-color: #4477ac;
  border: none;
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#section-contact .btn:hover {
  background-color: #0c2d4f;
}

/**** FOOTER ****/
footer {
  color: #fff;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #8ab5d8 url("../images/Blue-Background_2000px_tinified.jpg") repeat-y;
  background-size: 100% auto;
}
footer a {
  color: #fcfade;
  border-bottom: none;
}
footer a:hover {
  color: #276596;
}
footer .copyright {
  color: #0c2d4f;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}
@media (min-width: 576px) {
  footer {
    font-size: 1.05rem;
  }
}
