#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;
}

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


#blog-post, #shop-item {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  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;
}

:root {
  --base-font-size: 2rem;
  --base-line-height: 2.5rem;
  --base-margin-top: 2rem;
  --base-font-weight: 700;
}

#blog-post h1 {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin-top: var(--base-margin-top);
  font-weight: var(--base-font-weight);
}

#blog-post h2 {
  font-size: calc(var(--base-font-size) * 0.85);
  line-height: calc(var(--base-line-height) * 0.85);
  margin-top: calc(var(--base-margin-top) * 0.85);
  font-weight: calc(var(--base-font-weight) * 0.85);
  padding-bottom: 0.25em;
}

#blog-post h3, #shop-item h3 {
  font-size: calc(var(--base-font-size) * 0.75);
  line-height: calc(var(--base-line-height) * 0.85);
  margin-top: calc(var(--base-margin-top) * 0.75);
  font-weight: calc(var(--base-font-weight) * 0.75);
  /*font-size: 1.5rem;*/
  /*line-height: 1.77rem;*/
  /*margin-top: 1.59rem;*/
}

#blog-post h4, #shop-item h4 {
  font-size: calc(var(--base-font-size) * 0.625);
  line-height: calc(var(--base-line-height) * 0.85);
  margin-top: calc(var(--base-margin-top) * 0.625);
  font-weight: calc(var(--base-font-weight) * 0.625);
  /*font-size: 1.25rem;*/
  /*line-height: 1.77rem;*/
  /*margin-top: 1rem;*/
}

#blog-post h5 {
  font-size: calc(var(--base-font-size) * 0.55);
  line-height: calc(var(--base-line-height) * 0.7);
  margin-top: calc(var(--base-margin-top) * 0.55);
    font-weight: calc(var(--base-font-weight) * 0.55);
}

#blog-post h6 {
  font-size: calc(var(--base-font-size) * 0.5);
  line-height: calc(var(--base-line-height) * 0.7);
  margin-top: calc(var(--base-margin-top) * 0.5);
    font-weight: calc(var(--base-font-weight) * 0.5);
}


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

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

#blog-post p, #shop-item p {
  font-family: 'OpenSans-Regular';
  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;
}


.references {
  font-family: Lora;
  font-size: 0.8rem;
}

.subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  font-variant: small-caps;
  align-self: flex-end;
}

/*.pagination a{*/
/*  margin: 0.4rem;*/
/*}*/

/*.pagination span{*/
/*  font-size: 1.5rem;*/
/*  margin-left: 0.5rem;*/
/*  margin-right: 0.5rem;*/
/*  text-align: center;*/
/*}*/


/*!*possible solution for the responsive pagination*!*/
/*@media (max-width: 450px) {*/
/*  .pagination {*/
/*    flex-direction: column;*/

/*  }*/

/*}*/
