.image_box {
  width: 310px;
  height: 420px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.physical_image_box {
  width: 500px;
  height: 300px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.etheric_image_box {
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.soul_image_box {
  width: 350px;
  height: 390px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page_image {
  display: flex;
  position: relative;
  background-image: url(/images/wikipediaalchemy.webp);
  background-size: cover;
  width: 100%;
}

.physical_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/wapaborigine.webp);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.etheric_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/yin-yang1.gif);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.soul_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/satan\ in\ council\ 3.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.spirit_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/rebis2.avif);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.blog_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/alchemyseparation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 300px;
}

.aboutme_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/alchemyseparation.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.page_image::before {
  content: "";
  background: rgba(219, 185, 98, 0.3);
  width: 100%;
}

.physical_page_image::before {
  content: "";
  background: rgba(219, 185, 98, 0.2);
  width: 100%;
}

.soul_page_image::before {
  content: "";
  background: rgba(219, 185, 98, 0.3);
  width: 100%;
}

.spirit_page_image::before {
  content: "";
  background: rgba(219, 185, 98, 0.4);
  width: 100%;
}

.blog_page_image::before {
  content: "";
  background: rgba(219, 185, 98, 0.15);
  width: 100%;
}

.page_title {
  display: flex;
  flex-direction: column;
  margin: 5px 0px 20px 0px;
  padding: 0 0px 0 0px;
  min-width: 687px;
  font-size: 32px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  background-color: black;
  color: white;
  font-family: "IM Fell DW Pica SC", serif;
  border-radius: 9px;
}

.main_page_title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  background-color: rgb(156, 120, 1);
  padding: 8px 0 4px 0;
  margin: 5px 5px 0 5px;
  border-color: white;
  border-top: solid;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: rgb(255, 247, 202);
  padding-left: 143px;
  padding-right: 143px;
}

.title_underscore
{
  font-size: 24px;
  margin-top: 0px;
  font-weight: 500;
  background-color: rgb(156, 120, 1);
  padding-bottom: 5px;
  margin: 0 5px 5px 5px;
  border-color: white;
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: rgb(255, 247, 202);
}

section {
  display: flex;
  margin: 5px 0px 0px 0px;
}

.paragraph_header {
  display: flex;
  margin: 0px 0px 0 0px;
}

.page_flexmargin {
  flex: 1;
}

.page_content {
  display: flex;
  flex-direction: column;
  flex: 4;
  max-width: 775px;
}

.page_quote {
  display: flex;
  flex-direction: column;
  margin: 10px 0 10px 0;
}

.subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 10px 0;
  font-family: "IM Fell English", serif;
}

.long_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 10px 0;
  font-family: "IM Fell English", serif;
  width: 500px;
  padding-left: 130px;
  text-align: center;
}

.drug_chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 25px 0;
  background-color: rgb(250, 242, 221);
}

.chart_half_left {
  display: flex;
  flex-direction: column;
  width: 420px;
}

.chart_half_right {
  display: flex;
  flex-direction: column;
  width: 120px;
  
}

.chart_half {
  display: flex;
  flex-direction: column;
}

.drug_chart_titles {
  display: flex;
  flex-direction: row;
}

.drug_chart_title_left {
  font-size: 20px;
  width: 420px;
  border: solid;
  border-width: 2px;
  padding: 5px 20px 5px 20px;
  width: 378px;
  margin: 0;
  background-color: rgb(156, 120, 1, 0.5);
}

.drug_chart_title_right {
  font-size: 20px;
  width: 76px;
  border-bottom: solid;
  border-top: solid;
  border-right: solid;
  border-width: 2px;
  padding: 5px 20px 5px 20px;
  background-color: rgb(156, 120, 1, 0.5);
  
}

.drug_chart_content {
  display: flex;
  flex-direction: row;
  background-color: white;
}

.list {
  display: flex;
  flex-direction: column;
  border-left: solid;
  border-bottom: solid;
  border-width: 2px;
}

.list2 {
  display: flex;
  flex-direction: column;
}

.list_item {
  line-height: 35px;
  font-size: 17px;
  margin: 0;
  text-indent: 10px;
  font-family: "IM Fell DW Pica SC", serif;
}

.list_item2 {
  line-height: 35px;
  font-size: 17px;
  margin: 0;
  text-indent: 24px;
  font-family: "IM Fell DW Pica SC", serif;
  border-right: solid;
  border-width: 2px;
}

.quote {
  padding: 0 10px 0 10px;
  font-style: italic;
  font-size: 16px;
  margin: 18px 50px 25px 50px;
}

.paracelsus_system {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  width: max-content;
  margin: 0 50px 20px 50px;
}

.table_top_half {
  display: flex;
  justify-content: center;
  width: 650px;
  padding: 5px 0 5px 0;
   background-color: white;
}

.table_bottom_half {
  display: flex;
  flex-direction: row;  
}

.bottom_half {
  display: flex;
  flex: 1;
  justify-content: center;
  width: 325px;
  padding: 0 0 5px 0;
  background-color: white;
}

.table_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 17px;
}

.seven_metals_table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  margin: 0 0 20px 0;
}

.alchemy_table {
  display: flex;
  flex-direction: column;
  width: max-content;
  padding-left: 155px;
  margin: 20px 0 25px 0;
}

.column_titles {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  padding: 3px 0 3px 0;
  background-color: rgb(156, 120, 1, 0.5);
}

.column_title {
  display: flex;
  justify-content: center;
  width: 200px;
  font-size: 20px;
}

.column_title_sm {
  display: flex;
  justify-content: center;
  width: 120px;
  font-size: 20px;
}

.column_content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  background-color: white;
}

.table_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
}

.table_column_sm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
}

.meat_table_column {
  width: 175px;
}

.meat_column_titles {
  display: flex;
  flex-direction: row;
  padding: 3px 0 3px 0;
}

.summary_box {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-bottom: 20px;
}

.solutions_list {
  display: flex;
  flex-direction: column;
  border-left: solid;
  border-right: solid;
  border-bottom: solid;
  border-width: 2px;
}

.body_type {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  border-style: solid;
  border-radius: 1px;
  padding-left: 3px;
  font-family: "IM Fell English";
  background-color:  rgb(172, 163, 134);
}

.topic_title {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "IM Fell English";
  font-size: 18px;
}

.line_item {
  padding-left: 45px;
  margin-bottom: 7px;
  margin-right: 10px;
  font-family: "IM Fell English";
}

.table_text {
  line-height: 22px;
  margin: 0 0 4px 0;
  margin-left: 2em; 
 text-indent: -0.7em;
}

.MPB_facts {
  margin-left: 2em;
  text-indent: -1em;
  margin-bottom: 20px;
  font-size: 17px;
}

.bald_guys_front {
  display: flex;
  flex-direction: row;
  justify-content: center;
  
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bald_guy {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.span {
  text-indent: 5em;
}

.physical_page_title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  background-color:  rgb(65, 37, 10);
  padding: 8px 0 4px 0;
  margin: 5px 5px 0 5px;
  border-color: white;
  border-top: solid;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: rgb(255, 247, 202);
  padding-left: 143px;
  padding-right: 143px;
  min-width: 687px;
}

.physical_title_underscore
{
  font-size: 24px;
  margin-top: 0px;
  font-weight: 500;
  background-color:  rgb(65, 37, 10);
  padding-bottom: 5px;
  margin: 0 5px 5px 5px;
  border-color: white;
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: rgb(255, 247, 202);
}



.physical_title_underscore
{
  font-size: 24px;
  margin-top: 0px;
  font-weight: 500;
  background-color:  rgb(65, 37, 10);
  padding-bottom: 5px;
  margin: 0 5px 5px 5px;
  border-color: white;
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: rgb(255, 247, 202);
}

.blog_pages{
  margin: auto;
  color: black;
  font-size: 70px;
  text-align: center;
  width: 800px;
  font-family: "IM Fell English", serif;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.blog_title{
  color: black;
  margin: auto;
  font-size: 45px;
  line-height: 60px; 
  margin-top: 20px;
  text-align: center;
  font-family: "IM Fell English", serif;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}

.blog_page_title {
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-family: "IM Fell English", serif;
  font-weight: 700;
}

.blog_image_box {
  width: 400px;
  margin: auto;
  margin-top: 30px;
}

.blog_article_date {
  text-indent: -4px; 
  text-align: center; 
  margin-top: 8px; 
  margin-bottom: 0px; 
  background-color: white; 
  width: 180px; 
  margin: auto; 
  border-radius: 15px; 
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.lent_image_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.lent_image {
  width: 700px;
}

.contact_image_box {
  width: 400px;
  height: 300px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 0px;
}


.alchemystages {
  text-indent: 0px;
  padding: 0 30px 0 30px;
  font-size: 18px;
  font-family: "IM FELL English";
}

.box {
  border-style: solid;
  border-width: 2px;
  background-color: white;
  margin: 35px 50px 20px 50px;
}

.nikkon {
  width: 400px;
  
}
.text-overlay {
  z-index: 100;
  position: absolute;
  color: black;
  font-size: 34px;
  font-weight: bold;
  left: 150px;
  top: 315px;
}

.text-overlay2 {
  z-index: 100;
  position: absolute;
  color: black;
  font-size: 34px;
  font-weight: bold;
  left: 510px;
  top: 315px;
}

.page_content_image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page_content_multi_image {
  display: flex;
  position: relative;
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pickle_image_box {
  width: 500px;
  height: 330px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pickle_page_image {
  display: flex;
  position: relative;
  background-image: url(/images/pickle.JPG);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.pickle_page_title{
  margin: auto;
  color:  rgb(102, 109, 38);
  font-size: 45px;
  text-align: center;
  width: 600px;
  text-decoration-thickness: 6px;
  font-family: "IM Fell English", serif;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.blog_article_divbox {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog_article_imagebox {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 40px;
}

.blog_link_divider {
  display: flex;
  flex-direction: column;
}

blog_image {
  width: 100px;
  height: 80px;
  border-radius: 10px;
}

.blog_article_title {
  font-size: 30px;
  text-align: center;
  width: 400px;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  line-height: 40px;
  margin-top: 0px;
}

.blog_blurb {
  text-indent: 0px;
  font-size: 16px;
  font-family: "IM Fell English";
  line-height: 29px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.blog_date {
  margin-top: 0px;
  color: black;
  font-weight: 200;
}

.multi-row-divbox {
  display: flex;
  flex-direction: column;
  margin: 10px 0 15px 0;
}

.row-of-photos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.column-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 25px 0;
  background-color: rgb(250, 242, 221);
}

.chart-title {
  font-size: 20px;
  width: 420px;
  border: solid;
  border-width: 2px;
  padding: 5px 20px 5px 20px;
  width: 378px;
  margin: 0;
  background-color:  rgb(10, 56, 21);
  color: rgb(241, 217, 156);
  width: 500px;
}

.basic-list {
  display: flex;
  flex-direction: column;
  border-left: solid;
  border-right: solid;
  border-bottom: solid;
  border-width: 2px;
  background-color: white;
  width: 536px;
  margin-top: -2px;
}

.indent_list_item {
  line-height: 25px;
  font-size: 17px;
  margin: 0;
  text-indent: 10px;
  font-family: "IM Fell DW Pica SC", serif;
  text-indent: 25px;
}

.recipe-box {
  display: flex;
  flex-direction: column;
  width: 700px;
  margin: auto;
  margin-top: 20px;
}

.recipe-title {
  display: flex;
  border-style: solid;
  background-color:  rgb(102, 109, 38);
  font-size: 30px;
  border-color: black;
  color: rgb(250, 242, 221);
  justify-content: center;
}

.recipe-main {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-top: none;
}

.recipe-subtitle {
  display: flex;
  background-color: rgb(221, 221, 221);
  font-size: 24px;
  text-indent: 10px;
  margin-bottom: 4px;
}

.recipe-content {
  display: flex;
  flex-direction: column;
}

.recipe-line-item {
  line-height: 45px;
  font-size: 20px;
  text-indent: 25px;
}

.resource_page_title {
  margin: 72px 180px 9px 150px;
  color: rgb(122, 96, 22);
  font-size: 63px;
  text-align: center;
  font-family: "IM Fell English", serif;
  text-underline-offset: 5px;
  font-weight: 500;
  background-color: white;
  border-radius: 12px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  
}

.resource-divbox-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}

.resource_item_divbox {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 0px 0 0px 5px;
  align-items: center;
  text-decoration: none;
}

.resource_image {
  width: 180px;
  align-items: center;
}

.resource-item-title {
  font-size: 20px;
  margin-top: 15px;
  color: black;
}

.resource-item-description {
  font-size: 15px;
  margin-top: 8px;
  font-weight: 400;
  padding-left: 15px;
  width: 220px;
  color: black;
}

.resource-class-description {
  margin-top: 0px;
  text-indent: 0px;
  line-height: 40px;
  font-size: 19px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-box {
  display: flex;
  justify-content: center;
}

.resource-class {
  text-decoration: none;
  font-size: 36px;
  border: solid;
  border-color: black;
  margin-bottom: 24px;
  width: max-content;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-left: 36px;
  padding-right: 36px;
  color: rgb(122, 96, 22);
  border-radius: 12px;
  background-color: white;
  margin-left: 45px;
  margin-right: 45px;
}

.contact-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "IM Fell English", serif;
}

.contact-info {
  margin-bottom: 5px;
}

.lent_fast_chapter {
  text-decoration: underline;
  font-size: 22px;
  text-underline-offset: 2px;
  margin-bottom: 7px;
  margin-top: 30px;
}

.herbal-divbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid;
  width: 400px;
  margin: auto;
  background-color: white;
  margin-bottom: 72px;
}

.formula-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  margin-top: 10px;
}

.formula-description {
  font-size: 18px;
  padding: 0 8px 0 8px;
  line-height: 30px;
  font-family: "DW Fell English";
  margin-bottom: 15px;
}

.formula-image {
  margin-bottom: 12px;
  margin-top: 8px;
  text-align: center;
}

.decoction-title {
  font-family: "IM Fell DW pica SC";
  text-decoration: none;
  font-size: 54px;
  background-color: white;
  width: max-content;
  margin: auto;
  margin-top: 36px;
  margin-bottom: 6px;
  text-decoration: underline;
  font-weight: 600;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.decoction-subtitle {
  font-family: "IM Fell DW pica SC";
  text-decoration: none;
  font-size: 36px;
  background-color: white;
  width: 375px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 36px;
  font-weight: 600;
  text-align: center;
}

.decoction-page-header {
  font-family: "IM Fell English";
  font-size: 36px;
  margin-top: 0px;
  text-align: left;
  text-decoration: underline;
  background-color: white;
  padding: 0px 10px 0px 10px;
  width: max-content;
}

.decoction-page-paragraph {
  text-indent: 0px;
  margin-top: 12px;
  background-color: white;
   padding: 0px 10px 0px 10px;
}

.herb-paragraph {
  text-indent: 0px;
  margin-top: 0px;
  background-color: white;
  line-height: 30px;
  padding-left: 18px;
  margin-bottom: 12px;
}

.herb-name {
  font-size: 24px;
  text-align: left;
  text-decoration: none;
  background-color: white;
  margin-bottom: 9px;
  text-decoration: underline;
  padding: 0px 10px 0px 10px;
  width: max-content;
}

.span-bullet {
  text-decoration: none;
}

.herb-formula-list {
  margin-top: 6px;
  background-color: white;
  padding-left: 18px;
  line-height: 24px;
}

.list-text {
  line-height: 36px;
  margin: 0 0 4px 0;
  margin-left: 2em; 
  text-indent: -0.7em;
  background-color: white;
  margin-bottom: 36px;
}