#text-header {
  background-image: url("../img/background-header.webp"), url("../img/background-header.jpg");
  background-size: cover;
  background-position: top;
  max-width: 100%;
  height: 35vh;
  /*margin: 0;*/
}

#text-container {
  min-width: 60%;
  /*margin: 1rem;*/
  /*top: 20vh;*/
  /*overflow: auto;*/
  color: #081C36;
  /*box-shadow: 0 0 50px white;*/
  padding: 2rem;
  font-family: 'Lora';
  font-size: 0.8rem;
  /*height: 360vh;*/
}

#text-container h5 {
  margin-top: 2rem;
}

#effective-date {
  font-family: Georgia;
  opacity: 0.6;
}

#blog-date {
  font-family: Georgia;
  font-size: 0.7rem;
  opacity: 0.6;
}

#blog-posts, #shop-items {
  padding: 1rem;
}

#blog-post, #shop-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#blog-post hr, #shop-item hr {
  background: #081C36;
  border-width: 1px;
  width: 100%;
  margin-top: 0.45rem;
}

#blog-post h3, #shop-item h3 {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.77rem;
  margin-top: 1.59rem;
}

#blog-post a, #shop-item a {
  color: #081C36;
}

#blog-post a:hover, #shop-item a:hover {
  text-decoration: initial;
  opacity: 0.6;
}

#blog-post h4, #shlp-item h4 {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.77rem;
  margin-top: 1rem;
}

#blog-post p, #shop-item p {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4rem;
}

#text-screen {
  color: #081C36;
}

#subscribe-container {
  margin-bottom: 2rem;
}

#subscribe-container h3 {
  font-family: 'Georgia';
  font-size: 1.8rem;
  margin: 1rem 0rem;
}

#my-story {
  font-family: 'Georgia';
  font-size: 0.95rem;
}

#my-story .row {
  /*max-width: 90%;*/
}

#my-story h3 {
  margin-bottom: 1.2rem;
}

#my-story h5 {
  font-size: 1rem;
  opacity: 0.40;
  margin-bottom: 0.9rem;
}

#my-story strong {
  font-size: 105%;
}

#my-story blockquote {
  padding-left: 1rem;
  border-left: 0.25rem solid;
  border-color: #081C36;
  font-size: 1rem;
}

#help-col {
  /*max-width: 25rem;*/
}

#my-story h4 {
  font-size: 1.3rem;
}

#my-text-col {
  padding: 0 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#price {
  font-weight: bold;
  font-family: 'Georgia';
  font-size: larger;
}

