/* 
  Minimalistlik kujundus samatekstide valikkogule
  * vasaktaane 8rem
  * ei sisalda tabeleid
  * ainult h1 ja h2
  * Bootstrap 4 alusel.

  #464a4c (tume hall) - tekst (EI KASUTA)
  #607D8B (muted blue) - lingid (EI KASUTA)

*/

/* ---- Keha -------- */
  body {
    padding: 2rem 2rem 8rem 2rem;
    line-height: 1.25 !important;
    font-family: 'Times New Roman', serif; 
    font-size: 14pt !important;
    color: black !important;
    }

/* Pealkirjad */
  h1, h2 {
    font-size: 14pt !important;
    line-height: 1.25;
  }
  h1, h2 { 
    font-weight: bold;
    margin-top: 1em; margin-bottom: 1rem;
  }
  h1 {
    text-transform: uppercase;
  }

/* Tekstiparagrahv */
p { margin: 0 0 1em 0; }

/* Jaluse jaoks */
.nihketa { margin-left: 0 !important;}

/* Loetelud - Sisukord */
  ul { list-style: none;
      margin: 0 0 1em 0;
  }
  li { display: inline; margin-right: 1.5rem; }

/* TOC genereeritud */
#markdown-toc > li {
  list-style: none;
}

/* Vahedeta tekst */
  pre, code {
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 14pt !important;
    color: black !important;
    background-color: white !important;
    padding: 0 !important;
  }
  pre { margin: 1rem 0 1rem 0; }

/* Määra üle Bootstrapi lingivärv */
a, a:hover, a:active, a:visited {
  color: black !important;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.tsitaat {
  text-align: right;
  font-style: italic;
}