/* Text Elements */

h1 {
  margin-top: 30px;
  margin-right: 0;
  color: #a8813e;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 2px;
  font-size: 42px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h1 span.heading-text-2 {
  color: #fbfbfb;
  font-size: 56px;
}

h1.heading-1 {
  margin-top: -29px;
  padding-top: 0;
  padding-bottom: 50px;
}

h1 font.heading-text-4 {
  text-decoration: underline;
}

h2 {
  text-align: center;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h2.other-teas-title {
  margin-top: 32px;
  color: #81945d;
  text-align: center;
}

h2 span.heading-text-1 {
  color: #fbfbfb;
  font-size: 53px;
}

p.paragraph {
  color: #54442c;
  font-size: 17px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1.5;
}

p.paragraph span.paragraph-text-1 {
  color: #fbfbfb;
}

p.paragraph.paragraph-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: auto;
  text-align: left;
  white-space: normal;
  font-size: 30px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  line-height: 1.43;
}

p.paragraph span.paragraph-text-3 {
  color: #fbfbfb;
}

p.paragraph span.paragraph-text-4 {
  color: #fbfbfb;
  line-height: 1.45;
}

a.link-text.nav-link {
  display: block;
  float: left;
  margin: 38px 3% 0 0;
  padding: 5px;
  width: auto;
  border-bottom: 0 none #918067;
  color: #918067;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 21px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

a.link-text.current.nav-link {
  border-bottom: 4px double rgba(92, 68, 34, .5);
  color: #fbfbfb;
}

a.link-text {
  font-size: 18px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

a.link-text span.text-link-text-1 {
  color: #fbfbfb;
  font-size: 30px;
}

a.link-text span.text-link-text-2 {
  font-size: 30px;
}

a.link-text span.text-link-text-3 {
  color: #fbfbfb;
  font-size: 30px;
}

a.link-text span.text-link-text-4 {
  font-size: 30px;
}

a.link-text span.text-link-text-5 {
  color: #fbfbfb;
  font-size: 30px;
}

a.link-text span.text-link-text-6 {
  color: #fbfbfb;
  font-size: 30px;
}

a.link-text span.text-link-text-8 {
  font-size: 30px;
}

a.link-text span.text-link-text-7 {
  font-size: 30px;
}

a.link-text span.text-link-text-9 {
  font-size: 30px;
}

a.link-text span.text-link-text-10 {
  font-size: 30px;
}

a.link-text span.text-link-text-11 {
  font-size: 30px;
}

a.link-text span.text-link-text-12 {
  color: #fbfbfb;
  font-size: 34px;
}

a.link-text.text-link-1 {
  text-align: center;
}

a.link-text span.text-link-text-13 {
  color: #fbfbfb;
  font-size: 34px;
}

a.link-text.text-link-2 {
  text-align: center;
}

a.link-text span.text-link-text-14 {
  font-size: 30px;
}

a.link-text span.text-link-text-15 {
  font-size: 30px;
}

a.link-text span.text-link-text-16 {
  font-size: 30px;
}

a.link-text.nav-link:hover {
  color: #613c23;
}

/* Layout Elements */

body > .row {
  max-width: 800px;
}

body.grid-1 {
  background-color: #050305;
  background-image: none;
}

body > .row.nav-row {
  position: fixed;
  z-index: 100;
  max-width: none;
  max-height: 200px;
  border-bottom: 3px solid #fff;
  background-color: #000;
  background-image: none;
  background-position: 53.5% 64%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

body > .row.full-width-row {
  max-width: none;
  background-color: #fff;
}

body > .row.green-pattern-row {
  max-width: none;
  background-color: #050305;
  background-image: none;
  background-attachment: fixed;
}

body > .row > [class*='coffee-span-'].main-section-column {
  margin-top: 97px;
  margin-left: 0;
  padding-top: 30px;
  padding-right: 0;
  padding-left: 0;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  background-color: #fff;
}

body > .row.full-width-row.offers {
  padding: 50px 50px 70px;
  max-width: none;
  height: auto;
  background-color: #24e618;
}

body > .row > [class*='coffee-span-'].product-col {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
       -o-flex-direction: row;
          flex-direction: row;
  padding-top: 50px;
}

body > .row > [class*='coffee-span-'].white-column {
  margin-top: 0;
  padding: 100px 100px 50px;
  background-color: #fff;
  background-image: url('../images/steel.jpg');
  background-size: auto auto;
}

body > .row > [class*='coffee-span-'].column-1 {
  float: none;
  padding: 100px 100px 50px;
  min-height: 1200px;
  max-height: 600px;
  height: 50%;
  background-color: rgba(5, 3, 5, .8);
  background-image: url('../images/steel.jpg');
}

body > .row > [class*='coffee-span-'].contact.main-section-column {
  float: none;
  min-height: 800px;
  background-image: url('../images/steel.jpg');
  background-clip: border-box;
}

.row > [class*='coffee-span-'] > .container {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1400px;
}

a.responsive-picture.image-link-1 > picture {
  margin: 0;
}

a.responsive-picture.image-link-1 {
  float: left;
  margin-top: 9px;
  margin-right: 5%;
  margin-bottom: 9px;
}

.row > [class*='coffee-span-'] > .container.product-card {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  margin-right: 2%;
  margin-left: 2%;
  max-width: 250px;
  max-height: 155px;
}

div.responsive-picture.picture-1 {
  padding-top: 120px;
}

div.responsive-picture {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

@media screen and (max-width: 1251px) {
  /* Text Elements */

  h1 {
    word-spacing: 2px;
    letter-spacing: 1px;
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  p.paragraph {
    font-size: 16px;
    line-height: 1.4;
  }

  a.link-text.nav-link {
    font-size: 19px;
  }

  a.link-text.current.nav-link {
    padding-bottom: 7px;
  }

  /* Layout Elements */

  body > .row.full-width-row.offers {
    margin-top: 0;
    padding: 30px 10px 50px;
  }

  body > .row > [class*='coffee-span-'].main-section-column {
    padding-right: 0;
    padding-left: 0;
  }

  body > .row > [class*='coffee-span-'].white-column {
    padding-top: 30px;
  }

  body > .row.nav-row {
    position: fixed;
    display: table;
    padding-top: 8px;
  }
}

@media screen and (max-width: 701px) {
  /* Text Elements */

  h1 {
    word-spacing: 0;
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  p.paragraph {
    font-size: 16px;
  }

  a.link-text.nav-link {
    display: block;
    float: left;
    margin: 5px 0;
    width: 33%;
    text-align: center;
  }

  a.link-text.current.nav-link {
    border-bottom-style: none;
  }

  /* Layout Elements */

  body > .row.full-width-row.offers {
    padding: 10px 10px 30px;
  }

  body > .row.nav-row {
    position: static;
  }

  body > .row > [class*='coffee-span-'].main-section-column {
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border-top-left-radius: 0 0;
    border-top-right-radius: 0 0;
  }

  body > .row > [class*='coffee-span-'].contact.main-section-column {
    padding-right: 0;
    padding-left: 0;
  }

  body > .row > [class*='coffee-span-'].product-col {
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].white-column {
    padding-top: 10px;
  }

  a.responsive-picture.image-link-1 {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 437px) {
  /* Text Elements */

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  a.link-text.nav-link {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    font-size: 17px;
  }

  a.link-text.current.nav-link {
    font-size: 18px;
    line-height: 1;
  }

  a.link-text span.text-link-text-2 {
    font-size: 30px;
  }

  a.link-text.current.nav-link:active {
    font-size: 18px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].main-section-column {
    margin-top: 20px;
    padding: 15px 15px 0;
  }

  body > .row > [class*='coffee-span-'].white-column {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 435px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-2 {
    padding-top: 0;
  }

  body > .row.nav-row {
    padding-top: 0;
  }
}