/* Text Elements */

h1 {
  margin-top: 1.875rem;
  color: #a8813e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  font-size: 1.375rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h2 {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1.2;
}

h2.other-teas-title {
  margin-top: .625rem;
  color: #81945d;
  text-align: center;
}

h4.other-teas-heading {
  color: #5a6469;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h5.image-callout {
  margin-top: .625rem;
  margin-bottom: .4375rem;
  color: rgba(66, 45, 13, .65);
  font-size: 1.5rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1.2;
}

h6.footer-heading {
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  color: #54482b;
  font-size: 1.25rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

p.paragraph.home-quote-author {
  margin-bottom: .625rem;
  color: #222;
  text-align: center;
  font-style: italic;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1.2;
}

p.paragraph {
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  padding-bottom: .3125rem;
  color: #54442c;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1.4;
}

p.paragraph span.italic {
  font-style: italic;
}

p.paragraph.other-teas-paragraph {
  max-width: 31.25rem;
  text-align: center;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

span.text-element {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

span.text-element.image-caption {
  margin-top: .1875rem;
  margin-bottom: .625rem;
  text-align: right;
}

blockquote.home-heading-quote {
  margin-right: auto;
  margin-bottom: .625rem;
  margin-left: auto;
  padding-top: .4375rem;
  padding-right: .4375rem;
  padding-left: .4375rem;
  border-left-width: 0;
  border-left-style: none;
  color: #9c886a;
  text-align: center;
  font-size: 1.5rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

a.link-text {
  text-align: center;
  text-transform: none;
  font-size: 1.0625rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

a.link-text.nav-link {
  float: left;
  margin-top: .125rem;
  margin-bottom: .125rem;
  padding: .3125rem;
  width: 100%;
  color: #918067;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  line-height: 1;
}

a.link-text.contact-link {
  display: block;
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  color: #424242;
  font-size: .84rem;
  line-height: 1.2;
}

a.link-text.active {
  border-bottom: 0 solid #5c4422;
  color: #5c4422;
  font-weight: 700;
}

a.link-text.active.nav-link {
  font-weight: 400;
}

/* Interaction Elements */

a.link-button.top-section-button {
  display: block;
  margin: .9375rem auto 3.125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 12.5rem;
  background-color: #53a677;
  text-align: center;
}

a.link-button {
  padding-top: .3125rem;
  padding-bottom: .625rem;
  border-radius: 5px;
  color: #fff;
  font-style: italic;
  font-size: 1.4375rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

a.link-button.info-button {
  margin: 1.25rem auto;
  padding: .625rem .9375rem;
  max-width: 15.625rem;
  background-color: #bb9e89;
  text-align: center;
}

a.link-button.green.info-button {
  background-color: #97bd88;
}

/* Layout Elements */

body > .row.nav-row {
  max-width: none;
  border-bottom: .1875rem solid #fff;
  background-color: #fffde3;
  background-image: url('../images/back-drop-2.jpg');
  background-attachment: scroll;
  background-position: 53.5% 64%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.green-pattern-row {
  max-width: none;
  background-image: url('../images/8a16ceb4-882f-41af-a3a1-ab9927ddc367.webp');
  background-attachment: fixed;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
}

body > .row > [class*='small-'].main-section-column {
  margin-top: 1.25rem;
  padding-top: .9375rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
  background-color: #fff;
}

body > .row > [class*='small-'].white-column {
  margin-top: 0;
  padding: .625rem .9375rem 0;
  background-color: #fff;
}

body > .row > [class*='small-'].footer-column {
  padding: .9375rem .9375rem 1.25rem;
  background-color: #f5efe6;
}

body > .row.full-width-row {
  max-width: none;
  background-color: #fff;
}

body > .row.full-width-row.offers {
  padding: .625rem .625rem 1.875rem;
}

body > .row > [class*='small-'].contact.main-section-column {
  padding-right: 0;
  padding-left: 0;
}

.subgrid.contact {
  margin-bottom: 3.125rem;
  padding-bottom: 1.5rem;
  border-top: .1875rem double #d6d6d6;
  border-bottom: .1875rem double #d6d6d6;
}

.subgrid > .row {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.subgrid > .row > [class*='small-'] {
  padding-right: 0;
  padding-left: 0;
}

.subgrid {
  margin-right: auto;
  margin-left: auto;
}

.container.top-section-container {
  width: 100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 87.5rem;
}

.container.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2%;
  margin-left: 2%;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture {
  max-width: none;
}

div.responsive-picture.gallery-image {
  margin-bottom: .625rem;
}

.rule.footer-rule hr {
  border-top-width: .125rem;
  border-top-color: #54482b;
}

.rule.footer-rule {
  max-width: 3.75rem;
}

li.list-item-link > a {
  color: #3d6944;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

li.list-item-link {
  padding-left: 0;
  line-height: 1.5;
}

a.responsive-picture.logo {
  margin: .5625rem auto;
}

a.social-image.social-icon-set {
  margin-right: 3%;
  max-width: 2.625rem;
  background-color: #a8a496;
}

div.responsive-picture.other-teas-image {
  margin: .9375rem auto;
  max-width: 25rem;
  border-radius: 5px;
}

div.responsive-picture.top-section-image {
  margin-bottom: .625rem;
}

a.responsive-picture.contact-icon {
  margin: .4375rem auto;
  max-width: 8rem;
}

a.responsive-picture.map {
  max-width: none;
}

@media screen and (min-width: 27.3125rem) {
  /* Text Elements */

  h1 {
    font-size: 1.625rem;
  }

  h5.image-callout {
    font-size: 1.875rem;
  }

  p.paragraph.home-quote-author {
    font-size: 1.125rem;
  }

  a.link-text.nav-link {
    margin-top: .3125rem;
    margin-right: 0;
    margin-bottom: .3125rem;
    width: 33%;
  }

  a.link-text.contact-link {
    font-size: 1.25rem;
  }

  a.link-text.active {
    border-bottom-width: 0;
  }

  /* Interaction Elements */

  a.link-button.top-section-button {
    float: right;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].contact.main-section-column {
    padding-top: 1.875rem;
  }

  body > .row > [class*='small-'].white-column {
    margin-top: 0;
  }

  .subgrid > .row > [class*='small-'] {
    padding-right: .3125rem;
    padding-left: .3125rem;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 {
    font-size: 2rem;
  }

  h5.image-callout {
    font-size: 2.5rem;
  }

  p.paragraph.home-quote-author {
    font-size: 1.25rem;
  }

  blockquote.home-heading-quote {
    margin-top: 1.25rem;
    padding-right: .625rem;
    padding-left: .625rem;
    font-size: 1.875rem;
  }

  a.link-text.nav-link {
    margin-top: 2.375rem;
    margin-right: 2%;
    margin-bottom: 0;
    width: auto;
    letter-spacing: .03125rem;
    font-size: 1.1875rem;
  }

  a.link-text.contact-link {
    font-size: .9375rem;
  }

  a.link-text.active {
    border-bottom-width: .25rem;
    font-weight: 400;
    font-size: 1.1875rem;
  }

  /* Layout Elements */

  body > .row.green-pattern-row {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    max-width: none;
    width: 100%;
  }

  body > .row > [class*='small-'].main-section-column {
    position: static;
    left: auto;
    margin-top: 6.0625rem;
    padding: 1.875rem 0 0;
  }

  body > .row > [class*='small-'].home.main-section-column {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  body > .row > [class*='small-'].white-column {
    margin-top: 0;
    padding: 3.125rem 1.875rem 0;
  }

  body > .row.nav-row {
    padding-right: 0;
    padding-left: 3.125rem;
  }

  body > .row > [class*='small-'].product-col {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  body > .row > [class*='small-'].contact.main-section-column {
    margin-top: 1.5625rem;
  }

  .container.top-section-container {
    width: 85%;
  }

  .container.product-card {
    margin-right: 1%;
    margin-left: 1%;
  }

  a.responsive-picture.logo {
    float: left;
    margin-right: 5%;
    width: auto;
  }

  a.responsive-picture.contact-icon {
    max-width: 6.25rem;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1 {
    font-size: 2.625rem;
    line-height: 1;
  }

  p.paragraph {
    font-size: 1.0625rem;
  }

  p.paragraph span.paragraph-text-1 {
    color: #120e09;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.1875rem;
  }

  blockquote.home-heading-quote {
    margin-top: 3.125rem;
    margin-bottom: .9375rem;
    padding-right: .6875rem;
    padding-left: .6875rem;
    max-width: 31.25rem;
    width: 100%;
    font-size: 2.25rem;
  }

  a.link-text.nav-link {
    margin-bottom: .2rem;
    border-bottom-width: .25rem;
    font-size: 1.3125rem;
  }

  a.link-text.contact-link {
    font-size: 1.25rem;
  }

  a.link-text.active {
    border-bottom: .25rem solid #5c4422;
  }

  /* Interaction Elements */

  a.link-button.red {
    background-color: #f6ab93;
  }

  /* Layout Elements */

  body > .row.green-pattern-row {
    padding-right: 11.25rem;
    padding-left: 11.25rem;
    background-image: url('../images/8a16ceb4-882f-41af-a3a1-ab9927ddc367.webp');
    background-attachment: fixed;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  body > .row.nav-row {
    position: fixed;
    padding-right: 11.25rem;
    padding-left: 11.25rem;
    width: 100%;
    box-shadow: none;
  }

  body > .row > [class*='small-'].home.main-section-column {
    margin-top: 7rem;
  }

  body > .row.full-width-row.offers {
    padding: 3.125rem 3.125rem 4.375rem;
    width: 100%;
  }

  body > .row > [class*='small-'].white-column {
    margin-top: 0;
  }

  body > .row > [class*='small-'].first-section {
    margin-top: 7rem;
  }

  body > .row > [class*='small-'].contact.main-section-column {
    margin-top: 7rem;
  }

  body > .row > [class*='small-'].footer-column {
    background-color: #f5efe6;
  }

  .subgrid.contact {
    border-top: .1875rem double #d6d6d6;
    border-bottom: .1875rem double #d6d6d6;
  }

  .subgrid > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .container.top-section-container {
    width: 70%;
  }

  .container.product-card {
    margin-right: 2%;
    margin-left: 2%;
  }

  a.responsive-picture.contact-icon {
    max-width: 8rem;
  }
}