@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    font-size: 16px;
}
html {
  hyphens: auto;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100% ;
    font-family: 'Inter', sans-serif;
    color: black;
    hyphens: auto;

  }

.prose  {
font-family: 'Lora', serif;
    font-size: 115%;
    line-height: 1.8rem;
    margin-top: 1rem;
}


  h1 {
    font-size: 1.1rem;
    color: darkred;
    /* border-bottom: 1px solid lightgray; */
  }

h2 {
}

dd {
  /*color: darkgray;*/
  margin-left: 1rem;

}

p.reading-title
{
  margin-bottom: 0;
 font-weight: 600;
}

p.reading-title +p
{
  margin-top: 0;
}

img { max-width: 100%;
  display: block;
  height: auto;
  border: 1px solid lightgray;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
    font-style: italic;
   
}


a:link { text-decoration: none;  color: #002233; border-bottom: 1px dashed gray;}
a:visited { text-decoration: none; color: #002233;  border-bottom: 1px dashed gray;}
a:hover { text-decoration: underline; color: #002233; border-bottom: none; }
a:active { text-decoration: none; color: #002233; border-bottom: 1px dashed gray;}  

.navi a:link { text-decoration: none;  color: #002233; font-weight: 600; border-bottom: none;}
.navi a:visited { text-decoration: none; color: #002233; border-bottom: none;}
.navi a:hover { text-decoration: underline; color: #002233; border-bottom: none;}
.navi a:active { text-decoration: none; color: #002233; border-bottom: none;}  

a:link.fave { text-decoration: none;  color: #002233; font-weight: 400; border-bottom: none;}
a:visited.fave { text-decoration: none; color: #002233; font-weight: 400; border-bottom: none;}
a:hover.fave { text-decoration: underline; color: #002233; font-weight: 400; border-bottom: none;}
a:active.fave { text-decoration: none; color: #002233; font-weight: 400; border-bottom: none;}  



  .content {
    width: 50%;
    max-width: 580px;
    margin: auto;
    margin-top: 2rem;
  }




@media screen and (max-width: 1024px) {
    .content {
      width: 90%;
      font-size: 0.9rem;
    }
    blockquote {
      
   }
   
}

/* Double-color dashed line */

hr.fancy_hr {
  border: none;
margin-top: 2rem;
margin-bottom: 2rem;
}

hr.fancy_hr::before {
  content: '*****';
  display: block;
  text-align: center;
}

p.read-more {
    font-size: smaller;
    text-align: right;
}