*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "Audrey";
    src: url("../fonts/web_Audrey/audrey-normal-webfont.woff");
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/web_Ubuntu/Ubuntu-Regular.woff");
}

@font-face {
    font-family: "Saira_Stencil_One";
    src: url("../fonts/web_Saira_Stencil_One/SairaStencilOne-Regular.woff");
}

body {
  background: url(../images/joshua_tree_blue_rocks2.jpg);
  background-color:#140172;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

html, body,
#intro-text,
#intro-text p {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.07rem;
    line-height: 1.7;
}

html, body {
  height: 100%;
  margin: 0;
}

#page-container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Entry Page */

.header_content_container {
    width: min(1000px, 90%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

.headerbox{
    width: 100%;
    background-color: #fafaf9;
    padding: 1rem;
    text-align:center;
    border-radius: 4px;
    /* margin-top: 15px; */
    /* border: #55ff00 solid 1px; */
  }

  .headerbox h1 a {
    text-decoration: none;
    color: inherit;
}

.headerbox h1 a:hover {
    opacity: 0.8;
}

  h1{
    color:rgb(0, 0, 0);
    font-family: "Audrey";
    font-size:1.5rem;
    margin: 0;
    padding: 0;
  }

  #mainmenu {
    display: flex;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    color: #666;
  }
  
  #mainmenu ul {
    display: flex;
    margin: 0;
    padding: 0;
  }

  #mainmenu li {
    display: flex;
    align-items: center;
  }

  #mainmenu a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
    margin-bottom: 0;
  }
  
  #mainmenu li:not(:last-child)::after {
    content: "✿";
    font-size: .8rem;
    margin: 0 0.5rem;
    color: #556e65;
}
  
  #mainmenu a:hover {
    color: #d705ee;
  }
  
  #mainmenu a,
  .mobile-menu a {
    text-decoration: none;
}

#content_container {
    width: 100%;
    background-color: #fafaf9;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 4rem;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    /* border:#FFFFFF solid 1px; */
  }

  #post-title {
    flex: 1 1 73ch;
    max-width: 73ch;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
  }

  h3 {
  color:rgb(0, 0, 0);
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  }

  .tag-stream_list {
  gap: 1.2rem;
}

.tag-stream_date {
  font-size: .95rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  color: #737373;
}

.tag-stream_title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.5;
  color: #088fb5;
}

.tag-stream_link {
  text-decoration: none;
  color: inherit;
}

.tag-stream_link:hover .tag-stream_title {
  text-decoration: underline;
}

.tag-stream_item_ss:not(:last-child)::after {
  content: "⚝";
  display: block;
  text-align: left;
  padding-left: 2rem;
  margin: 0.75rem 0;
  font-size: 0.8rem;
  color: #6f7084;
}

.tag-stream_item_ih:not(:last-child)::after {
  content: "☸";
  display: block;
  text-align: left;
  padding-left: 2rem;
  margin: 0.75rem 0;
  font-size: 0.8rem;
  color: #6f7084;

}
  
.tag-stream_excerpt {
  font-size: 1rem;
  padding-left: 1rem;
  color: #555;
}

  #post-text {
    /* border:#000000 solid 1px; */
    flex: 1 1 68ch;
    max-width: 68ch;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    line-height: 1.4;
  }

  #post-text p {
  margin-bottom: 1em;
}

  #date-text {
    color:#02462c;
    padding-bottom: 1rem;
    font-size: .9rem;
  }

.gh-content {
  max-width: 68ch;
  margin: 0 auto;
  line-height: 1.7;
}

.gh-content p {
  margin-bottom: 1em;
}

.gh-content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.gh-content a {
  color: #0a76c4; /* or a muted version of your accent color */
  text-decoration: none;
  text-underline-offset: 2px;
}

.gh-content a:hover {
  text-decoration: underline;
}

.gh-content figure {
  margin: 1.5em 0;
  margin-top: .5;
}

.gh-content figcaption {
  margin-top: 0;
  font-size: 0.9rem;
  /* line-height: 1.4; */
  text-align: center;
  color: #666;
}

.gh-content figcaption a {
  color: #888;
  text-decoration: none;
}

.post-subscribe {
    color: #444;
    font-size: .8rem;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0;
    padding: 0;
    text-align: center;
    /* border-top: 1px solid #ddd; */
}

.subscribe-form {
    display: flex;
    align-items: center;
    max-width: 380px;
    margin: 1rem auto 0;
    border-radius: 4px;
    background-color: #e9e9e9;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.subscribe-email {
    flex: 1;
    padding: 0.4rem 0.7rem;
    font-family: "Inter", sans-serif;
    font-size: .9rem;
    border: none;
    background: transparent;
}

.subscribe-email:focus {
    outline: none;
}

.subscribe-button {
    padding: 0.5rem .5rem;
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    border: none;
    border-left: 1px solid #d6d6d6;
    background-color: #cd4f01;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.post-pagination {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1rem;
    /* border-top: 1px solid #ddd; */
}

.post-pagination-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.post-pagination-prev, .post-pagination-next {
    color: #444;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    flex: 1;
}

.post-pagination-prev a, .post-pagination-next a {
    color: #cd4f01;
}

.post-pagination-prev a:hover,
.post-pagination-next a:hover {
    color: #ecb605;
}

.post-pagination-next {
    text-align: right;
}

.post-comments-heading {
    font-family: "Ubuntu", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 2rem;
    text-transform: uppercase;
    text-align: center;
}


    #intro-layout {
    display:flex;
    align-items: flex-start;
    gap: 2rem;
    /* border:#ee05a4 solid 1px; */
  }

    #intro-text {
    flex: 1 1 68ch;
    max-width: 68ch;
    min-width: 0;
    padding-left: 0px;
  }

  #intro-image {
    flex: 0 0 150px;
    max-width: 150px;
}

#intro-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

#intro-text p:first-child {
    margin-top: 0;
}

  #intro-text p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
    position: relative;
    top: -.8rem;
}

h2 {
  color:rgb(0, 0, 0);
  font-family: 'Ubuntu', sans-serif;
  font-size:1.5rem;
  margin: 0;
  line-height: 1.2;
}

.footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: #4f4c5a;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  color: #bba3e9;
  opacity: 0.85;
  position: relative;
}

.footer_text {
  grid-column: 1;
  justify-self: start;
  padding-left: 5px;
  font-size: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

  #footermenu {
    grid-column: 2;
    justify-self: center;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    color: #e0e0e0;
  }
  
  #footermenu ul {
    display: flex;
    margin: 0;
    padding: 0;
  }

  #footermenu li {
    display: flex;
    align-items: center;
  }

  #footermenu a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
    margin-bottom: 0;
  }
  
  #footermenu li:not(:last-child)::after {
    content: "✿";
    font-size: .8rem;
    margin: 0 0.5rem;
    color: #94a8d3;
}
  
  #footermenu a:hover {
    color: #d705ee;
  }

@media (min-width: 700px) {
  .mobile-nav {
    display: none;
  }
}

/* MOBILE VERSION START */

@media (max-width: 700px) {
  body {
    background: #5f5f5f;
  }

  .header_content_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

.headerbox{
    width: 100%;
    background-color: #fafaf9;
    padding: .5rem;
    padding-bottom: 0px;
    text-align:left;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

    #mainmenu {
    display: none;
  }

  #footermenu {
    display: none;
  }

  #content_container {
    width: 100%;
    background-color: #fafaf9;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1rem;
    border-radius: 0px;
    z-index: 1;
    position: relative;
  }

  #intro-layout {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    /* border:#ee05a4 solid 1px; */
  }

  #intro-image {
    flex: 0 0 120px;
    max-width: 120px;
    margin: 0 auto;
}

/* BEGIN HAMBURGER MENU */

.mobile-nav {
  position: relative;
}

.menu-toggle {
  display: none;
}

.menu-button {
  position: fixed;
  top: 0rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fafaf9;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10000;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* the three lines */
.icon,
.icon::before,
.icon::after {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: black;
  position: relative;
  transition: all 0.25s ease;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.icon::before {
  top: -6px;
  transform: rotate(0);
}

.icon::after {
  top: 6px;
  transform: rotate(0);
}

.menu-toggle:checked + .menu-button .icon {
  background: transparent;
}

.menu-toggle:checked + .menu-button .icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle:checked + .menu-button .icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fafaf9;
  padding: 1rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.menu-toggle:checked + .menu-button + .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu a {
  display: block;
  color: rgb(29, 10, 95);
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  margin-bottom: 0rem;
  text-decoration: none;
}

.mobile-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  }


}

.kg-width-wide {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.kg-width-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}