/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 .cover {
  box-shadow: 8px 8px 4.5px rgba(150, 150, 150, 1.0);
 }
.md {
  .ripbottom { 
    mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50%/15px 100%;
  }
  
  /* font-family: "EB Garamond", "PT Serif", serif; */
  font-weight: 400;
  font-size: 14pt;
  background-color: #EEE;
  color: #444;
  h2 { 
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: normal;
  }
  ol {
    list-style-type: decimal;
    margin-left: 2em;
    margin-bottom: 2em;
    li {
      line-height: 1.7em;
    }
  }
  ul {
    list-style-type: disc;
    li {
      list-style-type: disc;
    }
  }
  h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 3em;
    margin-bottom: 1em;
    text-transform: uppercase;
  }
  p {
    margin-bottom: 1em;
    line-height: 1.9em;
  }
  .page_header, .page_footer {
    font-family: system-ui;
    font-size: 16px;
    padding: 1em;
    padding-bottom: 1em;
    color: #333;
    font-style: italic;
    margin: 0.5em;
    color: black;
    a,
      a:visited {
        border-bottom: solid 1.5px blue;
      }
  }
  .page_body {
    margin: 6em;
    /* font-size: 90%; */
  }
  .page_footer {
    border-top: solid 1px #555;
  }
  blockquote { 
    border: solid 1px #444;
    box-shadow: 4px 4px 4px #CCC;
    font-style: italic;
    width: 75%; 
    text-align: center; 
    padding: 1em;
    margin: 1em auto 4em auto;
  }
}